#B24B42

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

Shades of Chestnut #B24B42

Tints of Chestnut #B24B42

Color information

#B24B42 (or 0xB24B42) is unknown color: approx Chestnut. HEX triplet: B2, 4B and 42. RGB value is (178,75,66). Sum of RGB (Red+Green+Blue) = 178+75+66=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B42 is #4DB4BD. Grayscale: #686868. Windows color (decimal): -5092542 or 4344754. OLE color: 4344754.

HSL color Cylindrical-coordinate representation of color #B24B42: hue angle of 4.82º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B24B42 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1787566-
CMYK00.580.630.30
HSL4.82º45.9%47.84%-
HSV(B)4.82º62.92%69.8%-
XYZ21.8614.896.88-
YUV104.77106.12180.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.80%
GREEN value IS 75 (29.69% from 255) = 23.51%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=55.80%
G=23.51%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178756600.580.630.304.8245.947.84
HexB24B4203A3F1E52e30
Octal262113102072773655660
Binary1011001010010111000010011101011111111110101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B42; }

 p { color: rgb(178,75,66); }

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

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

 a { background-color: rgb(178,75,66); }

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

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

 span { border-color: rgb(178,75,66); }

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