#AA0033

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

Shades of Carmine #AA0033

Tints of Carmine #AA0033

Color information

#AA0033 (or 0xAA0033) is unknown color: approx Carmine. HEX triplet: AA, 00 and 33. RGB value is (170,0,51). Sum of RGB (Red+Green+Blue) = 170+0+51=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0033 is #55FFCC. Grayscale: #383838. Windows color (decimal): -5636045 or 3342506. OLE color: 3342506.

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

Color convert

RGB170051-
CMYK010.70.33
HSL342º100%33.33%-
HSV(B)342º100%66.67%-
XYZ17.188.793.92-
YUV56.64124.82208.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 76.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=76.92%
G=0%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170051010.70.3334210033.33
HexAA03306446211566421
Octal25206301441064152614441
Binary1010101001100110110010010001101000011010101101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0033; }

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

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

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

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

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

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

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

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