Html Css Color HEX #AA3A2D Medium Carmine

📋 copy color: '#AA3A2D'

red 170 ◦ green 58 ◦ blue 45

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

Shades of Medium Carmine #AA3A2D

Tints of Medium Carmine #AA3A2D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.25%

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 62.27%
G = 21.25%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA3A2D (or 0xAA3A2D) is known color: Medium Carmine. HEX triplet: AA, 3A and 2D. RGB value is (170,58,45). Sum of RGB (Red+Green+Blue) = 170+58+45=273 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.27% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3A2D is #55C5D2. Grayscale: #5A5A5A. Windows color (decimal): -5621203 or 2964138. OLE color: 2964138.

HSL color Cylindrical-coordinate representation of color #AA3A2D: hue angle of 6.24º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3A2D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 58 45 -
CMYK 0 0.66 0.74 0.33
HSL 6.24º 0.58% 0.42% -
HSV(B) 6.24º 0.74% 0.67% -
XYZ 18.56 11.76 3.77 -
YUV 90.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 170 58 45 0 0.66 0.74 0.33 6.24 0.58 0.42
Hex AA 3A 2D 0 42 4A 21 6 3A 2A
Octal 252 72 55 0 102 112 41 6 72 52
Binary 10101010 111010 101101 0 1000010 1001010 100001 110 111010 101010

Color Harmonies of #AA3A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A2D

Black with #AA3A2D

Text Example


Text Example

White with #AA3A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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