#B24C3D

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

Shades of Chestnut #B24C3D

Tints of Chestnut #B24C3D

Color information

#B24C3D (or 0xB24C3D) is unknown color: approx Chestnut. HEX triplet: B2, 4C and 3D. RGB value is (178,76,61). Sum of RGB (Red+Green+Blue) = 178+76+61=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24C3D is #4DB3C2. Grayscale: #686868. Windows color (decimal): -5092291 or 4017330. OLE color: 4017330.

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

Color convert

RGB1787661-
CMYK00.570.660.30
HSL7.69º48.95%46.86%-
HSV(B)7.69º65.73%69.8%-
XYZ21.7914.976.16-
YUV104.79103.29180.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 61 (24.22% from 255) = 19.37%
R=56.51%
G=24.13%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178766100.570.660.307.6948.9546.86
HexB24C3D039421E8312f
Octal2621147507110236106157
Binary10110010100110011110101110011000010111101000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C3D; }

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

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

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

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

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

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

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

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