#AA0334

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

Shades of Carmine #AA0334

Tints of Carmine #AA0334

Color information

#AA0334 (or 0xAA0334) is unknown color: approx Carmine. HEX triplet: AA, 03 and 34. RGB value is (170,3,52). Sum of RGB (Red+Green+Blue) = 170+3+52=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0334 is #55FCCB. Grayscale: #3A3A3A. Windows color (decimal): -5635276 or 3408810. OLE color: 3408810.

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

Color convert

RGB170352-
CMYK00.980.690.33
HSL342.4º96.53%33.92%-
HSV(B)342.4º98.24%66.67%-
XYZ17.238.864.05-
YUV58.52124.33207.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 75.56%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=75.56%
G=1.33%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17035200.980.690.33342.496.5333.92
HexAA33406245211566122
Octal25236401421054152614142
Binary10101010111101000110001010001011000011010101101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0334; }

 p { color: rgb(170,3,52); }

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

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

 a { background-color: rgb(170,3,52); }

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

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

 span { border-color: rgb(170,3,52); }

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