#B24C4A

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

Shades of Chestnut #B24C4A

Tints of Chestnut #B24C4A

Color information

#B24C4A (or 0xB24C4A) is unknown color: approx Chestnut. HEX triplet: B2, 4C and 4A. RGB value is (178,76,74). Sum of RGB (Red+Green+Blue) = 178+76+74=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24C4A is #4DB3B5. Grayscale: #6A6A6A. Windows color (decimal): -5092278 or 4869298. OLE color: 4869298.

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

Color convert

RGB1787674-
CMYK00.570.580.30
HSL1.15º41.27%49.41%-
HSV(B)1.15º58.43%69.8%-
XYZ22.1815.138.23-
YUV106.27109.79179.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 76 (30.08% from 255) = 23.17%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=54.27%
G=23.17%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178767400.570.580.301.1541.2749.41
HexB24C4A0393A1E12931
Octal262114112071723615161
Binary10110010100110010010100111001111010111101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C4A; }

 p { color: rgb(178,76,74); }

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

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

 a { background-color: rgb(178,76,74); }

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

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

 span { border-color: rgb(178,76,74); }

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