#A21229

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

Shades of Carmine #A21229

Tints of Carmine #A21229

Color information

#A21229 (or 0xA21229) is unknown color: approx Carmine. HEX triplet: A2, 12 and 29. RGB value is (162,18,41). Sum of RGB (Red+Green+Blue) = 162+18+41=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A21229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21229 is #5DEDD6. Grayscale: #3F3F3F. Windows color (decimal): -6155735 or 2691746. OLE color: 2691746.

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

Color convert

RGB1621841-
CMYK00.890.750.36
HSL350.42º80%35.29%-
HSV(B)350.42º88.89%63.53%-
XYZ15.528.272.88-
YUV63.68115.21198.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.30%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 41 (16.41% from 255) = 18.55%
R=73.30%
G=8.14%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162184100.890.750.36350.428035.29
HexA212290594B2415e5023
Octal242225101311134453612043
Binary10100010100101010010101100110010111001001010111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21229; }

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

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

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

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

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

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

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

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