#A6002C

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

Shades of Carmine #A6002C

Tints of Carmine #A6002C

Color information

#A6002C (or 0xA6002C) is unknown color: approx Carmine. HEX triplet: A6, 00 and 2C. RGB value is (166,0,44). Sum of RGB (Red+Green+Blue) = 166+0+44=210 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.05% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 166 - color contains mainly: red. Hex color #A6002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6002C is #59FFD3. Grayscale: #363636. Windows color (decimal): -5898196 or 2883750. OLE color: 2883750.

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

Color convert

RGB166044-
CMYK010.730.35
HSL344.1º100%32.55%-
HSV(B)344.1º100%65.1%-
XYZ16.188.293.13-
YUV54.65122207.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 79.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=79.05%
G=0%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166044010.730.35344.110032.55
HexA602C06449231586421
Octal24605401441114353014441
Binary1010011001011000110010010010011000111010110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6002C; }

 p { color: rgb(166,0,44); }

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

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

 a { background-color: rgb(166,0,44); }

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

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

 span { border-color: rgb(166,0,44); }

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