Html Css Color HEX #AA4A39 Medium Carmine

📋 copy color: '#AA4A39'

red 170 ◦ green 74 ◦ blue 57

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

Shades of Medium Carmine #AA4A39

Tints of Medium Carmine #AA4A39

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.58%

 BLUE value IS 57 (22.66% from 255) = 18.94%

R = 56.48%
G = 24.58%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA4A39 (or 0xAA4A39) is known color: Medium Carmine. HEX triplet: AA, 4A and 39. RGB value is (170,74,57). Sum of RGB (Red+Green+Blue) = 170+74+57=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A39 is #55B5C6. Grayscale: #646464. Windows color (decimal): -5617095 or 3754666. OLE color: 3754666.

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

Color convert

RGB 170 74 57 -
CMYK 0 0.56 0.66 0.33
HSL 9.03º 0.5% 0.45% -
HSV(B) 9.03º 0.66% 0.67% -
XYZ 19.76 13.74 5.48 -
YUV 100.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 170 74 57 0 0.56 0.66 0.33 9.03 0.5 0.45
Hex AA 4A 39 0 38 42 21 9 32 2D
Octal 252 112 71 0 70 102 41 11 62 55
Binary 10101010 1001010 111001 0 111000 1000010 100001 1001 110010 101101

Color Harmonies of #AA4A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A39

Black with #AA4A39

Text Example


Text Example

White with #AA4A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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