#B02413

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

Shades of Fire Brick #B02413

Tints of Fire Brick #B02413

Color information

#B02413 (or 0xB02413) is unknown color: approx Fire Brick. HEX triplet: B0, 24 and 13. RGB value is (176,36,19). Sum of RGB (Red+Green+Blue) = 176+36+19=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B02413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02413 is #4FDBEC. Grayscale: #4C4C4C. Windows color (decimal): -5233645 or 1254576. OLE color: 1254576.

HSL color Cylindrical-coordinate representation of color #B02413: hue angle of 6.5º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B02413 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1763619-
CMYK00.800.890.31
HSL6.5º80.51%38.24%-
HSV(B)6.5º89.2%69.02%-
XYZ18.6510.541.67-
YUV75.9295.88199.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 76.19%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=76.19%
G=15.58%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176361900.800.890.316.580.5138.24
HexB02413050591F65126
Octal2604423012013137612146
Binary1011000010010010011010100001011001111111101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02413; }

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

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

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

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

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

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

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

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