Html Css Color HEX #AA3C2D Medium Carmine

📋 copy color: '#AA3C2D'

red 170 ◦ green 60 ◦ blue 45

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

Shades of Medium Carmine #AA3C2D

Tints of Medium Carmine #AA3C2D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.82%

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

R = 61.82%
G = 21.82%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA3C2D (or 0xAA3C2D) is known color: Medium Carmine. HEX triplet: AA, 3C and 2D. RGB value is (170,60,45). Sum of RGB (Red+Green+Blue) = 170+60+45=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C2D is #55C3D2. Grayscale: #5B5B5B. Windows color (decimal): -5620691 or 2964650. OLE color: 2964650.

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

Color convert

RGB 170 60 45 -
CMYK 0 0.65 0.74 0.33
HSL 7.2º 0.58% 0.42% -
HSV(B) 7.2º 0.74% 0.67% -
XYZ 18.67 11.97 3.81 -
YUV 91.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 170 60 45 0 0.65 0.74 0.33 7.2 0.58 0.42
Hex AA 3C 2D 0 41 4A 21 7 3A 2A
Octal 252 74 55 0 101 112 41 7 72 52
Binary 10101010 111100 101101 0 1000001 1001010 100001 111 111010 101010

Color Harmonies of #AA3C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C2D

Black with #AA3C2D

Text Example


Text Example

White with #AA3C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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