Html Css Color HEX #AA413C Medium Carmine

📋 copy color: '#AA413C'

red 170 ◦ green 65 ◦ blue 60

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

Shades of Medium Carmine #AA413C

Tints of Medium Carmine #AA413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.03%

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 57.63%
G = 22.03%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA413C (or 0xAA413C) is known color: Medium Carmine. HEX triplet: AA, 41 and 3C. RGB value is (170,65,60). Sum of RGB (Red+Green+Blue) = 170+65+60=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA413C is #55BEC3. Grayscale: #5F5F5F. Windows color (decimal): -5619396 or 3948970. OLE color: 3948970.

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

Color convert

RGB 170 65 60 -
CMYK 0 0.62 0.65 0.33
HSL 2.73º 0.48% 0.45% -
HSV(B) 2.73º 0.65% 0.67% -
XYZ 19.28 12.65 5.7 -
YUV 95.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 170 65 60 0 0.62 0.65 0.33 2.73 0.48 0.45
Hex AA 41 3C 0 3E 41 21 3 30 2D
Octal 252 101 74 0 76 101 41 3 60 55
Binary 10101010 1000001 111100 0 111110 1000001 100001 11 110000 101101

Color Harmonies of #AA413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA413C

Black with #AA413C

Text Example


Text Example

White with #AA413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA413C; }

 p { color: rgb(170,65,60); }

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

background-color css

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

 a { background-color: rgb(170,65,60); }

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

border-color css

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

 span { border-color: rgb(170,65,60); }

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