Html Css Color HEX #AA3C36 Medium Carmine

📋 copy color: '#AA3C36'

red 170 ◦ green 60 ◦ blue 54

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

Shades of Medium Carmine #AA3C36

Tints of Medium Carmine #AA3C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 59.86%
G = 21.13%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA3C36 (or 0xAA3C36) is known color: Medium Carmine. HEX triplet: AA, 3C and 36. RGB value is (170,60,54). Sum of RGB (Red+Green+Blue) = 170+60+54=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C36 is #55C3C9. Grayscale: #5C5C5C. Windows color (decimal): -5620682 or 3554474. OLE color: 3554474.

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

Color convert

RGB 170 60 54 -
CMYK 0 0.65 0.68 0.33
HSL 3.1º 0.52% 0.44% -
HSV(B) 3.1º 0.68% 0.67% -
XYZ 18.86 12.04 4.82 -
YUV 92.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 170 60 54 0 0.65 0.68 0.33 3.1 0.52 0.44
Hex AA 3C 36 0 41 44 21 3 34 2C
Octal 252 74 66 0 101 104 41 3 64 54
Binary 10101010 111100 110110 0 1000001 1000100 100001 11 110100 101100

Color Harmonies of #AA3C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C36

Black with #AA3C36

Text Example


Text Example

White with #AA3C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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