#B02C19

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

Shades of Fire Brick #B02C19

Tints of Fire Brick #B02C19

Color information

#B02C19 (or 0xB02C19) is unknown color: approx Fire Brick. HEX triplet: B0, 2C and 19. RGB value is (176,44,25). Sum of RGB (Red+Green+Blue) = 176+44+25=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C19 is #4FD3E6. Grayscale: #515151. Windows color (decimal): -5231591 or 1649840. OLE color: 1649840.

HSL color Cylindrical-coordinate representation of color #B02C19: hue angle of 7.55º 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 #B02C19 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1764425-
CMYK00.750.860.31
HSL7.55º75.12%39.41%-
HSV(B)7.55º85.8%69.02%-
XYZ18.9811.12.06-
YUV81.396.23195.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 71.84%
GREEN value IS 44 (17.58% from 255) = 17.96%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=71.84%
G=17.96%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176442500.750.860.317.5575.1239.41
HexB02C1904B561F84b27
Octal26054310113126371011347
Binary10110000101100110010100101110101101111110001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02C19; }

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

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

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

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

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

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

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

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