Html Css Color HEX #B11916 Fire Brick

📋 copy color: '#B11916'

red 177 ◦ green 25 ◦ blue 22

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

Shades of Fire Brick #B11916

Tints of Fire Brick #B11916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.82%

R = 79.02%
G = 11.16%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B11916 (or 0xB11916) is known color: Fire Brick. HEX triplet: B1, 19 and 16. RGB value is (177,25,22). Sum of RGB (Red+Green+Blue) = 177+25+22=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B11916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11916 is #4EE6E9. Grayscale: #464646. Windows color (decimal): -5170922 or 1448369. OLE color: 1448369.

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

Color convert

RGB 177 25 22 -
CMYK 0 0.86 0.88 0.31
HSL 1.16º 0.78% 0.39% -
HSV(B) 1.16º 0.88% 0.69% -
XYZ 18.62 10.1 1.73 -
YUV 70.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 177 25 22 0 0.86 0.88 0.31 1.16 0.78 0.39
Hex B1 19 16 0 56 58 1F 1 4E 27
Octal 261 31 26 0 126 130 37 1 116 47
Binary 10110001 11001 10110 0 1010110 1011000 11111 1 1001110 100111

Color Harmonies of #B11916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11916

Black with #B11916

Text Example


Text Example

White with #B11916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11916; }

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

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

background-color css

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

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

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

border-color css

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

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

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