#B02D24

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

Shades of Fire Brick #B02D24

Tints of Fire Brick #B02D24

Color information

#B02D24 (or 0xB02D24) is unknown color: approx Fire Brick. HEX triplet: B0, 2D and 24. RGB value is (176,45,36). Sum of RGB (Red+Green+Blue) = 176+45+36=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02D24 is #4FD2DB. Grayscale: #535353. Windows color (decimal): -5231324 or 2370992. OLE color: 2370992.

HSL color Cylindrical-coordinate representation of color #B02D24: hue angle of 3.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02D24 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1764536-
CMYK00.740.800.31
HSL3.86º66.04%41.57%-
HSV(B)3.86º79.55%69.02%-
XYZ19.1611.232.83-
YUV83.14101.4194.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.48%
GREEN value IS 45 (17.97% from 255) = 17.51%
BLUE value IS 36 (14.45% from 255) = 14.01%
R=68.48%
G=17.51%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176453600.740.800.313.8666.0441.57
HexB02D2404A501F4422a
Octal2605544011212037410252
Binary10110000101101100100010010101010000111111001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02D24; }

 p { color: rgb(176,45,36); }

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

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

 a { background-color: rgb(176,45,36); }

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

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

 span { border-color: rgb(176,45,36); }

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