#AA3827

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

Shades of Medium Carmine #AA3827

Tints of Medium Carmine #AA3827

Color information

#AA3827 (or 0xAA3827) is unknown color: approx Medium Carmine. HEX triplet: AA, 38 and 27. RGB value is (170,56,39). Sum of RGB (Red+Green+Blue) = 170+56+39=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3827 is #55C7D8. Grayscale: #585858. Windows color (decimal): -5621721 or 2570410. OLE color: 2570410.

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

Color convert

RGB1705639-
CMYK00.670.770.33
HSL7.79º62.68%40.98%-
HSV(B)7.79º77.06%66.67%-
XYZ18.3611.523.18-
YUV88.15100.27186.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 64.15%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=64.15%
G=21.13%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170563900.670.770.337.7962.6840.98
HexAA38270434D2183f29
Octal2527047010311541107751
Binary101010101110001001110100001110011011000011000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3827; }

 p { color: rgb(170,56,39); }

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

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

 a { background-color: rgb(170,56,39); }

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

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

 span { border-color: rgb(170,56,39); }

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