#A0121F

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

Shades of Carmine #A0121F

Tints of Carmine #A0121F

Color information

#A0121F (or 0xA0121F) is unknown color: approx Carmine. HEX triplet: A0, 12 and 1F. RGB value is (160,18,31). Sum of RGB (Red+Green+Blue) = 160+18+31=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0121F is #5FEDE0. Grayscale: #3E3E3E. Windows color (decimal): -6286817 or 2036384. OLE color: 2036384.

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

Color convert

RGB1601831-
CMYK00.890.810.37
HSL354.51º79.78%34.9%-
HSV(B)354.51º88.75%62.75%-
XYZ14.968.012.05-
YUV61.94110.54197.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.56%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=76.56%
G=8.61%
B=14.83%

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
Decimal160183100.890.810.37354.5179.7834.9
HexA0121F05951251635023
Octal240223701311214554312043
Binary1010000010010111110101100110100011001011011000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0121F; }

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

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

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

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

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

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

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

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