Html Css Color HEX #AA473B Medium Carmine

📋 copy color: '#AA473B'

red 170 ◦ green 71 ◦ blue 59

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

Shades of Medium Carmine #AA473B

Tints of Medium Carmine #AA473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 56.67%
G = 23.67%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA473B (or 0xAA473B) is known color: Medium Carmine. HEX triplet: AA, 47 and 3B. RGB value is (170,71,59). Sum of RGB (Red+Green+Blue) = 170+71+59=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA473B is #55B8C4. Grayscale: #636363. Windows color (decimal): -5617861 or 3884970. OLE color: 3884970.

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

Color convert

RGB 170 71 59 -
CMYK 0 0.58 0.65 0.33
HSL 6.49º 0.48% 0.45% -
HSV(B) 6.49º 0.65% 0.67% -
XYZ 19.62 13.37 5.68 -
YUV 99.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 170 71 59 0 0.58 0.65 0.33 6.49 0.48 0.45
Hex AA 47 3B 0 3A 41 21 6 30 2D
Octal 252 107 73 0 72 101 41 6 60 55
Binary 10101010 1000111 111011 0 111010 1000001 100001 110 110000 101101

Color Harmonies of #AA473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA473B

Black with #AA473B

Text Example


Text Example

White with #AA473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA473B; }

 p { color: rgb(170,71,59); }

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

background-color css

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

 a { background-color: rgb(170,71,59); }

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

border-color css

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

 span { border-color: rgb(170,71,59); }

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