#B44441

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

Shades of Chestnut #B44441

Tints of Chestnut #B44441

Color information

#B44441 (or 0xB44441) is unknown color: approx Chestnut. HEX triplet: B4, 44 and 41. RGB value is (180,68,65). Sum of RGB (Red+Green+Blue) = 180+68+65=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B44441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44441 is #4BBBBE. Grayscale: #656565. Windows color (decimal): -4963263 or 4277428. OLE color: 4277428.

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

Color convert

RGB1806865-
CMYK00.620.640.29
HSL1.57º46.94%48.04%-
HSV(B)1.57º63.89%70.59%-
XYZ21.8414.226.59-
YUV101.15107.61184.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.51%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=57.51%
G=21.73%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180686500.620.640.291.5746.9448.04
HexB4444103E401D22f30
Octal2641041010761003525760
Binary1011010010001001000001011111010000001110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44441; }

 p { color: rgb(180,68,65); }

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

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

 a { background-color: rgb(180,68,65); }

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

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

 span { border-color: rgb(180,68,65); }

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