Html Css Color HEX #B52008 Fire Brick

📋 copy color: '#B52008'

red 181 ◦ green 32 ◦ blue 8

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

Shades of Fire Brick #B52008

Tints of Fire Brick #B52008

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

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

R = 81.9%
G = 14.48%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B52008 (or 0xB52008) is known color: Fire Brick. HEX triplet: B5, 20 and 08. RGB value is (181,32,8). Sum of RGB (Red+Green+Blue) = 181+32+8=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B52008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52008 is #4ADFF7. Grayscale: #4A4A4A. Windows color (decimal): -4907000 or 532661. OLE color: 532661.

HSL color Cylindrical-coordinate representation of color #B52008: hue angle of 8.32º 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 #B52008 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 8 -
CMYK 0 0.82 0.96 0.29
HSL 8.32º 0.92% 0.37% -
HSV(B) 8.32º 0.96% 0.71% -
XYZ 19.62 10.87 1.29 -
YUV 73.82 90.86 204.45 -
System Red Green Blue C M Y K H S L
Decimal 181 32 8 0 0.82 0.96 0.29 8.32 0.92 0.37
Hex B5 20 8 0 52 60 1D 8 5C 25
Octal 265 40 10 0 122 140 35 10 134 45
Binary 10110101 100000 1000 0 1010010 1100000 11101 1000 1011100 100101

Color Harmonies of #B52008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52008

Black with #B52008

Text Example


Text Example

White with #B52008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52008; }

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

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

background-color css

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

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

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

border-color css

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

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

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