Html Css Color HEX #AA372B Medium Carmine

📋 copy color: '#AA372B'

red 170 ◦ green 55 ◦ blue 43

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

Shades of Medium Carmine #AA372B

Tints of Medium Carmine #AA372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 63.43%
G = 20.52%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA372B (or 0xAA372B) is known color: Medium Carmine. HEX triplet: AA, 37 and 2B. RGB value is (170,55,43). Sum of RGB (Red+Green+Blue) = 170+55+43=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA372B is #55C8D4. Grayscale: #585858. Windows color (decimal): -5621973 or 2832298. OLE color: 2832298.

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

Color convert

RGB 170 55 43 -
CMYK 0 0.68 0.75 0.33
HSL 5.67º 0.6% 0.42% -
HSV(B) 5.67º 0.75% 0.67% -
XYZ 18.38 11.45 3.53 -
YUV 88.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 170 55 43 0 0.68 0.75 0.33 5.67 0.6 0.42
Hex AA 37 2B 0 44 4B 21 6 3C 2A
Octal 252 67 53 0 104 113 41 6 74 52
Binary 10101010 110111 101011 0 1000100 1001011 100001 110 111100 101010

Color Harmonies of #AA372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA372B

Black with #AA372B

Text Example


Text Example

White with #AA372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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