Html Css Color HEX #B51908 Fire Brick

📋 copy color: '#B51908'

red 181 ◦ green 25 ◦ blue 8

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

Shades of Fire Brick #B51908

Tints of Fire Brick #B51908

RGB

 RED value IS 181 (71.09% from 255) = 84.58%

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

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

R = 84.58%
G = 11.68%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B51908 (or 0xB51908) is known color: Fire Brick. HEX triplet: B5, 19 and 08. RGB value is (181,25,8). Sum of RGB (Red+Green+Blue) = 181+25+8=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B51908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51908 is #4AE6F7. Grayscale: #454545. Windows color (decimal): -4908792 or 530869. OLE color: 530869.

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

Color convert

RGB 181 25 8 -
CMYK 0 0.86 0.96 0.29
HSL 5.9º 0.92% 0.37% -
HSV(B) 5.9º 0.96% 0.71% -
XYZ 19.45 10.54 1.24 -
YUV 69.71 93.18 207.38 -
System Red Green Blue C M Y K H S L
Decimal 181 25 8 0 0.86 0.96 0.29 5.9 0.92 0.37
Hex B5 19 8 0 56 60 1D 6 5C 25
Octal 265 31 10 0 126 140 35 6 134 45
Binary 10110101 11001 1000 0 1010110 1100000 11101 110 1011100 100101

Color Harmonies of #B51908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51908

Black with #B51908

Text Example


Text Example

White with #B51908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51908; }

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

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

background-color css

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

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

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

border-color css

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

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

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