#A6102E

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

Shades of Carmine #A6102E

Tints of Carmine #A6102E

Color information

#A6102E (or 0xA6102E) is unknown color: approx Carmine. HEX triplet: A6, 10 and 2E. RGB value is (166,16,46). Sum of RGB (Red+Green+Blue) = 166+16+46=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A6102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6102E is #59EFD1. Grayscale: #404040. Windows color (decimal): -5894098 or 3018918. OLE color: 3018918.

HSL color Cylindrical-coordinate representation of color #A6102E: hue angle of 348º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6102E is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1661646-
CMYK00.900.720.35
HSL348º82.42%35.69%-
HSV(B)348º90.36%65.1%-
XYZ16.48.673.39-
YUV64.27117.7200.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 72.81%
GREEN value IS 16 (6.64% from 255) = 7.02%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=72.81%
G=7.02%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166164600.900.720.3534882.4235.69
HexA6102E05A482315c5224
Octal246205601321104353412244
Binary10100110100001011100101101010010001000111010111001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6102E; }

 p { color: rgb(166,16,46); }

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

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

 a { background-color: rgb(166,16,46); }

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

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

 span { border-color: rgb(166,16,46); }

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