#A2121A

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

Shades of Carmine #A2121A

Tints of Carmine #A2121A

Color information

#A2121A (or 0xA2121A) is unknown color: approx Carmine. HEX triplet: A2, 12 and 1A. RGB value is (162,18,26). Sum of RGB (Red+Green+Blue) = 162+18+26=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A2121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2121A is #5DEDE5. Grayscale: #3E3E3E. Windows color (decimal): -6155750 or 1708706. OLE color: 1708706.

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

Color convert

RGB1621826-
CMYK00.890.840.36
HSL356.67º80%35.29%-
HSV(B)356.67º88.89%63.53%-
XYZ15.38.191.75-
YUV61.97107.71199.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.64%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=78.64%
G=8.74%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162182600.890.840.36356.678035.29
HexA2121A05954241655023
Octal242223201311244454512043
Binary1010001010010110100101100110101001001001011001011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2121A; }

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

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

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

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

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

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

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

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