Html Css Color HEX #AA3E2B Medium Carmine

📋 copy color: '#AA3E2B'

red 170 ◦ green 62 ◦ blue 43

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

Shades of Medium Carmine #AA3E2B

Tints of Medium Carmine #AA3E2B

RGB

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

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

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

R = 61.82%
G = 22.55%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA3E2B (or 0xAA3E2B) is known color: Medium Carmine. HEX triplet: AA, 3E and 2B. RGB value is (170,62,43). Sum of RGB (Red+Green+Blue) = 170+62+43=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E2B is #55C1D4. Grayscale: #5C5C5C. Windows color (decimal): -5620181 or 2834090. OLE color: 2834090.

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

Color convert

RGB 170 62 43 -
CMYK 0 0.64 0.75 0.33
HSL 8.98º 0.6% 0.42% -
HSV(B) 8.98º 0.75% 0.67% -
XYZ 18.74 12.17 3.65 -
YUV 92.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 170 62 43 0 0.64 0.75 0.33 8.98 0.6 0.42
Hex AA 3E 2B 0 40 4B 21 9 3C 2A
Octal 252 76 53 0 100 113 41 11 74 52
Binary 10101010 111110 101011 0 1000000 1001011 100001 1001 111100 101010

Color Harmonies of #AA3E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E2B

Black with #AA3E2B

Text Example


Text Example

White with #AA3E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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