Html Css Color HEX #AA3E36 Medium Carmine

📋 copy color: '#AA3E36'

red 170 ◦ green 62 ◦ blue 54

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

Shades of Medium Carmine #AA3E36

Tints of Medium Carmine #AA3E36

RGB

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

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

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

R = 59.44%
G = 21.68%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA3E36 (or 0xAA3E36) is known color: Medium Carmine. HEX triplet: AA, 3E and 36. RGB value is (170,62,54). Sum of RGB (Red+Green+Blue) = 170+62+54=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E36 is #55C1C9. Grayscale: #5D5D5D. Windows color (decimal): -5620170 or 3554986. OLE color: 3554986.

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

Color convert

RGB 170 62 54 -
CMYK 0 0.64 0.68 0.33
HSL 4.14º 0.52% 0.44% -
HSV(B) 4.14º 0.68% 0.67% -
XYZ 18.97 12.26 4.86 -
YUV 93.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 170 62 54 0 0.64 0.68 0.33 4.14 0.52 0.44
Hex AA 3E 36 0 40 44 21 4 34 2C
Octal 252 76 66 0 100 104 41 4 64 54
Binary 10101010 111110 110110 0 1000000 1000100 100001 100 110100 101100

Color Harmonies of #AA3E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E36

Black with #AA3E36

Text Example


Text Example

White with #AA3E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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