#AA002D

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

Shades of Carmine #AA002D

Tints of Carmine #AA002D

Color information

#AA002D (or 0xAA002D) is unknown color: approx Carmine. HEX triplet: AA, 00 and 2D. RGB value is (170,0,45). Sum of RGB (Red+Green+Blue) = 170+0+45=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA002D is #55FFD2. Grayscale: #373737. Windows color (decimal): -5636051 or 2949290. OLE color: 2949290.

HSL color Cylindrical-coordinate representation of color #AA002D: hue angle of 344.12º 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 #AA002D is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB170045-
CMYK010.740.33
HSL344.12º100%33.33%-
HSV(B)344.12º100%66.67%-
XYZ17.058.743.27-
YUV55.96121.82209.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 79.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 20.93%
R=79.07%
G=0%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170045010.740.33344.1210033.33
HexAA02D0644A211586421
Octal25205501441124153014441
Binary1010101001011010110010010010101000011010110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA002D; }

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

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

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

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

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

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

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

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