Html Css Color HEX #AA443B Medium Carmine

📋 copy color: '#AA443B'

red 170 ◦ green 68 ◦ blue 59

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

Shades of Medium Carmine #AA443B

Tints of Medium Carmine #AA443B

RGB

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

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

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

R = 57.24%
G = 22.9%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA443B (or 0xAA443B) is known color: Medium Carmine. HEX triplet: AA, 44 and 3B. RGB value is (170,68,59). Sum of RGB (Red+Green+Blue) = 170+68+59=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA443B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA443B is #55BBC4. Grayscale: #616161. Windows color (decimal): -5618629 or 3884202. OLE color: 3884202.

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

Color convert

RGB 170 68 59 -
CMYK 0 0.6 0.65 0.33
HSL 4.86º 0.48% 0.45% -
HSV(B) 4.86º 0.65% 0.67% -
XYZ 19.43 13 5.62 -
YUV 97.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 170 68 59 0 0.6 0.65 0.33 4.86 0.48 0.45
Hex AA 44 3B 0 3C 41 21 5 30 2D
Octal 252 104 73 0 74 101 41 5 60 55
Binary 10101010 1000100 111011 0 111100 1000001 100001 101 110000 101101

Color Harmonies of #AA443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA443B

Black with #AA443B

Text Example


Text Example

White with #AA443B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA443B; }

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

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

background-color css

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

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

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

border-color css

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

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

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