Html Css Color HEX #AA3C2E Medium Carmine

📋 copy color: '#AA3C2E'

red 170 ◦ green 60 ◦ blue 46

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

Shades of Medium Carmine #AA3C2E

Tints of Medium Carmine #AA3C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.67%

R = 61.59%
G = 21.74%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA3C2E (or 0xAA3C2E) is known color: Medium Carmine. HEX triplet: AA, 3C and 2E. RGB value is (170,60,46). Sum of RGB (Red+Green+Blue) = 170+60+46=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C2E is #55C3D1. Grayscale: #5B5B5B. Windows color (decimal): -5620690 or 3030186. OLE color: 3030186.

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

Color convert

RGB 170 60 46 -
CMYK 0 0.65 0.73 0.33
HSL 6.77º 0.57% 0.42% -
HSV(B) 6.77º 0.73% 0.67% -
XYZ 18.69 11.98 3.91 -
YUV 91.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 170 60 46 0 0.65 0.73 0.33 6.77 0.57 0.42
Hex AA 3C 2E 0 41 49 21 7 39 2A
Octal 252 74 56 0 101 111 41 7 71 52
Binary 10101010 111100 101110 0 1000001 1001001 100001 111 111001 101010

Color Harmonies of #AA3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C2E

Black with #AA3C2E

Text Example


Text Example

White with #AA3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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