#A60A1A

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

Shades of Carmine #A60A1A

Tints of Carmine #A60A1A

Color information

#A60A1A (or 0xA60A1A) is unknown color: approx Carmine. HEX triplet: A6, 0A and 1A. RGB value is (166,10,26). Sum of RGB (Red+Green+Blue) = 166+10+26=202 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.18% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A1A is #59F5E5. Grayscale: #3A3A3A. Windows color (decimal): -5895654 or 1706662. OLE color: 1706662.

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

Color convert

RGB1661026-
CMYK00.940.840.35
HSL353.85º88.64%34.51%-
HSV(B)353.85º93.98%65.1%-
XYZ16.028.41.75-
YUV58.47109.68204.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 82.18%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=82.18%
G=4.95%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166102600.940.840.35353.8588.6434.51
HexA6A1A05E54231625923
Octal246123201361244354213143
Binary101001101010110100101111010101001000111011000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60A1A; }

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

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

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

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

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

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

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

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