#B02C16

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

Shades of Fire Brick #B02C16

Tints of Fire Brick #B02C16

Color information

#B02C16 (or 0xB02C16) is unknown color: approx Fire Brick. HEX triplet: B0, 2C and 16. RGB value is (176,44,22). Sum of RGB (Red+Green+Blue) = 176+44+22=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C16 is #4FD3E9. Grayscale: #515151. Windows color (decimal): -5231594 or 1453232. OLE color: 1453232.

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

Color convert

RGB1764422-
CMYK00.750.880.31
HSL8.57º77.78%38.82%-
HSV(B)8.57º87.5%69.02%-
XYZ18.9511.091.9-
YUV80.9694.73195.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 72.73%
GREEN value IS 44 (17.58% from 255) = 18.18%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=72.73%
G=18.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176442200.750.880.318.5777.7838.82
HexB02C1604B581F94e27
Octal26054260113130371111647
Binary10110000101100101100100101110110001111110011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02C16; }

 p { color: rgb(176,44,22); }

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

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

 a { background-color: rgb(176,44,22); }

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

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

 span { border-color: rgb(176,44,22); }

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