#A1102B

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

Shades of Carmine #A1102B

Tints of Carmine #A1102B

Color information

#A1102B (or 0xA1102B) is unknown color: approx Carmine. HEX triplet: A1, 10 and 2B. RGB value is (161,16,43). Sum of RGB (Red+Green+Blue) = 161+16+43=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A1102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1102B is #5EEFD4. Grayscale: #3E3E3E. Windows color (decimal): -6221781 or 2822305. OLE color: 2822305.

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

Color convert

RGB1611643-
CMYK00.900.730.37
HSL348.83º81.92%34.71%-
HSV(B)348.83º90.06%63.14%-
XYZ15.328.123.05-
YUV62.43117.04198.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.18%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=73.18%
G=7.27%
B=19.55%

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
Decimal161164300.900.730.37348.8381.9234.71
HexA1102B05A492515d5223
Octal241205301321114553512243
Binary10100001100001010110101101010010011001011010111011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1102B; }

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

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

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

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

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

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

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

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