Html Css Color HEX #AA463D Medium Carmine

📋 copy color: '#AA463D'

red 170 ◦ green 70 ◦ blue 61

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

Shades of Medium Carmine #AA463D

Tints of Medium Carmine #AA463D

RGB

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

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

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

R = 56.48%
G = 23.26%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA463D (or 0xAA463D) is known color: Medium Carmine. HEX triplet: AA, 46 and 3D. RGB value is (170,70,61). Sum of RGB (Red+Green+Blue) = 170+70+61=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA463D is #55B9C2. Grayscale: #636363. Windows color (decimal): -5618115 or 4015786. OLE color: 4015786.

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

Color convert

RGB 170 70 61 -
CMYK 0 0.59 0.64 0.33
HSL 4.95º 0.47% 0.45% -
HSV(B) 4.95º 0.64% 0.67% -
XYZ 19.61 13.26 5.94 -
YUV 98.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 170 70 61 0 0.59 0.64 0.33 4.95 0.47 0.45
Hex AA 46 3D 0 3B 40 21 5 2F 2D
Octal 252 106 75 0 73 100 41 5 57 55
Binary 10101010 1000110 111101 0 111011 1000000 100001 101 101111 101101

Color Harmonies of #AA463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA463D

Black with #AA463D

Text Example


Text Example

White with #AA463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA463D; }

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

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

background-color css

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

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

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

border-color css

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

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

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