#AA422F

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

Shades of Medium Carmine #AA422F

Tints of Medium Carmine #AA422F

Color information

#AA422F (or 0xAA422F) is unknown color: approx Medium Carmine. HEX triplet: AA, 42 and 2F. RGB value is (170,66,47). Sum of RGB (Red+Green+Blue) = 170+66+47=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA422F is #55BDD0. Grayscale: #5F5F5F. Windows color (decimal): -5619153 or 3097258. OLE color: 3097258.

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

Color convert

RGB1706647-
CMYK00.610.720.33
HSL9.27º56.68%42.55%-
HSV(B)9.27º72.35%66.67%-
XYZ19.0412.654.13-
YUV94.93100.96181.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.07%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 47 (18.75% from 255) = 16.61%
R=60.07%
G=23.32%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170664700.610.720.339.2756.6842.55
HexAA422F03D48219392b
Octal2521025707511041117153
Binary101010101000010101111011110110010001000011001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA422F; }

 p { color: rgb(170,66,47); }

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

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

 a { background-color: rgb(170,66,47); }

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

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

 span { border-color: rgb(170,66,47); }

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