Html Css Color HEX #AA392A Medium Carmine

📋 copy color: '#AA392A'

red 170 ◦ green 57 ◦ blue 42

#AA392A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #AA392A

Tints of Medium Carmine #AA392A

RGB

 RED value IS 170 (66.8% from 255) = 63.2%

 GREEN value IS 57 (22.66% from 255) = 21.19%

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 63.2%
G = 21.19%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA392A (or 0xAA392A) is known color: Medium Carmine. HEX triplet: AA, 39 and 2A. RGB value is (170,57,42). Sum of RGB (Red+Green+Blue) = 170+57+42=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA392A is #55C6D5. Grayscale: #595959. Windows color (decimal): -5621462 or 2767274. OLE color: 2767274.

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

Color convert

RGB 170 57 42 -
CMYK 0 0.66 0.75 0.33
HSL 7.03º 0.6% 0.42% -
HSV(B) 7.03º 0.75% 0.67% -
XYZ 18.46 11.64 3.46 -
YUV 89.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 170 57 42 0 0.66 0.75 0.33 7.03 0.6 0.42
Hex AA 39 2A 0 42 4B 21 7 3C 2A
Octal 252 71 52 0 102 113 41 7 74 52
Binary 10101010 111001 101010 0 1000010 1001011 100001 111 111100 101010

Color Harmonies of #AA392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA392A

Black with #AA392A

Text Example


Text Example

White with #AA392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA392A; }

 p { color: rgb(170,57,42); }

 H1.HeaderClassName
 {
   color: #AA392A;
 }
 .AnyTagClassName
 {
   color: #AA392A;
 }
</style>

background-color css

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

 a { background-color: rgb(170,57,42); }

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

border-color css

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

 span { border-color: rgb(170,57,42); }

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