Html Css Color HEX #B52006 Fire Brick

📋 copy color: '#B52006'

red 181 ◦ green 32 ◦ blue 6

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

Shades of Fire Brick #B52006

Tints of Fire Brick #B52006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.74%

R = 82.65%
G = 14.61%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B52006 (or 0xB52006) is known color: Fire Brick. HEX triplet: B5, 20 and 06. RGB value is (181,32,6). Sum of RGB (Red+Green+Blue) = 181+32+6=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B52006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52006 is #4ADFF9. Grayscale: #494949. Windows color (decimal): -4907002 or 401589. OLE color: 401589.

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

Color convert

RGB 181 32 6 -
CMYK 0 0.82 0.97 0.29
HSL 8.91º 0.94% 0.37% -
HSV(B) 8.91º 0.97% 0.71% -
XYZ 19.61 10.87 1.24 -
YUV 73.59 89.86 204.61 -
System Red Green Blue C M Y K H S L
Decimal 181 32 6 0 0.82 0.97 0.29 8.91 0.94 0.37
Hex B5 20 6 0 52 61 1D 9 5E 25
Octal 265 40 6 0 122 141 35 11 136 45
Binary 10110101 100000 110 0 1010010 1100001 11101 1001 1011110 100101

Color Harmonies of #B52006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52006

Black with #B52006

Text Example


Text Example

White with #B52006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52006; }

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

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

background-color css

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

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

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

border-color css

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

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

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