#AA4538

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

Shades of Medium Carmine #AA4538

Tints of Medium Carmine #AA4538

Color information

#AA4538 (or 0xAA4538) is unknown color: approx Medium Carmine. HEX triplet: AA, 45 and 38. RGB value is (170,69,56). Sum of RGB (Red+Green+Blue) = 170+69+56=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4538 is #55BAC7. Grayscale: #616161. Windows color (decimal): -5618376 or 3687850. OLE color: 3687850.

HSL color Cylindrical-coordinate representation of color #AA4538: hue angle of 6.84º 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 #AA4538 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1706956-
CMYK00.590.670.33
HSL6.84º50.44%44.31%-
HSV(B)6.84º67.06%66.67%-
XYZ19.4213.095.24-
YUV97.72104.46179.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 57.63%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=57.63%
G=23.39%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170695600.590.670.336.8450.4444.31
HexAA453803B43217322c
Octal252105700731034176254
Binary10101010100010111100001110111000011100001111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4538; }

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

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

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

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

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

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

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

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