Html Css Color HEX #AA4434 Medium Carmine

📋 copy color: '#AA4434'

red 170 ◦ green 68 ◦ blue 52

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

Shades of Medium Carmine #AA4434

Tints of Medium Carmine #AA4434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.93%

R = 58.62%
G = 23.45%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA4434 (or 0xAA4434) is known color: Medium Carmine. HEX triplet: AA, 44 and 34. RGB value is (170,68,52). Sum of RGB (Red+Green+Blue) = 170+68+52=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4434 is #55BBCB. Grayscale: #606060. Windows color (decimal): -5618636 or 3425450. OLE color: 3425450.

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

Color convert

RGB 170 68 52 -
CMYK 0 0.6 0.69 0.33
HSL 8.14º 0.53% 0.44% -
HSV(B) 8.14º 0.69% 0.67% -
XYZ 19.26 12.93 4.73 -
YUV 96.67 102.79 180.3 -
System Red Green Blue C M Y K H S L
Decimal 170 68 52 0 0.6 0.69 0.33 8.14 0.53 0.44
Hex AA 44 34 0 3C 45 21 8 35 2C
Octal 252 104 64 0 74 105 41 10 65 54
Binary 10101010 1000100 110100 0 111100 1000101 100001 1000 110101 101100

Color Harmonies of #AA4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4434

Black with #AA4434

Text Example


Text Example

White with #AA4434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4434; }

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

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

background-color css

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

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

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

border-color css

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

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

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