Html Css Color HEX #AA4439 Medium Carmine

📋 copy color: '#AA4439'

red 170 ◦ green 68 ◦ blue 57

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

Shades of Medium Carmine #AA4439

Tints of Medium Carmine #AA4439

RGB

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

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

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

R = 57.63%
G = 23.05%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA4439 (or 0xAA4439) is known color: Medium Carmine. HEX triplet: AA, 44 and 39. RGB value is (170,68,57). Sum of RGB (Red+Green+Blue) = 170+68+57=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4439 is #55BBC6. Grayscale: #616161. Windows color (decimal): -5618631 or 3753130. OLE color: 3753130.

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

Color convert

RGB 170 68 57 -
CMYK 0 0.6 0.66 0.33
HSL 5.84º 0.5% 0.45% -
HSV(B) 5.84º 0.66% 0.67% -
XYZ 19.38 12.98 5.35 -
YUV 97.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 170 68 57 0 0.6 0.66 0.33 5.84 0.5 0.45
Hex AA 44 39 0 3C 42 21 6 32 2D
Octal 252 104 71 0 74 102 41 6 62 55
Binary 10101010 1000100 111001 0 111100 1000010 100001 110 110010 101101

Color Harmonies of #AA4439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4439

Black with #AA4439

Text Example


Text Example

White with #AA4439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4439; }

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

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

background-color css

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

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

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

border-color css

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

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

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