Html Css Color HEX #AA3934 Medium Carmine

📋 copy color: '#AA3934'

red 170 ◦ green 57 ◦ blue 52

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

Shades of Medium Carmine #AA3934

Tints of Medium Carmine #AA3934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 60.93%
G = 20.43%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA3934 (or 0xAA3934) is known color: Medium Carmine. HEX triplet: AA, 39 and 34. RGB value is (170,57,52). Sum of RGB (Red+Green+Blue) = 170+57+52=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3934 is #55C6CB. Grayscale: #5A5A5A. Windows color (decimal): -5621452 or 3422634. OLE color: 3422634.

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

Color convert

RGB 170 57 52 -
CMYK 0 0.66 0.69 0.33
HSL 2.54º 0.53% 0.44% -
HSV(B) 2.54º 0.69% 0.67% -
XYZ 18.66 11.72 4.53 -
YUV 90.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 170 57 52 0 0.66 0.69 0.33 2.54 0.53 0.44
Hex AA 39 34 0 42 45 21 3 35 2C
Octal 252 71 64 0 102 105 41 3 65 54
Binary 10101010 111001 110100 0 1000010 1000101 100001 11 110101 101100

Color Harmonies of #AA3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3934

Black with #AA3934

Text Example


Text Example

White with #AA3934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3934; }

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

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

background-color css

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

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

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

border-color css

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

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

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