#AA413B

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

Shades of Medium Carmine #AA413B

Tints of Medium Carmine #AA413B

Color information

#AA413B (or 0xAA413B) is unknown color: approx Medium Carmine. HEX triplet: AA, 41 and 3B. RGB value is (170,65,59). Sum of RGB (Red+Green+Blue) = 170+65+59=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA413B is #55BEC4. Grayscale: #5F5F5F. Windows color (decimal): -5619397 or 3883434. OLE color: 3883434.

HSL color Cylindrical-coordinate representation of color #AA413B: hue angle of 3.24º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA413B is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1706559-
CMYK00.620.650.33
HSL3.24º48.47%44.9%-
HSV(B)3.24º65.29%66.67%-
XYZ19.2612.645.56-
YUV95.71107.29180.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.82%
GREEN value IS 65 (25.78% from 255) = 22.11%
BLUE value IS 59 (23.44% from 255) = 20.07%
R=57.82%
G=22.11%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170655900.620.650.333.2448.4744.9
HexAA413B03E41213302d
Octal252101730761014136055
Binary1010101010000011110110111110100000110000111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA413B; }

 p { color: rgb(170,65,59); }

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

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

 a { background-color: rgb(170,65,59); }

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

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

 span { border-color: rgb(170,65,59); }

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