Html Css Color HEX #AA4136 Medium Carmine

📋 copy color: '#AA4136'

red 170 ◦ green 65 ◦ blue 54

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

Shades of Medium Carmine #AA4136

Tints of Medium Carmine #AA4136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

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

R = 58.82%
G = 22.49%
B = 18.69%

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

#AA4136 (or 0xAA4136) is known color: Medium Carmine. HEX triplet: AA, 41 and 36. RGB value is (170,65,54). Sum of RGB (Red+Green+Blue) = 170+65+54=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4136 is #55BEC9. Grayscale: #5F5F5F. Windows color (decimal): -5619402 or 3555754. OLE color: 3555754.

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

Color convert

RGB 170 65 54 -
CMYK 0 0.62 0.68 0.33
HSL 5.69º 0.52% 0.44% -
HSV(B) 5.69º 0.68% 0.67% -
XYZ 19.13 12.59 4.91 -
YUV 95.14 104.79 181.39 -
System Red Green Blue C M Y K H S L
Decimal 170 65 54 0 0.62 0.68 0.33 5.69 0.52 0.44
Hex AA 41 36 0 3E 44 21 6 34 2C
Octal 252 101 66 0 76 104 41 6 64 54
Binary 10101010 1000001 110110 0 111110 1000100 100001 110 110100 101100

Color Harmonies of #AA4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4136

Black with #AA4136

Text Example


Text Example

White with #AA4136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4136; }

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

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

background-color css

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

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

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

border-color css

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

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

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