#A21123

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

Shades of Carmine #A21123

Tints of Carmine #A21123

Color information

#A21123 (or 0xA21123) is unknown color: approx Carmine. HEX triplet: A2, 11 and 23. RGB value is (162,17,35). Sum of RGB (Red+Green+Blue) = 162+17+35=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 35 (14.06% from 255 or 16.36% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A21123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21123 is #5DEEDC. Grayscale: #3E3E3E. Windows color (decimal): -6155997 or 2298274. OLE color: 2298274.

HSL color Cylindrical-coordinate representation of color #A21123: hue angle of 352.55º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21123 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB1621735-
CMYK00.900.780.36
HSL352.55º81.01%35.1%-
HSV(B)352.55º89.51%63.53%-
XYZ15.48.22.36-
YUV62.41112.54199.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.70%
GREEN value IS 17 (7.03% from 255) = 7.94%
BLUE value IS 35 (14.06% from 255) = 16.36%
R=75.70%
G=7.94%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162173500.900.780.36352.5581.0135.1
HexA2112305A4E241615123
Octal242214301321164454112143
Binary10100010100011000110101101010011101001001011000011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21123; }

 p { color: rgb(162,17,35); }

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

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

 a { background-color: rgb(162,17,35); }

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

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

 span { border-color: rgb(162,17,35); }

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