Html Css Color HEX #B02004 Fire Brick

📋 copy color: '#B02004'

red 176 ◦ green 32 ◦ blue 4

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

Shades of Fire Brick #B02004

Tints of Fire Brick #B02004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 83.02%
G = 15.09%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B02004 (or 0xB02004) is known color: Fire Brick. HEX triplet: B0, 20 and 04. RGB value is (176,32,4). Sum of RGB (Red+Green+Blue) = 176+32+4=212 (28% of max value = 765). Red value is 176 (69.14% from 255 or 83.02% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 176 - color contains mainly: red. Hex color #B02004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02004 is #4FDFFB. Grayscale: #484848. Windows color (decimal): -5234684 or 270512. OLE color: 270512.

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

Color convert

RGB 176 32 4 -
CMYK 0 0.82 0.98 0.31
HSL 9.77º 0.96% 0.35% -
HSV(B) 9.77º 0.98% 0.69% -
XYZ 18.44 10.27 1.13 -
YUV 71.86 89.71 202.28 -
System Red Green Blue C M Y K H S L
Decimal 176 32 4 0 0.82 0.98 0.31 9.77 0.96 0.35
Hex B0 20 4 0 52 62 1F A 60 23
Octal 260 40 4 0 122 142 37 12 140 43
Binary 10110000 100000 100 0 1010010 1100010 11111 1010 1100000 100011

Color Harmonies of #B02004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02004

Black with #B02004

Text Example


Text Example

White with #B02004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02004; }

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

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

background-color css

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

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

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

border-color css

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

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

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