#A6161F

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

Shades of Carmine #A6161F

Tints of Carmine #A6161F

Color information

#A6161F (or 0xA6161F) is unknown color: approx Carmine. HEX triplet: A6, 16 and 1F. RGB value is (166,22,31). Sum of RGB (Red+Green+Blue) = 166+22+31=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A6161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6161F is #59E9E0. Grayscale: #424242. Windows color (decimal): -5892577 or 2037414. OLE color: 2037414.

HSL color Cylindrical-coordinate representation of color #A6161F: hue angle of 356.25º degrees, saturation: 0.77, 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 #A6161F is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB1662231-
CMYK00.870.810.35
HSL356.25º76.6%36.86%-
HSV(B)356.25º86.75%65.1%-
XYZ16.268.782.13-
YUV66.08108.21199.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 75.80%
GREEN value IS 22 (8.98% from 255) = 10.05%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=75.80%
G=10.05%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166223100.870.810.35356.2576.636.86
HexA6161F05751231644d25
Octal246263701271214354411545
Binary1010011010110111110101011110100011000111011001001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6161F; }

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

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

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

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

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

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

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

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