Html Css Color HEX #AA413D Medium Carmine

📋 copy color: '#AA413D'

red 170 ◦ green 65 ◦ blue 61

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

Shades of Medium Carmine #AA413D

Tints of Medium Carmine #AA413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.61%

R = 57.43%
G = 21.96%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA413D (or 0xAA413D) is known color: Medium Carmine. HEX triplet: AA, 41 and 3D. RGB value is (170,65,61). Sum of RGB (Red+Green+Blue) = 170+65+61=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA413D is #55BEC2. Grayscale: #606060. Windows color (decimal): -5619395 or 4014506. OLE color: 4014506.

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

Color convert

RGB 170 65 61 -
CMYK 0 0.62 0.64 0.33
HSL 2.2º 0.47% 0.45% -
HSV(B) 2.2º 0.64% 0.67% -
XYZ 19.31 12.66 5.84 -
YUV 95.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 170 65 61 0 0.62 0.64 0.33 2.2 0.47 0.45
Hex AA 41 3D 0 3E 40 21 2 2F 2D
Octal 252 101 75 0 76 100 41 2 57 55
Binary 10101010 1000001 111101 0 111110 1000000 100001 10 101111 101101

Color Harmonies of #AA413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA413D

Black with #AA413D

Text Example


Text Example

White with #AA413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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