Html Css Color HEX #AA3E38 Medium Carmine

📋 copy color: '#AA3E38'

red 170 ◦ green 62 ◦ blue 56

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

Shades of Medium Carmine #AA3E38

Tints of Medium Carmine #AA3E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.44%

R = 59.03%
G = 21.53%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA3E38 (or 0xAA3E38) is known color: Medium Carmine. HEX triplet: AA, 3E and 38. RGB value is (170,62,56). Sum of RGB (Red+Green+Blue) = 170+62+56=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E38 is #55C1C7. Grayscale: #5D5D5D. Windows color (decimal): -5620168 or 3686058. OLE color: 3686058.

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

Color convert

RGB 170 62 56 -
CMYK 0 0.64 0.67 0.33
HSL 3.16º 0.5% 0.44% -
HSV(B) 3.16º 0.67% 0.67% -
XYZ 19.01 12.28 5.11 -
YUV 93.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 170 62 56 0 0.64 0.67 0.33 3.16 0.5 0.44
Hex AA 3E 38 0 40 43 21 3 32 2C
Octal 252 76 70 0 100 103 41 3 62 54
Binary 10101010 111110 111000 0 1000000 1000011 100001 11 110010 101100

Color Harmonies of #AA3E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E38

Black with #AA3E38

Text Example


Text Example

White with #AA3E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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