#A2121C

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

Shades of Carmine #A2121C

Tints of Carmine #A2121C

Color information

#A2121C (or 0xA2121C) is unknown color: approx Carmine. HEX triplet: A2, 12 and 1C. RGB value is (162,18,28). Sum of RGB (Red+Green+Blue) = 162+18+28=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A2121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2121C is #5DEDE3. Grayscale: #3E3E3E. Windows color (decimal): -6155748 or 1839778. OLE color: 1839778.

HSL color Cylindrical-coordinate representation of color #A2121C: hue angle of 355.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2121C is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1621828-
CMYK00.890.830.36
HSL355.83º80%35.29%-
HSV(B)355.83º88.89%63.53%-
XYZ15.338.21.87-
YUV62.2108.71199.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.88%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 28 (11.33% from 255) = 13.46%
R=77.88%
G=8.65%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162182800.890.830.36355.838035.29
HexA2121C05953241645023
Octal242223401311234454412043
Binary1010001010010111000101100110100111001001011001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2121C; }

 p { color: rgb(162,18,28); }

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

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

 a { background-color: rgb(162,18,28); }

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

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

 span { border-color: rgb(162,18,28); }

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