#A2102B

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

Shades of Carmine #A2102B

Tints of Carmine #A2102B

Color information

#A2102B (or 0xA2102B) is unknown color: approx Carmine. HEX triplet: A2, 10 and 2B. RGB value is (162,16,43). Sum of RGB (Red+Green+Blue) = 162+16+43=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A2102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2102B is #5DEFD4. Grayscale: #3E3E3E. Windows color (decimal): -6156245 or 2822306. OLE color: 2822306.

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

Color convert

RGB1621643-
CMYK00.900.730.36
HSL348.9º82.02%34.9%-
HSV(B)348.9º90.12%63.53%-
XYZ15.528.233.06-
YUV62.73116.87198.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.30%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=73.30%
G=7.24%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162164300.900.730.36348.982.0234.9
HexA2102B05A492415d5223
Octal242205301321114453512243
Binary10100010100001010110101101010010011001001010111011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2102B; }

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

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

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

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

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

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

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

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