#A60710

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

Shades of Carmine #A60710

Tints of Carmine #A60710

Color information

#A60710 (or 0xA60710) is unknown color: approx Carmine. HEX triplet: A6, 07 and 10. RGB value is (166,7,16). Sum of RGB (Red+Green+Blue) = 166+7+16=189 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.83% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 166 - color contains mainly: red. Hex color #A60710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60710 is #59F8EF. Grayscale: #373737. Windows color (decimal): -5896432 or 1050534. OLE color: 1050534.

HSL color Cylindrical-coordinate representation of color #A60710: hue angle of 356.6º degrees, saturation: 0.92, 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 #A60710 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB166716-
CMYK00.960.900.35
HSL356.6º91.91%33.92%-
HSV(B)356.6º95.78%65.1%-
XYZ15.98.31.25-
YUV55.57105.68206.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 87.83%
GREEN value IS 7 (3.12% from 255) = 3.70%
BLUE value IS 16 (6.64% from 255) = 8.47%
R=87.83%
G=3.70%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16671600.960.900.35356.691.9133.92
HexA67100605A231655c22
Octal24672001401324354513442
Binary10100110111100000110000010110101000111011001011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60710; }

 p { color: rgb(166,7,16); }

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

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

 a { background-color: rgb(166,7,16); }

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

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

 span { border-color: rgb(166,7,16); }

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