#B02B19

Color #B02B19 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #B02B19

Tints of Fire Brick #B02B19

Color information

#B02B19 (or 0xB02B19) is unknown color: approx Fire Brick. HEX triplet: B0, 2B and 19. RGB value is (176,43,25). Sum of RGB (Red+Green+Blue) = 176+43+25=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02B19 is #4FD4E6. Grayscale: #505050. Windows color (decimal): -5231847 or 1649584. OLE color: 1649584.

HSL color Cylindrical-coordinate representation of color #B02B19: hue angle of 7.15º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B02B19 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1764325-
CMYK00.760.860.31
HSL7.15º75.12%39.41%-
HSV(B)7.15º85.8%69.02%-
XYZ18.9411.032.05-
YUV80.7196.56195.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 72.13%
GREEN value IS 43 (17.19% from 255) = 17.62%
BLUE value IS 25 (10.16% from 255) = 10.25%
R=72.13%
G=17.62%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176432500.760.860.317.1575.1239.41
HexB02B1904C561F74b27
Octal2605331011412637711347
Binary1011000010101111001010011001010110111111111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02B19; }

 p { color: rgb(176,43,25); }

 H1.HeaderClassName
 {
   color: #B02B19;
 }
 .AnyTagClassName
 {
   color: #B02B19;
 }
</style>
background-color css

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

 a { background-color: rgb(176,43,25); }

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

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

 span { border-color: rgb(176,43,25); }

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