Html Css Color HEX #B1140C Fire Brick

📋 copy color: '#B1140C'

red 177 ◦ green 20 ◦ blue 12

#B1140C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #B1140C

Tints of Fire Brick #B1140C

RGB

 RED value IS 177 (69.53% from 255) = 84.69%

 GREEN value IS 20 (8.2% from 255) = 9.57%

 BLUE value IS 12 (5.08% from 255) = 5.74%

R = 84.69%
G = 9.57%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B1140C (or 0xB1140C) is known color: Fire Brick. HEX triplet: B1, 14 and 0C. RGB value is (177,20,12). Sum of RGB (Red+Green+Blue) = 177+20+12=209 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.69% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 177 - color contains mainly: red. Hex color #B1140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B1140C is #4EEBF3. Grayscale: #424242. Windows color (decimal): -5172212 or 791729. OLE color: 791729.

HSL color Cylindrical-coordinate representation of color #B1140C: hue angle of 2.91º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1140C is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 20 12 -
CMYK 0 0.89 0.93 0.31
HSL 2.91º 0.87% 0.37% -
HSV(B) 2.91º 0.93% 0.69% -
XYZ 18.45 9.87 1.28 -
YUV 66.03 97.51 207.15 -
System Red Green Blue C M Y K H S L
Decimal 177 20 12 0 0.89 0.93 0.31 2.91 0.87 0.37
Hex B1 14 C 0 59 5D 1F 3 57 25
Octal 261 24 14 0 131 135 37 3 127 45
Binary 10110001 10100 1100 0 1011001 1011101 11111 11 1010111 100101

Color Harmonies of #B1140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1140C

Black with #B1140C

Text Example


Text Example

White with #B1140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1140C; }

 p { color: rgb(177,20,12); }

 H1.HeaderClassName
 {
   color: #B1140C;
 }
 .AnyTagClassName
 {
   color: #B1140C;
 }
</style>

background-color css

<style>
 a { background-color: #B1140C; }

 a { background-color: rgb(177,20,12); }

 div.DivClassName
 {
   background-color: #B1140C;
 }
 .BgClassName
 {
   background-color: #B1140C;
 }
</style>

border-color css

<style>
 span { border-color: #B1140C; }

 span { border-color: rgb(177,20,12); }

 td.TdClassName
 {
   border-color: #B1140C;
 }
 .TagClassName
 {
   border-color: #B1140C;
 }
</style>