Html Css Color HEX #AA3929 Medium Carmine

📋 copy color: '#AA3929'

red 170 ◦ green 57 ◦ blue 41

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

Shades of Medium Carmine #AA3929

Tints of Medium Carmine #AA3929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.27%

 BLUE value IS 41 (16.41% from 255) = 15.3%

R = 63.43%
G = 21.27%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA3929 (or 0xAA3929) is known color: Medium Carmine. HEX triplet: AA, 39 and 29. RGB value is (170,57,41). Sum of RGB (Red+Green+Blue) = 170+57+41=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3929 is #55C6D6. Grayscale: #595959. Windows color (decimal): -5621463 or 2701738. OLE color: 2701738.

HSL color Cylindrical-coordinate representation of color #AA3929: hue angle of 7.44º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3929 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 57 41 -
CMYK 0 0.66 0.76 0.33
HSL 7.44º 0.61% 0.41% -
HSV(B) 7.44º 0.76% 0.67% -
XYZ 18.44 11.63 3.37 -
YUV 88.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 170 57 41 0 0.66 0.76 0.33 7.44 0.61 0.41
Hex AA 39 29 0 42 4C 21 7 3D 29
Octal 252 71 51 0 102 114 41 7 75 51
Binary 10101010 111001 101001 0 1000010 1001100 100001 111 111101 101001

Color Harmonies of #AA3929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3929

Black with #AA3929

Text Example


Text Example

White with #AA3929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3929; }

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

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

background-color css

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

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

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

border-color css

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

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

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