Html Css Color HEX #AA463B Medium Carmine

📋 copy color: '#AA463B'

red 170 ◦ green 70 ◦ blue 59

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

Shades of Medium Carmine #AA463B

Tints of Medium Carmine #AA463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

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

R = 56.86%
G = 23.41%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA463B (or 0xAA463B) is known color: Medium Carmine. HEX triplet: AA, 46 and 3B. RGB value is (170,70,59). Sum of RGB (Red+Green+Blue) = 170+70+59=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA463B is #55B9C4. Grayscale: #626262. Windows color (decimal): -5618117 or 3884714. OLE color: 3884714.

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

Color convert

RGB 170 70 59 -
CMYK 0 0.59 0.65 0.33
HSL 5.95º 0.48% 0.45% -
HSV(B) 5.95º 0.65% 0.67% -
XYZ 19.56 13.24 5.66 -
YUV 98.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 170 70 59 0 0.59 0.65 0.33 5.95 0.48 0.45
Hex AA 46 3B 0 3B 41 21 6 30 2D
Octal 252 106 73 0 73 101 41 6 60 55
Binary 10101010 1000110 111011 0 111011 1000001 100001 110 110000 101101

Color Harmonies of #AA463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA463B

Black with #AA463B

Text Example


Text Example

White with #AA463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA463B; }

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

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

background-color css

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

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

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

border-color css

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

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

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