Html Css Color HEX #AA372C Medium Carmine

📋 copy color: '#AA372C'

red 170 ◦ green 55 ◦ blue 44

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

Shades of Medium Carmine #AA372C

Tints of Medium Carmine #AA372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 63.2%
G = 20.45%
B = 16.36%

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

#AA372C (or 0xAA372C) is known color: Medium Carmine. HEX triplet: AA, 37 and 2C. RGB value is (170,55,44). Sum of RGB (Red+Green+Blue) = 170+55+44=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA372C is #55C8D3. Grayscale: #585858. Windows color (decimal): -5621972 or 2897834. OLE color: 2897834.

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

Color convert

RGB 170 55 44 -
CMYK 0 0.68 0.74 0.33
HSL 5.24º 0.59% 0.42% -
HSV(B) 5.24º 0.74% 0.67% -
XYZ 18.4 11.46 3.63 -
YUV 88.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 170 55 44 0 0.68 0.74 0.33 5.24 0.59 0.42
Hex AA 37 2C 0 44 4A 21 5 3B 2A
Octal 252 67 54 0 104 112 41 5 73 52
Binary 10101010 110111 101100 0 1000100 1001010 100001 101 111011 101010

Color Harmonies of #AA372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA372C

Black with #AA372C

Text Example


Text Example

White with #AA372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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