#B42D18

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

Shades of Fire Brick #B42D18

Tints of Fire Brick #B42D18

Color information

#B42D18 (or 0xB42D18) is unknown color: approx Fire Brick. HEX triplet: B4, 2D and 18. RGB value is (180,45,24). Sum of RGB (Red+Green+Blue) = 180+45+24=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42D18 is #4BD2E7. Grayscale: #535353. Windows color (decimal): -4969192 or 1584564. OLE color: 1584564.

HSL color Cylindrical-coordinate representation of color #B42D18: hue angle of 8.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B42D18 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1804524-
CMYK00.750.870.29
HSL8.08º76.47%40%-
HSV(B)8.08º86.67%70.59%-
XYZ19.9311.652.06-
YUV82.9794.73197.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72.29%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=72.29%
G=18.07%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180452400.750.870.298.0876.4740
HexB42D1804B571D84c28
Octal26455300113127351011450
Binary10110100101101110000100101110101111110110001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D18; }

 p { color: rgb(180,45,24); }

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

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

 a { background-color: rgb(180,45,24); }

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

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

 span { border-color: rgb(180,45,24); }

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