#A2012E

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

Shades of Carmine #A2012E

Tints of Carmine #A2012E

Color information

#A2012E (or 0xA2012E) is unknown color: approx Carmine. HEX triplet: A2, 01 and 2E. RGB value is (162,1,46). Sum of RGB (Red+Green+Blue) = 162+1+46=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A2012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2012E is #5DFED1. Grayscale: #363636. Windows color (decimal): -6160082 or 3015074. OLE color: 3015074.

HSL color Cylindrical-coordinate representation of color #A2012E: hue angle of 343.23º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2012E is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB162146-
CMYK00.990.720.36
HSL343.23º98.77%31.96%-
HSV(B)343.23º99.38%63.53%-
XYZ15.47.93.3-
YUV54.27123.34204.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 77.51%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 46 (18.36% from 255) = 22.01%
R=77.51%
G=0.48%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214600.990.720.36343.2398.7731.96
HexA212E06348241576320
Octal24215601431104452714340
Binary1010001011011100110001110010001001001010101111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2012E; }

 p { color: rgb(162,1,46); }

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

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

 a { background-color: rgb(162,1,46); }

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

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

 span { border-color: rgb(162,1,46); }

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