#AA422E

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

Shades of Medium Carmine #AA422E

Tints of Medium Carmine #AA422E

Color information

#AA422E (or 0xAA422E) is unknown color: approx Medium Carmine. HEX triplet: AA, 42 and 2E. RGB value is (170,66,46). Sum of RGB (Red+Green+Blue) = 170+66+46=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA422E is #55BDD1. Grayscale: #5F5F5F. Windows color (decimal): -5619154 or 3031722. OLE color: 3031722.

HSL color Cylindrical-coordinate representation of color #AA422E: hue angle of 9.68º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA422E is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1706646-
CMYK00.610.730.33
HSL9.68º57.41%42.35%-
HSV(B)9.68º72.94%66.67%-
XYZ19.0212.644.02-
YUV94.82100.46181.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.28%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=60.28%
G=23.40%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170664600.610.730.339.6857.4142.35
HexAA422E03D4921a392a
Octal2521025607511141127152
Binary101010101000010101110011110110010011000011010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA422E; }

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

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

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

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

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

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

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

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