Html Css Color HEX #AA3E2C Medium Carmine

📋 copy color: '#AA3E2C'

red 170 ◦ green 62 ◦ blue 44

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

Shades of Medium Carmine #AA3E2C

Tints of Medium Carmine #AA3E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.46%

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

R = 61.59%
G = 22.46%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA3E2C (or 0xAA3E2C) is known color: Medium Carmine. HEX triplet: AA, 3E and 2C. RGB value is (170,62,44). Sum of RGB (Red+Green+Blue) = 170+62+44=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E2C is #55C1D3. Grayscale: #5C5C5C. Windows color (decimal): -5620180 or 2899626. OLE color: 2899626.

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

Color convert

RGB 170 62 44 -
CMYK 0 0.64 0.74 0.33
HSL 8.57º 0.59% 0.42% -
HSV(B) 8.57º 0.74% 0.67% -
XYZ 18.75 12.17 3.74 -
YUV 92.24 100.78 183.46 -
System Red Green Blue C M Y K H S L
Decimal 170 62 44 0 0.64 0.74 0.33 8.57 0.59 0.42
Hex AA 3E 2C 0 40 4A 21 9 3B 2A
Octal 252 76 54 0 100 112 41 11 73 52
Binary 10101010 111110 101100 0 1000000 1001010 100001 1001 111011 101010

Color Harmonies of #AA3E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E2C

Black with #AA3E2C

Text Example


Text Example

White with #AA3E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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