Html Css Color HEX #B31908 Fire Brick

📋 copy color: '#B31908'

red 179 ◦ green 25 ◦ blue 8

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

Shades of Fire Brick #B31908

Tints of Fire Brick #B31908

RGB

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

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

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

R = 84.43%
G = 11.79%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B31908 (or 0xB31908) is known color: Fire Brick. HEX triplet: B3, 19 and 08. RGB value is (179,25,8). Sum of RGB (Red+Green+Blue) = 179+25+8=212 (28% of max value = 765). Red value is 179 (70.31% from 255 or 84.43% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 179 - color contains mainly: red. Hex color #B31908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31908 is #4CE6F7. Grayscale: #454545. Windows color (decimal): -5039864 or 530867. OLE color: 530867.

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

Color convert

RGB 179 25 8 -
CMYK 0 0.86 0.96 0.30
HSL 5.96º 0.91% 0.37% -
HSV(B) 5.96º 0.96% 0.7% -
XYZ 18.98 10.3 1.22 -
YUV 69.11 93.52 206.38 -
System Red Green Blue C M Y K H S L
Decimal 179 25 8 0 0.86 0.96 0.30 5.96 0.91 0.37
Hex B3 19 8 0 56 60 1E 6 5B 25
Octal 263 31 10 0 126 140 36 6 133 45
Binary 10110011 11001 1000 0 1010110 1100000 11110 110 1011011 100101

Color Harmonies of #B31908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31908

Black with #B31908

Text Example


Text Example

White with #B31908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31908; }

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

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

background-color css

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

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

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

border-color css

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

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

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