#A2121F

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

Shades of Carmine #A2121F

Tints of Carmine #A2121F

Color information

#A2121F (or 0xA2121F) is unknown color: approx Carmine. HEX triplet: A2, 12 and 1F. RGB value is (162,18,31). Sum of RGB (Red+Green+Blue) = 162+18+31=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A2121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2121F is #5DEDE0. Grayscale: #3E3E3E. Windows color (decimal): -6155745 or 2036386. OLE color: 2036386.

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

Color convert

RGB1621831-
CMYK00.890.810.36
HSL354.58º80%35.29%-
HSV(B)354.58º88.89%63.53%-
XYZ15.368.212.07-
YUV62.54110.21198.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.78%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 31 (12.5% from 255) = 14.69%
R=76.78%
G=8.53%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162183100.890.810.36354.588035.29
HexA2121F05951241635023
Octal242223701311214454312043
Binary1010001010010111110101100110100011001001011000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2121F; }

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

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

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

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

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

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

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

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