#A0112B

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

Shades of Carmine #A0112B

Tints of Carmine #A0112B

Color information

#A0112B (or 0xA0112B) is unknown color: approx Carmine. HEX triplet: A0, 11 and 2B. RGB value is (160,17,43). Sum of RGB (Red+Green+Blue) = 160+17+43=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A0112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0112B is #5FEED4. Grayscale: #3E3E3E. Windows color (decimal): -6287061 or 2822560. OLE color: 2822560.

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

Color convert

RGB1601743-
CMYK00.890.730.37
HSL349.09º80.79%34.71%-
HSV(B)349.09º89.38%62.75%-
XYZ15.138.053.04-
YUV62.72116.88197.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 72.73%
GREEN value IS 17 (7.03% from 255) = 7.73%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=72.73%
G=7.73%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160174300.890.730.37349.0980.7934.71
HexA0112B059492515d5123
Octal240215301311114553512143
Binary10100000100011010110101100110010011001011010111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0112B; }

 p { color: rgb(160,17,43); }

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

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

 a { background-color: rgb(160,17,43); }

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

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

 span { border-color: rgb(160,17,43); }

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