#AA051D

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

Shades of Carmine #AA051D

Tints of Carmine #AA051D

Color information

#AA051D (or 0xAA051D) is unknown color: approx Carmine. HEX triplet: AA, 05 and 1D. RGB value is (170,5,29). Sum of RGB (Red+Green+Blue) = 170+5+29=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA051D is #55FAE2. Grayscale: #393939. Windows color (decimal): -5634787 or 1901994. OLE color: 1901994.

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

Color convert

RGB170529-
CMYK00.970.830.33
HSL351.27º94.29%34.31%-
HSV(B)351.27º97.06%66.67%-
XYZ16.858.741.96-
YUV57.07112.16208.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 83.33%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 29 (11.72% from 255) = 14.22%
R=83.33%
G=2.45%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17052900.970.830.33351.2794.2934.31
HexAA51D061532115f5e22
Octal25253501411234153713642
Binary10101010101111010110000110100111000011010111111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA051D; }

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

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

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

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

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

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

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

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