Html Css Color HEX #B02006 Fire Brick

📋 copy color: '#B02006'

red 176 ◦ green 32 ◦ blue 6

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

Shades of Fire Brick #B02006

Tints of Fire Brick #B02006

RGB

 RED value IS 176 (69.14% from 255) = 82.24%

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

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

R = 82.24%
G = 14.95%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B02006 (or 0xB02006) is known color: Fire Brick. HEX triplet: B0, 20 and 06. RGB value is (176,32,6). Sum of RGB (Red+Green+Blue) = 176+32+6=214 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.24% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 176 - color contains mainly: red. Hex color #B02006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02006 is #4FDFF9. Grayscale: #484848. Windows color (decimal): -5234682 or 401584. OLE color: 401584.

HSL color Cylindrical-coordinate representation of color #B02006: hue angle of 9.18º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B02006 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 6 -
CMYK 0 0.82 0.97 0.31
HSL 9.18º 0.93% 0.36% -
HSV(B) 9.18º 0.97% 0.69% -
XYZ 18.45 10.28 1.18 -
YUV 72.09 90.71 202.11 -
System Red Green Blue C M Y K H S L
Decimal 176 32 6 0 0.82 0.97 0.31 9.18 0.93 0.36
Hex B0 20 6 0 52 61 1F 9 5D 24
Octal 260 40 6 0 122 141 37 11 135 44
Binary 10110000 100000 110 0 1010010 1100001 11111 1001 1011101 100100

Color Harmonies of #B02006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02006

Black with #B02006

Text Example


Text Example

White with #B02006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02006; }

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

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

background-color css

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

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

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

border-color css

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

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

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