#aa403a

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

Shades of Medium Carmine #AA403A

Tints of Medium Carmine #AA403A

Color information

#AA403A (or 0xAA403A) is unknown color: approx Medium Carmine. HEX triplet: AA, 40 and 3A. RGB value is (170,64,58). Sum of RGB (Red+Green+Blue) = 170+64+58=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA403A is #55BFC5. Grayscale: #5F5F5F. Windows color (decimal): -5619654 or 3817642. OLE color: 3817642.

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

Color convert

RGB1706458-
CMYK00.620.660.33
HSL3.21º49.12%44.71%-
HSV(B)3.21º65.88%66.67%-
XYZ19.1712.525.41-
YUV95.01107.12181.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 58.22%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=58.22%
G=21.92%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170645800.620.660.333.2149.1244.71
HexAA403A03E42213312d
Octal252100720761024136155
Binary1010101010000001110100111110100001010000111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa403a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa403a; }

 p { color: rgb(170,64,58); }

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

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

 a { background-color: rgb(170,64,58); }

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

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

 span { border-color: rgb(170,64,58); }

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