#AA422D

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

Shades of Medium Carmine #AA422D

Tints of Medium Carmine #AA422D

Color information

#AA422D (or 0xAA422D) is unknown color: approx Medium Carmine. HEX triplet: AA, 42 and 2D. RGB value is (170,66,45). Sum of RGB (Red+Green+Blue) = 170+66+45=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA422D is #55BDD2. Grayscale: #5E5E5E. Windows color (decimal): -5619155 or 2966186. OLE color: 2966186.

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

Color convert

RGB1706645-
CMYK00.610.740.33
HSL10.08º58.14%42.16%-
HSV(B)10.08º73.53%66.67%-
XYZ1912.633.92-
YUV94.799.96181.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 60.50%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=60.50%
G=23.49%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170664500.610.740.3310.0858.1442.16
HexAA422D03D4A21a3a2a
Octal2521025507511241127252
Binary101010101000010101101011110110010101000011010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA422D; }

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

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

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

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

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

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

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

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