#AA051E

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

Shades of Carmine #AA051E

Tints of Carmine #AA051E

Color information

#AA051E (or 0xAA051E) is unknown color: approx Carmine. HEX triplet: AA, 05 and 1E. RGB value is (170,5,30). Sum of RGB (Red+Green+Blue) = 170+5+30=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA051E is #55FAE1. Grayscale: #393939. Windows color (decimal): -5634786 or 1967530. OLE color: 1967530.

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

Color convert

RGB170530-
CMYK00.970.820.33
HSL350.91º94.29%34.31%-
HSV(B)350.91º97.06%66.67%-
XYZ16.878.752.03-
YUV57.18112.66208.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 82.93%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=82.93%
G=2.44%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17053000.970.820.33350.9194.2934.31
HexAA51E061522115f5e22
Octal25253601411224153713642
Binary10101010101111100110000110100101000011010111111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA051E; }

 p { color: rgb(170,5,30); }

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

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

 a { background-color: rgb(170,5,30); }

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

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

 span { border-color: rgb(170,5,30); }

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