#A6022A

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

Shades of Carmine #A6022A

Tints of Carmine #A6022A

Color information

#A6022A (or 0xA6022A) is unknown color: approx Carmine. HEX triplet: A6, 02 and 2A. RGB value is (166,2,42). Sum of RGB (Red+Green+Blue) = 166+2+42=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A6022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6022A is #59FDD5. Grayscale: #373737. Windows color (decimal): -5897686 or 2753190. OLE color: 2753190.

HSL color Cylindrical-coordinate representation of color #A6022A: hue angle of 345.37º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A6022A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB166242-
CMYK00.990.750.35
HSL345.37º97.62%32.94%-
HSV(B)345.37º98.8%65.1%-
XYZ16.178.322.94-
YUV55.6120.33206.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 79.05%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 42 (16.80% from 255) = 20%
R=79.05%
G=0.95%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16624200.990.750.35345.3797.6232.94
HexA622A0634B231596221
Octal24625201431134353114241
Binary10100110101010100110001110010111000111010110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6022A; }

 p { color: rgb(166,2,42); }

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

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

 a { background-color: rgb(166,2,42); }

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

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

 span { border-color: rgb(166,2,42); }

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