#aa3928

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

Shades of Medium Carmine #AA3928

Tints of Medium Carmine #AA3928

Color information

#AA3928 (or 0xAA3928) is unknown color: approx Medium Carmine. HEX triplet: AA, 39 and 28. RGB value is (170,57,40). Sum of RGB (Red+Green+Blue) = 170+57+40=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3928 is #55C6D7. Grayscale: #595959. Windows color (decimal): -5621464 or 2636202. OLE color: 2636202.

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

Color convert

RGB1705740-
CMYK00.660.760.33
HSL7.85º61.9%41.18%-
HSV(B)7.85º76.47%66.67%-
XYZ18.4211.633.28-
YUV88.85100.44185.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.67%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=63.67%
G=21.35%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170574000.660.760.337.8561.941.18
HexAA39280424C2183e29
Octal2527150010211441107651
Binary101010101110011010000100001010011001000011000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3928; }

 p { color: rgb(170,57,40); }

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

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

 a { background-color: rgb(170,57,40); }

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

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

 span { border-color: rgb(170,57,40); }

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