#A2102A

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

Shades of Carmine #A2102A

Tints of Carmine #A2102A

Color information

#A2102A (or 0xA2102A) is unknown color: approx Carmine. HEX triplet: A2, 10 and 2A. RGB value is (162,16,42). Sum of RGB (Red+Green+Blue) = 162+16+42=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A2102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2102A is #5DEFD5. Grayscale: #3E3E3E. Windows color (decimal): -6156246 or 2756770. OLE color: 2756770.

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

Color convert

RGB1621642-
CMYK00.900.740.36
HSL349.32º82.02%34.9%-
HSV(B)349.32º90.12%63.53%-
XYZ15.58.222.96-
YUV62.62116.37198.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.64%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=73.64%
G=7.27%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162164200.900.740.36349.3282.0234.9
HexA2102A05A4A2415d5223
Octal242205201321124453512243
Binary10100010100001010100101101010010101001001010111011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2102A; }

 p { color: rgb(162,16,42); }

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

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

 a { background-color: rgb(162,16,42); }

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

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

 span { border-color: rgb(162,16,42); }

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