Html Css Color HEX #AA4832 Medium Carmine

📋 copy color: '#AA4832'

red 170 ◦ green 72 ◦ blue 50

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

Shades of Medium Carmine #AA4832

Tints of Medium Carmine #AA4832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.66%

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 58.22%
G = 24.66%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA4832 (or 0xAA4832) is known color: Medium Carmine. HEX triplet: AA, 48 and 32. RGB value is (170,72,50). Sum of RGB (Red+Green+Blue) = 170+72+50=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4832 is #55B7CD. Grayscale: #626262. Windows color (decimal): -5617614 or 3295402. OLE color: 3295402.

HSL color Cylindrical-coordinate representation of color #AA4832: hue angle of 11º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA4832 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 72 50 -
CMYK 0 0.58 0.71 0.33
HSL 11º 0.55% 0.43% -
HSV(B) 11º 0.71% 0.67% -
XYZ 19.47 13.41 4.58 -
YUV 98.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 170 72 50 0 0.58 0.71 0.33 11 0.55 0.43
Hex AA 48 32 0 3A 47 21 B 37 2B
Octal 252 110 62 0 72 107 41 13 67 53
Binary 10101010 1001000 110010 0 111010 1000111 100001 1011 110111 101011

Color Harmonies of #AA4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4832

Black with #AA4832

Text Example


Text Example

White with #AA4832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4832; }

 p { color: rgb(170,72,50); }

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

background-color css

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

 a { background-color: rgb(170,72,50); }

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

border-color css

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

 span { border-color: rgb(170,72,50); }

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