#A6161A

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

Shades of Carmine #A6161A

Tints of Carmine #A6161A

Color information

#A6161A (or 0xA6161A) is unknown color: approx Carmine. HEX triplet: A6, 16 and 1A. RGB value is (166,22,26). Sum of RGB (Red+Green+Blue) = 166+22+26=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A6161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6161A is #59E9E5. Grayscale: #414141. Windows color (decimal): -5892582 or 1709734. OLE color: 1709734.

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

Color convert

RGB1662226-
CMYK00.870.840.35
HSL358.33º76.6%36.86%-
HSV(B)358.33º86.75%65.1%-
XYZ16.28.761.81-
YUV65.51105.71199.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 77.57%
GREEN value IS 22 (8.98% from 255) = 10.28%
BLUE value IS 26 (10.55% from 255) = 12.15%
R=77.57%
G=10.28%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166222600.870.840.35358.3376.636.86
HexA6161A05754231664d25
Octal246263201271244354611545
Binary1010011010110110100101011110101001000111011001101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6161A; }

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

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

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

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

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

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

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

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