#A0112A

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

Shades of Carmine #A0112A

Tints of Carmine #A0112A

Color information

#A0112A (or 0xA0112A) is unknown color: approx Carmine. HEX triplet: A0, 11 and 2A. RGB value is (160,17,42). Sum of RGB (Red+Green+Blue) = 160+17+42=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A0112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0112A is #5FEED5. Grayscale: #3E3E3E. Windows color (decimal): -6287062 or 2757024. OLE color: 2757024.

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

Color convert

RGB1601742-
CMYK00.890.740.37
HSL349.51º80.79%34.71%-
HSV(B)349.51º89.38%62.75%-
XYZ15.128.042.95-
YUV62.61116.38197.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.06%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=73.06%
G=7.76%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160174200.890.740.37349.5180.7934.71
HexA0112A0594A2515e5123
Octal240215201311124553612143
Binary10100000100011010100101100110010101001011010111101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0112A; }

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

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

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

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

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

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

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

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