#A60A2A

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

Shades of Carmine #A60A2A

Tints of Carmine #A60A2A

Color information

#A60A2A (or 0xA60A2A) is unknown color: approx Carmine. HEX triplet: A6, 0A and 2A. RGB value is (166,10,42). Sum of RGB (Red+Green+Blue) = 166+10+42=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A2A is #59F5D5. Grayscale: #3C3C3C. Windows color (decimal): -5895638 or 2755238. OLE color: 2755238.

HSL color Cylindrical-coordinate representation of color #A60A2A: hue angle of 347.69º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60A2A is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1661042-
CMYK00.940.750.35
HSL347.69º88.64%34.51%-
HSV(B)347.69º93.98%65.1%-
XYZ16.258.492.97-
YUV60.29117.68203.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 76.15%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=76.15%
G=4.59%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166104200.940.750.35347.6988.6434.51
HexA6A2A05E4B2315c5923
Octal246125201361134353413143
Binary1010011010101010100101111010010111000111010111001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60A2A; }

 p { color: rgb(166,10,42); }

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

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

 a { background-color: rgb(166,10,42); }

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

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

 span { border-color: rgb(166,10,42); }

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