#B54242

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

Shades of Chestnut #B54242

Tints of Chestnut #B54242

Color information

#B54242 (or 0xB54242) is unknown color: approx Chestnut. HEX triplet: B5, 42 and 42. RGB value is (181,66,66). Sum of RGB (Red+Green+Blue) = 181+66+66=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B54242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54242 is #4ABDBD. Grayscale: #646464. Windows color (decimal): -4898238 or 4342453. OLE color: 4342453.

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

Color convert

RGB1816666-
CMYK00.640.640.29
HSL46.56%48.43%-
HSV(B)63.54%70.98%-
XYZ21.9914.116.72-
YUV100.38108.6185.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 66 (26.17% from 255) = 21.09%
R=57.83%
G=21.09%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181666600.640.640.29046.5648.43
HexB54242040401D02f30
Octal26510210201001003505760
Binary1011010110000101000010010000001000000111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54242; }

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

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

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

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

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

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

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

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