#AA4030

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

Shades of Medium Carmine #AA4030

Tints of Medium Carmine #AA4030

Color information

#AA4030 (or 0xAA4030) is unknown color: approx Medium Carmine. HEX triplet: AA, 40 and 30. RGB value is (170,64,48). Sum of RGB (Red+Green+Blue) = 170+64+48=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4030 is #55BFCF. Grayscale: #5E5E5E. Windows color (decimal): -5619664 or 3162282. OLE color: 3162282.

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

Color convert

RGB1706448-
CMYK00.620.720.33
HSL7.87º55.96%42.75%-
HSV(B)7.87º71.76%66.67%-
XYZ18.9412.434.2-
YUV93.87102.12182.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 48 (19.14% from 255) = 17.02%
R=60.28%
G=22.70%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170644800.620.720.337.8755.9642.75
HexAA403003E48218382b
Octal2521006007611041107053
Binary101010101000000110000011111010010001000011000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4030; }

 p { color: rgb(170,64,48); }

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

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

 a { background-color: rgb(170,64,48); }

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

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

 span { border-color: rgb(170,64,48); }

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