#B24E4E

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

Shades of Chestnut #B24E4E

Tints of Chestnut #B24E4E

Color information

#B24E4E (or 0xB24E4E) is unknown color: approx Chestnut. HEX triplet: B2, 4E and 4E. RGB value is (178,78,78). Sum of RGB (Red+Green+Blue) = 178+78+78=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E4E is #4DB1B1. Grayscale: #6B6B6B. Windows color (decimal): -5091762 or 5131954. OLE color: 5131954.

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

Color convert

RGB1787878-
CMYK00.560.560.30
HSL39.37%50.2%-
HSV(B)56.18%69.8%-
XYZ22.4615.469.01-
YUV107.9111.13178-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 78 (30.86% from 255) = 23.35%
R=53.29%
G=23.35%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178787800.560.560.30039.3750.2
HexB24E4E038381E02732
Octal262116116070703604762
Binary10110010100111010011100111000111000111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24E4E; }

 p { color: rgb(178,78,78); }

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

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

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

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

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

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

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