#AA4530

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

Shades of Medium Carmine #AA4530

Tints of Medium Carmine #AA4530

Color information

#AA4530 (or 0xAA4530) is unknown color: approx Medium Carmine. HEX triplet: AA, 45 and 30. RGB value is (170,69,48). Sum of RGB (Red+Green+Blue) = 170+69+48=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4530 is #55BACF. Grayscale: #606060. Windows color (decimal): -5618384 or 3163562. OLE color: 3163562.

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

Color convert

RGB1706948-
CMYK00.590.720.33
HSL10.33º55.96%42.75%-
HSV(B)10.33º71.76%66.67%-
XYZ19.2413.024.29-
YUV96.8100.46180.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 59.23%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 48 (19.14% from 255) = 16.72%
R=59.23%
G=24.04%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170694800.590.720.3310.3355.9642.75
HexAA453003B4821a382b
Octal2521056007311041127053
Binary101010101000101110000011101110010001000011010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4530; }

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

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

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

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

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

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

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

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