#B24B40

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

Shades of Chestnut #B24B40

Tints of Chestnut #B24B40

Color information

#B24B40 (or 0xB24B40) is unknown color: approx Chestnut. HEX triplet: B2, 4B and 40. RGB value is (178,75,64). Sum of RGB (Red+Green+Blue) = 178+75+64=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B40 is #4DB4BF. Grayscale: #686868. Windows color (decimal): -5092544 or 4213682. OLE color: 4213682.

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

Color convert

RGB1787564-
CMYK00.580.640.30
HSL5.79º47.11%47.45%-
HSV(B)5.79º64.04%69.8%-
XYZ21.814.876.57-
YUV104.54105.12180.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 64 (25.39% from 255) = 20.19%
R=56.15%
G=23.66%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178756400.580.640.305.7947.1147.45
HexB24B4003A401E62f2f
Octal2621131000721003665757
Binary10110010100101110000000111010100000011110110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B40; }

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

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

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

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

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

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

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

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