#A21220

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

Shades of Carmine #A21220

Tints of Carmine #A21220

Color information

#A21220 (or 0xA21220) is unknown color: approx Carmine. HEX triplet: A2, 12 and 20. RGB value is (162,18,32). Sum of RGB (Red+Green+Blue) = 162+18+32=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A21220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21220 is #5DEDDF. Grayscale: #3E3E3E. Windows color (decimal): -6155744 or 2101922. OLE color: 2101922.

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

Color convert

RGB1621832-
CMYK00.890.800.36
HSL354.17º80%35.29%-
HSV(B)354.17º88.89%63.53%-
XYZ15.388.222.14-
YUV62.65110.71198.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 76.42%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=76.42%
G=8.49%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162183200.890.800.36354.178035.29
HexA2122005950241625023
Octal242224001311204454212043
Binary10100010100101000000101100110100001001001011000101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21220; }

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

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

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

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

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

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

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

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