#A61516

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

Shades of Carmine #A61516

Tints of Carmine #A61516

Color information

#A61516 (or 0xA61516) is unknown color: approx Carmine. HEX triplet: A6, 15 and 16. RGB value is (166,21,22). Sum of RGB (Red+Green+Blue) = 166+21+22=209 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.43% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 166 - color contains mainly: red. Hex color #A61516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61516 is #59EAE9. Grayscale: #404040. Windows color (decimal): -5892842 or 1447334. OLE color: 1447334.

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

Color convert

RGB1662122-
CMYK00.870.870.35
HSL359.59º77.54%36.67%-
HSV(B)359.59º87.35%65.1%-
XYZ16.148.71.59-
YUV64.47104.04200.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 79.43%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=79.43%
G=10.05%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166212200.870.870.35359.5977.5436.67
HexA6151605757231684e25
Octal246252601271274355011645
Binary1010011010101101100101011110101111000111011010001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61516; }

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

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

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

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

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

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

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

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