#AA0025

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

Shades of Carmine #AA0025

Tints of Carmine #AA0025

Color information

#AA0025 (or 0xAA0025) is unknown color: approx Carmine. HEX triplet: AA, 00 and 25. RGB value is (170,0,37). Sum of RGB (Red+Green+Blue) = 170+0+37=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0025 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0025 is #55FFDA. Grayscale: #373737. Windows color (decimal): -5636059 or 2425002. OLE color: 2425002.

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

Color convert

RGB170037-
CMYK010.780.33
HSL346.94º100%33.33%-
HSV(B)346.94º100%66.67%-
XYZ16.918.682.53-
YUV55.05117.82209.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 82.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=82.13%
G=0%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170037010.780.33346.9410033.33
HexAA0250644E2115b6421
Octal25204501441164153314441
Binary1010101001001010110010010011101000011010110111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0025; }

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

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

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

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

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

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

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

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