#A2102F

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

Shades of Carmine #A2102F

Tints of Carmine #A2102F

Color information

#A2102F (or 0xA2102F) is unknown color: approx Carmine. HEX triplet: A2, 10 and 2F. RGB value is (162,16,47). Sum of RGB (Red+Green+Blue) = 162+16+47=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A2102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2102F is #5DEFD0. Grayscale: #3F3F3F. Windows color (decimal): -6156241 or 3084450. OLE color: 3084450.

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

Color convert

RGB1621647-
CMYK00.900.710.36
HSL347.26º82.02%34.9%-
HSV(B)347.26º90.12%63.53%-
XYZ15.68.263.46-
YUV63.19118.87198.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=72%
G=7.11%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162164700.900.710.36347.2682.0234.9
HexA2102F05A472415b5223
Octal242205701321074453312243
Binary10100010100001011110101101010001111001001010110111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2102F; }

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

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

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

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

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

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

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

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