Html Css Color HEX #B02002 Fire Brick

📋 copy color: '#B02002'

red 176 ◦ green 32 ◦ blue 2

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

Shades of Fire Brick #B02002

Tints of Fire Brick #B02002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 83.81%
G = 15.24%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B02002 (or 0xB02002) is known color: Fire Brick. HEX triplet: B0, 20 and 02. RGB value is (176,32,2). Sum of RGB (Red+Green+Blue) = 176+32+2=210 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.81% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 176 - color contains mainly: red. Hex color #B02002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02002 is #4FDFFD. Grayscale: #474747. Windows color (decimal): -5234686 or 139440. OLE color: 139440.

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

Color convert

RGB 176 32 2 -
CMYK 0 0.82 0.99 0.31
HSL 10.34º 0.98% 0.35% -
HSV(B) 10.34º 0.99% 0.69% -
XYZ 18.43 10.27 1.07 -
YUV 71.64 88.71 202.44 -
System Red Green Blue C M Y K H S L
Decimal 176 32 2 0 0.82 0.99 0.31 10.34 0.98 0.35
Hex B0 20 2 0 52 63 1F A 62 23
Octal 260 40 2 0 122 143 37 12 142 43
Binary 10110000 100000 10 0 1010010 1100011 11111 1010 1100010 100011

Color Harmonies of #B02002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02002

Black with #B02002

Text Example


Text Example

White with #B02002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02002; }

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

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

background-color css

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

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

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

border-color css

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

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

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