Html Css Color HEX #AA4039 Medium Carmine

📋 copy color: '#AA4039'

red 170 ◦ green 64 ◦ blue 57

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

Shades of Medium Carmine #AA4039

Tints of Medium Carmine #AA4039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

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

R = 58.42%
G = 21.99%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA4039 (or 0xAA4039) is known color: Medium Carmine. HEX triplet: AA, 40 and 39. RGB value is (170,64,57). Sum of RGB (Red+Green+Blue) = 170+64+57=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4039 is #55BFC6. Grayscale: #5F5F5F. Windows color (decimal): -5619655 or 3752106. OLE color: 3752106.

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

Color convert

RGB 170 64 57 -
CMYK 0 0.62 0.66 0.33
HSL 3.72º 0.5% 0.45% -
HSV(B) 3.72º 0.66% 0.67% -
XYZ 19.15 12.51 5.28 -
YUV 94.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 170 64 57 0 0.62 0.66 0.33 3.72 0.5 0.45
Hex AA 40 39 0 3E 42 21 4 32 2D
Octal 252 100 71 0 76 102 41 4 62 55
Binary 10101010 1000000 111001 0 111110 1000010 100001 100 110010 101101

Color Harmonies of #AA4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4039

Black with #AA4039

Text Example


Text Example

White with #AA4039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4039; }

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

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

background-color css

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

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

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

border-color css

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

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

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