#B44642

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

Shades of Chestnut #B44642

Tints of Chestnut #B44642

Color information

#B44642 (or 0xB44642) is unknown color: approx Chestnut. HEX triplet: B4, 46 and 42. RGB value is (180,70,66). Sum of RGB (Red+Green+Blue) = 180+70+66=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B44642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44642 is #4BB9BD. Grayscale: #666666. Windows color (decimal): -4962750 or 4343476. OLE color: 4343476.

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

Color convert

RGB1807066-
CMYK00.610.630.29
HSL2.11º46.34%48.24%-
HSV(B)2.11º63.33%70.59%-
XYZ2214.486.79-
YUV102.43107.44183.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=56.96%
G=22.15%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180706600.610.630.292.1146.3448.24
HexB4464203D3F1D22e30
Octal264106102075773525660
Binary101101001000110100001001111011111111110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44642; }

 p { color: rgb(180,70,66); }

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

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

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

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

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

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

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