#B02E24

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

Shades of Fire Brick #B02E24

Tints of Fire Brick #B02E24

Color information

#B02E24 (or 0xB02E24) is unknown color: approx Fire Brick. HEX triplet: B0, 2E and 24. RGB value is (176,46,36). Sum of RGB (Red+Green+Blue) = 176+46+36=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E24 is #4FD1DB. Grayscale: #535353. Windows color (decimal): -5231068 or 2371248. OLE color: 2371248.

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

Color convert

RGB1764636-
CMYK00.740.800.31
HSL4.29º66.04%41.57%-
HSV(B)4.29º79.55%69.02%-
XYZ19.211.312.84-
YUV83.73101.07193.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.22%
GREEN value IS 46 (18.36% from 255) = 17.83%
BLUE value IS 36 (14.45% from 255) = 13.95%
R=68.22%
G=17.83%
B=13.95%

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
Decimal176463600.740.800.314.2966.0441.57
HexB02E2404A501F4422a
Octal2605644011212037410252
Binary10110000101110100100010010101010000111111001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02E24; }

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

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

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

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

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

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

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

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