Html Css Color HEX #B11908 Fire Brick

📋 copy color: '#B11908'

red 177 ◦ green 25 ◦ blue 8

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

Shades of Fire Brick #B11908

Tints of Fire Brick #B11908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 84.29%
G = 11.9%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B11908 (or 0xB11908) is known color: Fire Brick. HEX triplet: B1, 19 and 08. RGB value is (177,25,8). Sum of RGB (Red+Green+Blue) = 177+25+8=210 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.29% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 177 - color contains mainly: red. Hex color #B11908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11908 is #4EE6F7. Grayscale: #444444. Windows color (decimal): -5170936 or 530865. OLE color: 530865.

HSL color Cylindrical-coordinate representation of color #B11908: hue angle of 6.04º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B11908 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 8 -
CMYK 0 0.86 0.95 0.31
HSL 6.04º 0.91% 0.36% -
HSV(B) 6.04º 0.95% 0.69% -
XYZ 18.52 10.06 1.2 -
YUV 68.51 93.86 205.38 -
System Red Green Blue C M Y K H S L
Decimal 177 25 8 0 0.86 0.95 0.31 6.04 0.91 0.36
Hex B1 19 8 0 56 5F 1F 6 5B 24
Octal 261 31 10 0 126 137 37 6 133 44
Binary 10110001 11001 1000 0 1010110 1011111 11111 110 1011011 100100

Color Harmonies of #B11908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11908

Black with #B11908

Text Example


Text Example

White with #B11908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11908; }

 p { color: rgb(177,25,8); }

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

background-color css

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

 a { background-color: rgb(177,25,8); }

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

border-color css

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

 span { border-color: rgb(177,25,8); }

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