Html Css Color HEX #AA4036 Medium Carmine

📋 copy color: '#AA4036'

red 170 ◦ green 64 ◦ blue 54

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

Shades of Medium Carmine #AA4036

Tints of Medium Carmine #AA4036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 59.03%
G = 22.22%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA4036 (or 0xAA4036) is known color: Medium Carmine. HEX triplet: AA, 40 and 36. RGB value is (170,64,54). Sum of RGB (Red+Green+Blue) = 170+64+54=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4036 is #55BFC9. Grayscale: #5E5E5E. Windows color (decimal): -5619658 or 3555498. OLE color: 3555498.

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

Color convert

RGB 170 64 54 -
CMYK 0 0.62 0.68 0.33
HSL 5.17º 0.52% 0.44% -
HSV(B) 5.17º 0.68% 0.67% -
XYZ 19.08 12.48 4.89 -
YUV 94.55 105.12 181.81 -
System Red Green Blue C M Y K H S L
Decimal 170 64 54 0 0.62 0.68 0.33 5.17 0.52 0.44
Hex AA 40 36 0 3E 44 21 5 34 2C
Octal 252 100 66 0 76 104 41 5 64 54
Binary 10101010 1000000 110110 0 111110 1000100 100001 101 110100 101100

Color Harmonies of #AA4036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4036

Black with #AA4036

Text Example


Text Example

White with #AA4036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4036; }

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

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

background-color css

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

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

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

border-color css

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

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

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