#AA3A38

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

Shades of Medium Carmine #AA3A38

Tints of Medium Carmine #AA3A38

Color information

#AA3A38 (or 0xAA3A38) is unknown color: approx Medium Carmine. HEX triplet: AA, 3A and 38. RGB value is (170,58,56). Sum of RGB (Red+Green+Blue) = 170+58+56=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A38 is #55C5C7. Grayscale: #5B5B5B. Windows color (decimal): -5621192 or 3685034. OLE color: 3685034.

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

Color convert

RGB1705856-
CMYK00.660.670.33
HSL1.05º50.44%44.31%-
HSV(B)1.05º67.06%66.67%-
XYZ18.811.865.04-
YUV91.26108.11184.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.86%
GREEN value IS 58 (23.05% from 255) = 20.42%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=59.86%
G=20.42%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170585600.660.670.331.0550.4444.31
HexAA3A3804243211322c
Octal252727001021034116254
Binary101010101110101110000100001010000111000011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A38; }

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

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

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

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

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

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

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

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