Html Css Color HEX #AA413A Medium Carmine

📋 copy color: '#AA413A'

red 170 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #AA413A

Tints of Medium Carmine #AA413A

RGB

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

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

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

R = 58.02%
G = 22.18%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA413A (or 0xAA413A) is known color: Medium Carmine. HEX triplet: AA, 41 and 3A. RGB value is (170,65,58). Sum of RGB (Red+Green+Blue) = 170+65+58=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA413A is #55BEC5. Grayscale: #5F5F5F. Windows color (decimal): -5619398 or 3817898. OLE color: 3817898.

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

Color convert

RGB 170 65 58 -
CMYK 0 0.62 0.66 0.33
HSL 3.75º 0.49% 0.45% -
HSV(B) 3.75º 0.66% 0.67% -
XYZ 19.23 12.63 5.43 -
YUV 95.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 170 65 58 0 0.62 0.66 0.33 3.75 0.49 0.45
Hex AA 41 3A 0 3E 42 21 4 31 2D
Octal 252 101 72 0 76 102 41 4 61 55
Binary 10101010 1000001 111010 0 111110 1000010 100001 100 110001 101101

Color Harmonies of #AA413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA413A

Black with #AA413A

Text Example


Text Example

White with #AA413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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