#A21014

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

Shades of Carmine #A21014

Tints of Carmine #A21014

Color information

#A21014 (or 0xA21014) is unknown color: approx Carmine. HEX triplet: A2, 10 and 14. RGB value is (162,16,20). Sum of RGB (Red+Green+Blue) = 162+16+20=198 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.82% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 162 - color contains mainly: red. Hex color #A21014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21014 is #5DEFEB. Grayscale: #3C3C3C. Windows color (decimal): -6156268 or 1314978. OLE color: 1314978.

HSL color Cylindrical-coordinate representation of color #A21014: hue angle of 358.36º degrees, saturation: 0.82, 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 #A21014 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB1621620-
CMYK00.900.880.36
HSL358.36º82.02%34.9%-
HSV(B)358.36º90.12%63.53%-
XYZ15.218.11.42-
YUV60.11105.37200.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81.82%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=81.82%
G=8.08%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162162000.900.880.36358.3682.0234.9
HexA2101405A58241665223
Octal242202401321304454612243
Binary1010001010000101000101101010110001001001011001101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21014; }

 p { color: rgb(162,16,20); }

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

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

 a { background-color: rgb(162,16,20); }

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

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

 span { border-color: rgb(162,16,20); }

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