Html Css Color HEX #AA453A Medium Carmine

📋 copy color: '#AA453A'

red 170 ◦ green 69 ◦ blue 58

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

Shades of Medium Carmine #AA453A

Tints of Medium Carmine #AA453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 57.24%
G = 23.23%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA453A (or 0xAA453A) is known color: Medium Carmine. HEX triplet: AA, 45 and 3A. RGB value is (170,69,58). Sum of RGB (Red+Green+Blue) = 170+69+58=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA453A is #55BAC5. Grayscale: #626262. Windows color (decimal): -5618374 or 3818922. OLE color: 3818922.

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

Color convert

RGB 170 69 58 -
CMYK 0 0.59 0.66 0.33
HSL 5.89º 0.49% 0.45% -
HSV(B) 5.89º 0.66% 0.67% -
XYZ 19.47 13.11 5.51 -
YUV 97.95 105.46 179.39 -
System Red Green Blue C M Y K H S L
Decimal 170 69 58 0 0.59 0.66 0.33 5.89 0.49 0.45
Hex AA 45 3A 0 3B 42 21 6 31 2D
Octal 252 105 72 0 73 102 41 6 61 55
Binary 10101010 1000101 111010 0 111011 1000010 100001 110 110001 101101

Color Harmonies of #AA453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA453A

Black with #AA453A

Text Example


Text Example

White with #AA453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA453A; }

 p { color: rgb(170,69,58); }

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

background-color css

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

 a { background-color: rgb(170,69,58); }

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

border-color css

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

 span { border-color: rgb(170,69,58); }

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