#A60214

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

Shades of Carmine #A60214

Tints of Carmine #A60214

Color information

#A60214 (or 0xA60214) is unknown color: approx Carmine. HEX triplet: A6, 02 and 14. RGB value is (166,2,20). Sum of RGB (Red+Green+Blue) = 166+2+20=188 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.30% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 166 - color contains mainly: red. Hex color #A60214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60214 is #59FDEB. Grayscale: #353535. Windows color (decimal): -5897708 or 1311398. OLE color: 1311398.

HSL color Cylindrical-coordinate representation of color #A60214: hue angle of 353.41º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60214 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB166220-
CMYK00.990.880.35
HSL353.41º97.62%32.94%-
HSV(B)353.41º98.8%65.1%-
XYZ15.878.21.41-
YUV53.09109.33208.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 88.30%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=88.30%
G=1.06%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16622000.990.880.35353.4197.6232.94
HexA621406358231616221
Octal24622401431304354114241
Binary1010011010101000110001110110001000111011000011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60214; }

 p { color: rgb(166,2,20); }

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

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

 a { background-color: rgb(166,2,20); }

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

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

 span { border-color: rgb(166,2,20); }

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