#aa3a26

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

Shades of Medium Carmine #AA3A26

Tints of Medium Carmine #AA3A26

Color information

#AA3A26 (or 0xAA3A26) is unknown color: approx Medium Carmine. HEX triplet: AA, 3A and 26. RGB value is (170,58,38). Sum of RGB (Red+Green+Blue) = 170+58+38=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A26 is #55C5D9. Grayscale: #595959. Windows color (decimal): -5621210 or 2505386. OLE color: 2505386.

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

Color convert

RGB1705838-
CMYK00.660.780.33
HSL9.09º63.46%40.78%-
HSV(B)9.09º77.65%66.67%-
XYZ18.4411.713.12-
YUV89.2199.11185.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.91%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=63.91%
G=21.80%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170583800.660.780.339.0963.4640.78
HexAA3A260424E2193f29
Octal2527246010211641117751
Binary101010101110101001100100001010011101000011001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3a26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3a26; }

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

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

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

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

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

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

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

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