Html Css Color HEX #B11913 Fire Brick

📋 copy color: '#B11913'

red 177 ◦ green 25 ◦ blue 19

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

Shades of Fire Brick #B11913

Tints of Fire Brick #B11913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 80.09%
G = 11.31%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B11913 (or 0xB11913) is known color: Fire Brick. HEX triplet: B1, 19 and 13. RGB value is (177,25,19). Sum of RGB (Red+Green+Blue) = 177+25+19=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B11913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11913 is #4EE6EC. Grayscale: #454545. Windows color (decimal): -5170925 or 1251761. OLE color: 1251761.

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

Color convert

RGB 177 25 19 -
CMYK 0 0.86 0.89 0.31
HSL 2.28º 0.81% 0.38% -
HSV(B) 2.28º 0.89% 0.69% -
XYZ 18.6 10.09 1.58 -
YUV 69.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 177 25 19 0 0.86 0.89 0.31 2.28 0.81 0.38
Hex B1 19 13 0 56 59 1F 2 51 26
Octal 261 31 23 0 126 131 37 2 121 46
Binary 10110001 11001 10011 0 1010110 1011001 11111 10 1010001 100110

Color Harmonies of #B11913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11913

Black with #B11913

Text Example


Text Example

White with #B11913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11913; }

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

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

background-color css

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

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

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

border-color css

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

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

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