Html Css Color HEX #AA3C38 Medium Carmine

📋 copy color: '#AA3C38'

red 170 ◦ green 60 ◦ blue 56

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

Shades of Medium Carmine #AA3C38

Tints of Medium Carmine #AA3C38

RGB

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

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

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

R = 59.44%
G = 20.98%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AA3C38 (or 0xAA3C38) is known color: Medium Carmine. HEX triplet: AA, 3C and 38. RGB value is (170,60,56). Sum of RGB (Red+Green+Blue) = 170+60+56=286 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.44% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C38 is #55C3C7. Grayscale: #5C5C5C. Windows color (decimal): -5620680 or 3685546. OLE color: 3685546.

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

Color convert

RGB 170 60 56 -
CMYK 0 0.65 0.67 0.33
HSL 2.11º 0.5% 0.44% -
HSV(B) 2.11º 0.67% 0.67% -
XYZ 18.91 12.06 5.07 -
YUV 92.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 170 60 56 0 0.65 0.67 0.33 2.11 0.5 0.44
Hex AA 3C 38 0 41 43 21 2 32 2C
Octal 252 74 70 0 101 103 41 2 62 54
Binary 10101010 111100 111000 0 1000001 1000011 100001 10 110010 101100

Color Harmonies of #AA3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C38

Black with #AA3C38

Text Example


Text Example

White with #AA3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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