Html Css Color HEX #AA3C2A Medium Carmine

📋 copy color: '#AA3C2A'

red 170 ◦ green 60 ◦ blue 42

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

Shades of Medium Carmine #AA3C2A

Tints of Medium Carmine #AA3C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

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

R = 62.5%
G = 22.06%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA3C2A (or 0xAA3C2A) is known color: Medium Carmine. HEX triplet: AA, 3C and 2A. RGB value is (170,60,42). Sum of RGB (Red+Green+Blue) = 170+60+42=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C2A is #55C3D5. Grayscale: #5B5B5B. Windows color (decimal): -5620694 or 2768042. OLE color: 2768042.

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

Color convert

RGB 170 60 42 -
CMYK 0 0.65 0.75 0.33
HSL 8.44º 0.6% 0.42% -
HSV(B) 8.44º 0.75% 0.67% -
XYZ 18.61 11.94 3.52 -
YUV 90.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 170 60 42 0 0.65 0.75 0.33 8.44 0.6 0.42
Hex AA 3C 2A 0 41 4B 21 8 3C 2A
Octal 252 74 52 0 101 113 41 10 74 52
Binary 10101010 111100 101010 0 1000001 1001011 100001 1000 111100 101010

Color Harmonies of #AA3C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C2A

Black with #AA3C2A

Text Example


Text Example

White with #AA3C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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