Html Css Color HEX #AA3C2F Medium Carmine

📋 copy color: '#AA3C2F'

red 170 ◦ green 60 ◦ blue 47

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

Shades of Medium Carmine #AA3C2F

Tints of Medium Carmine #AA3C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.97%

R = 61.37%
G = 21.66%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA3C2F (or 0xAA3C2F) is known color: Medium Carmine. HEX triplet: AA, 3C and 2F. RGB value is (170,60,47). Sum of RGB (Red+Green+Blue) = 170+60+47=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C2F is #55C3D0. Grayscale: #5B5B5B. Windows color (decimal): -5620689 or 3095722. OLE color: 3095722.

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

Color convert

RGB 170 60 47 -
CMYK 0 0.65 0.72 0.33
HSL 6.34º 0.57% 0.43% -
HSV(B) 6.34º 0.72% 0.67% -
XYZ 18.71 11.98 4.02 -
YUV 91.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 170 60 47 0 0.65 0.72 0.33 6.34 0.57 0.43
Hex AA 3C 2F 0 41 48 21 6 39 2B
Octal 252 74 57 0 101 110 41 6 71 53
Binary 10101010 111100 101111 0 1000001 1001000 100001 110 111001 101011

Color Harmonies of #AA3C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C2F

Black with #AA3C2F

Text Example


Text Example

White with #AA3C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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