Html Css Color HEX #AA372D Medium Carmine

📋 copy color: '#AA372D'

red 170 ◦ green 55 ◦ blue 45

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

Shades of Medium Carmine #AA372D

Tints of Medium Carmine #AA372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

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

R = 62.96%
G = 20.37%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA372D (or 0xAA372D) is known color: Medium Carmine. HEX triplet: AA, 37 and 2D. RGB value is (170,55,45). Sum of RGB (Red+Green+Blue) = 170+55+45=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA372D is #55C8D2. Grayscale: #585858. Windows color (decimal): -5621971 or 2963370. OLE color: 2963370.

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

Color convert

RGB 170 55 45 -
CMYK 0 0.68 0.74 0.33
HSL 4.8º 0.58% 0.42% -
HSV(B) 4.8º 0.74% 0.67% -
XYZ 18.42 11.47 3.73 -
YUV 88.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 170 55 45 0 0.68 0.74 0.33 4.8 0.58 0.42
Hex AA 37 2D 0 44 4A 21 5 3A 2A
Octal 252 67 55 0 104 112 41 5 72 52
Binary 10101010 110111 101101 0 1000100 1001010 100001 101 111010 101010

Color Harmonies of #AA372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA372D

Black with #AA372D

Text Example


Text Example

White with #AA372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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