#AA0014

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

Shades of Carmine #AA0014

Tints of Carmine #AA0014

Color information

#AA0014 (or 0xAA0014) is unknown color: approx Carmine. HEX triplet: AA, 00 and 14. RGB value is (170,0,20). Sum of RGB (Red+Green+Blue) = 170+0+20=190 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.47% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0014 is #55FFEB. Grayscale: #353535. Windows color (decimal): -5636076 or 1310890. OLE color: 1310890.

HSL color Cylindrical-coordinate representation of color #AA0014: hue angle of 352.94º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0014 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB170020-
CMYK010.880.33
HSL352.94º100%33.33%-
HSV(B)352.94º100%66.67%-
XYZ16.78.61.44-
YUV53.11109.32211.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 89.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=89.47%
G=0%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170020010.880.33352.9410033.33
HexAA01406458211616421
Octal25202401441304154114441
Binary101010100101000110010010110001000011011000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0014; }

 p { color: rgb(170,0,20); }

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

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

 a { background-color: rgb(170,0,20); }

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

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

 span { border-color: rgb(170,0,20); }

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