Html Css Color HEX #B11708 Fire Brick

📋 copy color: '#B11708'

red 177 ◦ green 23 ◦ blue 8

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

Shades of Fire Brick #B11708

Tints of Fire Brick #B11708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

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

R = 85.1%
G = 11.06%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B11708 (or 0xB11708) is known color: Fire Brick. HEX triplet: B1, 17 and 08. RGB value is (177,23,8). Sum of RGB (Red+Green+Blue) = 177+23+8=208 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.10% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 177 - color contains mainly: red. Hex color #B11708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11708 is #4EE8F7. Grayscale: #434343. Windows color (decimal): -5171448 or 530353. OLE color: 530353.

HSL color Cylindrical-coordinate representation of color #B11708: hue angle of 5.33º 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 #B11708 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 23 8 -
CMYK 0 0.87 0.95 0.31
HSL 5.33º 0.91% 0.36% -
HSV(B) 5.33º 0.95% 0.69% -
XYZ 18.48 9.98 1.18 -
YUV 67.34 94.52 206.22 -
System Red Green Blue C M Y K H S L
Decimal 177 23 8 0 0.87 0.95 0.31 5.33 0.91 0.36
Hex B1 17 8 0 57 5F 1F 5 5B 24
Octal 261 27 10 0 127 137 37 5 133 44
Binary 10110001 10111 1000 0 1010111 1011111 11111 101 1011011 100100

Color Harmonies of #B11708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11708

Black with #B11708

Text Example


Text Example

White with #B11708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11708; }

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

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

background-color css

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

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

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

border-color css

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

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

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