#A20121

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

Shades of Carmine #A20121

Tints of Carmine #A20121

Color information

#A20121 (or 0xA20121) is unknown color: approx Carmine. HEX triplet: A2, 01 and 21. RGB value is (162,1,33). Sum of RGB (Red+Green+Blue) = 162+1+33=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A20121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20121 is #5DFEDE. Grayscale: #343434. Windows color (decimal): -6160095 or 2163106. OLE color: 2163106.

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

Color convert

RGB162133-
CMYK00.990.800.36
HSL348.07º98.77%31.96%-
HSV(B)348.07º99.38%63.53%-
XYZ15.197.812.15-
YUV52.79116.84205.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 82.65%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=82.65%
G=0.51%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213300.990.800.36348.0798.7731.96
HexA2121063502415c6320
Octal24214101431204453414340
Binary1010001011000010110001110100001001001010111001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20121; }

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

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

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

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

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

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

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

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