#A6102D

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

Shades of Carmine #A6102D

Tints of Carmine #A6102D

Color information

#A6102D (or 0xA6102D) is unknown color: approx Carmine. HEX triplet: A6, 10 and 2D. RGB value is (166,16,45). Sum of RGB (Red+Green+Blue) = 166+16+45=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A6102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6102D is #59EFD2. Grayscale: #404040. Windows color (decimal): -5894099 or 2953382. OLE color: 2953382.

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

Color convert

RGB1661645-
CMYK00.900.730.35
HSL348.4º82.42%35.69%-
HSV(B)348.4º90.36%65.1%-
XYZ16.388.673.29-
YUV64.16117.2200.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.13%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=73.13%
G=7.05%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166164500.900.730.35348.482.4235.69
HexA6102D05A492315c5224
Octal246205501321114353412244
Binary10100110100001011010101101010010011000111010111001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6102D; }

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

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

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

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

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

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

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

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