#A0121E

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

Shades of Carmine #A0121E

Tints of Carmine #A0121E

Color information

#A0121E (or 0xA0121E) is unknown color: approx Carmine. HEX triplet: A0, 12 and 1E. RGB value is (160,18,30). Sum of RGB (Red+Green+Blue) = 160+18+30=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A0121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0121E is #5FEDE1. Grayscale: #3D3D3D. Windows color (decimal): -6286818 or 1970848. OLE color: 1970848.

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

Color convert

RGB1601830-
CMYK00.890.810.37
HSL354.93º79.78%34.9%-
HSV(B)354.93º88.75%62.75%-
XYZ14.9581.98-
YUV61.83110.04198.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.92%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=76.92%
G=8.65%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160183000.890.810.37354.9379.7834.9
HexA0121E05951251635023
Octal240223601311214554312043
Binary1010000010010111100101100110100011001011011000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0121E; }

 p { color: rgb(160,18,30); }

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

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

 a { background-color: rgb(160,18,30); }

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

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

 span { border-color: rgb(160,18,30); }

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