Html Css Color HEX #B31916 Fire Brick

📋 copy color: '#B31916'

red 179 ◦ green 25 ◦ blue 22

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

Shades of Fire Brick #B31916

Tints of Fire Brick #B31916

RGB

 RED value IS 179 (70.31% from 255) = 79.2%

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

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

R = 79.2%
G = 11.06%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B31916 (or 0xB31916) is known color: Fire Brick. HEX triplet: B3, 19 and 16. RGB value is (179,25,22). Sum of RGB (Red+Green+Blue) = 179+25+22=226 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.20% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 179 - color contains mainly: red. Hex color #B31916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31916 is #4CE6E9. Grayscale: #464646. Windows color (decimal): -5039850 or 1448371. OLE color: 1448371.

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

Color convert

RGB 179 25 22 -
CMYK 0 0.86 0.88 0.30
HSL 1.15º 0.78% 0.39% -
HSV(B) 1.15º 0.88% 0.7% -
XYZ 19.08 10.34 1.75 -
YUV 70.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 179 25 22 0 0.86 0.88 0.30 1.15 0.78 0.39
Hex B3 19 16 0 56 58 1E 1 4E 27
Octal 263 31 26 0 126 130 36 1 116 47
Binary 10110011 11001 10110 0 1010110 1011000 11110 1 1001110 100111

Color Harmonies of #B31916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31916

Black with #B31916

Text Example


Text Example

White with #B31916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31916; }

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

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

background-color css

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

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

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

border-color css

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

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

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