Html Css Color HEX #B02003 Fire Brick

📋 copy color: '#B02003'

red 176 ◦ green 32 ◦ blue 3

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

Shades of Fire Brick #B02003

Tints of Fire Brick #B02003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 83.41%
G = 15.17%
B = 1.42%

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

#B02003 (or 0xB02003) is known color: Fire Brick. HEX triplet: B0, 20 and 03. RGB value is (176,32,3). Sum of RGB (Red+Green+Blue) = 176+32+3=211 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.41% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 176 - color contains mainly: red. Hex color #B02003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02003 is #4FDFFC. Grayscale: #484848. Windows color (decimal): -5234685 or 204976. OLE color: 204976.

HSL color Cylindrical-coordinate representation of color #B02003: hue angle of 10.06º degrees, saturation: 0.97, 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 #B02003 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 3 -
CMYK 0 0.82 0.98 0.31
HSL 10.06º 0.97% 0.35% -
HSV(B) 10.06º 0.98% 0.69% -
XYZ 18.44 10.27 1.1 -
YUV 71.75 89.21 202.36 -
System Red Green Blue C M Y K H S L
Decimal 176 32 3 0 0.82 0.98 0.31 10.06 0.97 0.35
Hex B0 20 3 0 52 62 1F A 61 23
Octal 260 40 3 0 122 142 37 12 141 43
Binary 10110000 100000 11 0 1010010 1100010 11111 1010 1100001 100011

Color Harmonies of #B02003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02003

Black with #B02003

Text Example


Text Example

White with #B02003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02003; }

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

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

background-color css

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

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

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

border-color css

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

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

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