#B34242

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

Shades of Chestnut #B34242

Tints of Chestnut #B34242

Color information

#B34242 (or 0xB34242) is unknown color: approx Chestnut. HEX triplet: B3, 42 and 42. RGB value is (179,66,66). Sum of RGB (Red+Green+Blue) = 179+66+66=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B34242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34242 is #4CBDBD. Grayscale: #636363. Windows color (decimal): -5029310 or 4342451. OLE color: 4342451.

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

Color convert

RGB1796666-
CMYK00.630.630.30
HSL46.12%48.04%-
HSV(B)63.13%70.2%-
XYZ21.5213.876.7-
YUV99.79108.94184.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=57.56%
G=21.22%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179666600.630.630.30046.1248.04
HexB3424203F3F1E02e30
Octal263102102077773605660
Binary10110011100001010000100111111111111111100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34242; }

 p { color: rgb(179,66,66); }

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

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

 a { background-color: rgb(179,66,66); }

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

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

 span { border-color: rgb(179,66,66); }

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