Html Css Color HEX #AA3829 Medium Carmine

📋 copy color: '#AA3829'

red 170 ◦ green 56 ◦ blue 41

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

Shades of Medium Carmine #AA3829

Tints of Medium Carmine #AA3829

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

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

R = 63.67%
G = 20.97%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA3829 (or 0xAA3829) is known color: Medium Carmine. HEX triplet: AA, 38 and 29. RGB value is (170,56,41). Sum of RGB (Red+Green+Blue) = 170+56+41=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3829 is #55C7D6. Grayscale: #585858. Windows color (decimal): -5621719 or 2701482. OLE color: 2701482.

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

Color convert

RGB 170 56 41 -
CMYK 0 0.67 0.76 0.33
HSL 6.98º 0.61% 0.41% -
HSV(B) 6.98º 0.76% 0.67% -
XYZ 18.39 11.53 3.35 -
YUV 88.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 170 56 41 0 0.67 0.76 0.33 6.98 0.61 0.41
Hex AA 38 29 0 43 4C 21 7 3D 29
Octal 252 70 51 0 103 114 41 7 75 51
Binary 10101010 111000 101001 0 1000011 1001100 100001 111 111101 101001

Color Harmonies of #AA3829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3829

Black with #AA3829

Text Example


Text Example

White with #AA3829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3829; }

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

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

background-color css

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

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

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

border-color css

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

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

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