#B24B4A

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

Shades of Chestnut #B24B4A

Tints of Chestnut #B24B4A

Color information

#B24B4A (or 0xB24B4A) is unknown color: approx Chestnut. HEX triplet: B2, 4B and 4A. RGB value is (178,75,74). Sum of RGB (Red+Green+Blue) = 178+75+74=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B4A is #4DB4B5. Grayscale: #696969. Windows color (decimal): -5092534 or 4869042. OLE color: 4869042.

HSL color Cylindrical-coordinate representation of color #B24B4A: hue angle of 0.58º 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 #B24B4A is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1787574-
CMYK00.580.580.30
HSL0.58º41.27%49.41%-
HSV(B)0.58º58.43%69.8%-
XYZ22.1114.998.21-
YUV105.68110.12179.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 74 (29.30% from 255) = 22.63%
R=54.43%
G=22.94%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178757400.580.580.300.5841.2749.41
HexB24B4A03A3A1E12931
Octal262113112072723615161
Binary10110010100101110010100111010111010111101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B4A; }

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

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

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

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

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

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

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

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