Html Css Color HEX #AA3727 Medium Carmine

📋 copy color: '#AA3727'

red 170 ◦ green 55 ◦ blue 39

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

Shades of Medium Carmine #AA3727

Tints of Medium Carmine #AA3727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 64.39%
G = 20.83%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA3727 (or 0xAA3727) is known color: Medium Carmine. HEX triplet: AA, 37 and 27. RGB value is (170,55,39). Sum of RGB (Red+Green+Blue) = 170+55+39=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3727 is #55C8D8. Grayscale: #575757. Windows color (decimal): -5621977 or 2570154. OLE color: 2570154.

HSL color Cylindrical-coordinate representation of color #AA3727: hue angle of 7.33º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA3727 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 55 39 -
CMYK 0 0.68 0.77 0.33
HSL 7.33º 0.63% 0.41% -
HSV(B) 7.33º 0.77% 0.67% -
XYZ 18.31 11.42 3.16 -
YUV 87.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 170 55 39 0 0.68 0.77 0.33 7.33 0.63 0.41
Hex AA 37 27 0 44 4D 21 7 3F 29
Octal 252 67 47 0 104 115 41 7 77 51
Binary 10101010 110111 100111 0 1000100 1001101 100001 111 111111 101001

Color Harmonies of #AA3727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3727

Black with #AA3727

Text Example


Text Example

White with #AA3727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3727; }

 p { color: rgb(170,55,39); }

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

background-color css

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

 a { background-color: rgb(170,55,39); }

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

border-color css

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

 span { border-color: rgb(170,55,39); }

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