#A60616

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

Shades of Carmine #A60616

Tints of Carmine #A60616

Color information

#A60616 (or 0xA60616) is unknown color: approx Carmine. HEX triplet: A6, 06 and 16. RGB value is (166,6,22). Sum of RGB (Red+Green+Blue) = 166+6+22=194 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.57% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 166 - color contains mainly: red. Hex color #A60616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60616 is #59F9E9. Grayscale: #373737. Windows color (decimal): -5896682 or 1443494. OLE color: 1443494.

HSL color Cylindrical-coordinate representation of color #A60616: hue angle of 354º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60616 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB166622-
CMYK00.960.870.35
HSL354º93.02%33.73%-
HSV(B)354º96.39%65.1%-
XYZ15.948.31.52-
YUV55.66109.01206.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 85.57%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=85.57%
G=3.09%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16662200.960.870.3535493.0233.73
HexA661606057231625d22
Octal24662601401274354213542
Binary10100110110101100110000010101111000111011000101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60616; }

 p { color: rgb(166,6,22); }

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

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

 a { background-color: rgb(166,6,22); }

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

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

 span { border-color: rgb(166,6,22); }

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