Html Css Color HEX #AA3E2D Medium Carmine

📋 copy color: '#AA3E2D'

red 170 ◦ green 62 ◦ blue 45

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

Shades of Medium Carmine #AA3E2D

Tints of Medium Carmine #AA3E2D

RGB

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

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

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

R = 61.37%
G = 22.38%
B = 16.25%

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

#AA3E2D (or 0xAA3E2D) is known color: Medium Carmine. HEX triplet: AA, 3E and 2D. RGB value is (170,62,45). Sum of RGB (Red+Green+Blue) = 170+62+45=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E2D is #55C1D2. Grayscale: #5C5C5C. Windows color (decimal): -5620179 or 2965162. OLE color: 2965162.

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

Color convert

RGB 170 62 45 -
CMYK 0 0.64 0.74 0.33
HSL 8.16º 0.58% 0.42% -
HSV(B) 8.16º 0.74% 0.67% -
XYZ 18.77 12.18 3.84 -
YUV 92.35 101.28 183.38 -
System Red Green Blue C M Y K H S L
Decimal 170 62 45 0 0.64 0.74 0.33 8.16 0.58 0.42
Hex AA 3E 2D 0 40 4A 21 8 3A 2A
Octal 252 76 55 0 100 112 41 10 72 52
Binary 10101010 111110 101101 0 1000000 1001010 100001 1000 111010 101010

Color Harmonies of #AA3E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E2D

Black with #AA3E2D

Text Example


Text Example

White with #AA3E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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