#A64232

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

Shades of Medium Carmine #A64232

Tints of Medium Carmine #A64232

Color information

#A64232 (or 0xA64232) is unknown color: approx Medium Carmine. HEX triplet: A6, 42 and 32. RGB value is (166,66,50). Sum of RGB (Red+Green+Blue) = 166+66+50=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A64232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64232 is #59BDCD. Grayscale: #5E5E5E. Windows color (decimal): -5881294 or 3293862. OLE color: 3293862.

HSL color Cylindrical-coordinate representation of color #A64232: hue angle of 8.28º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64232 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1666650-
CMYK00.600.700.35
HSL8.28º53.7%42.35%-
HSV(B)8.28º69.88%65.1%-
XYZ18.2512.234.42-
YUV94.08103.13179.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.87%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=58.87%
G=23.40%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166665000.600.700.358.2853.742.35
HexA6423203C46238362a
Octal2461026207410643106652
Binary101001101000010110010011110010001101000111000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64232; }

 p { color: rgb(166,66,50); }

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

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

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

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

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

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

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