#A1102C

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

Shades of Carmine #A1102C

Tints of Carmine #A1102C

Color information

#A1102C (or 0xA1102C) is unknown color: approx Carmine. HEX triplet: A1, 10 and 2C. RGB value is (161,16,44). Sum of RGB (Red+Green+Blue) = 161+16+44=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A1102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1102C is #5EEFD3. Grayscale: #3E3E3E. Windows color (decimal): -6221780 or 2887841. OLE color: 2887841.

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

Color convert

RGB1611644-
CMYK00.900.730.37
HSL348.41º81.92%34.71%-
HSV(B)348.41º90.06%63.14%-
XYZ15.348.133.14-
YUV62.55117.54198.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 72.85%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=72.85%
G=7.24%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161164400.900.730.37348.4181.9234.71
HexA1102C05A492515c5223
Octal241205401321114553412243
Binary10100001100001011000101101010010011001011010111001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1102C; }

 p { color: rgb(161,16,44); }

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

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

 a { background-color: rgb(161,16,44); }

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

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

 span { border-color: rgb(161,16,44); }

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