Html Css Color HEX #AA4436 Medium Carmine

📋 copy color: '#AA4436'

red 170 ◦ green 68 ◦ blue 54

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

Shades of Medium Carmine #AA4436

Tints of Medium Carmine #AA4436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

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

R = 58.22%
G = 23.29%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA4436 (or 0xAA4436) is known color: Medium Carmine. HEX triplet: AA, 44 and 36. RGB value is (170,68,54). Sum of RGB (Red+Green+Blue) = 170+68+54=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4436 is #55BBC9. Grayscale: #616161. Windows color (decimal): -5618634 or 3556522. OLE color: 3556522.

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

Color convert

RGB 170 68 54 -
CMYK 0 0.6 0.68 0.33
HSL 7.24º 0.52% 0.44% -
HSV(B) 7.24º 0.68% 0.67% -
XYZ 19.31 12.95 4.97 -
YUV 96.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 170 68 54 0 0.6 0.68 0.33 7.24 0.52 0.44
Hex AA 44 36 0 3C 44 21 7 34 2C
Octal 252 104 66 0 74 104 41 7 64 54
Binary 10101010 1000100 110110 0 111100 1000100 100001 111 110100 101100

Color Harmonies of #AA4436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4436

Black with #AA4436

Text Example


Text Example

White with #AA4436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4436; }

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

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

background-color css

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

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

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

border-color css

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

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

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