Html Css Color HEX #AA3C32 Medium Carmine

📋 copy color: '#AA3C32'

red 170 ◦ green 60 ◦ blue 50

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

Shades of Medium Carmine #AA3C32

Tints of Medium Carmine #AA3C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 60.71%
G = 21.43%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA3C32 (or 0xAA3C32) is known color: Medium Carmine. HEX triplet: AA, 3C and 32. RGB value is (170,60,50). Sum of RGB (Red+Green+Blue) = 170+60+50=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C32 is #55C3CD. Grayscale: #5B5B5B. Windows color (decimal): -5620686 or 3292330. OLE color: 3292330.

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

Color convert

RGB 170 60 50 -
CMYK 0 0.65 0.71 0.33
HSL 0.55% 0.43% -
HSV(B) 0.71% 0.67% -
XYZ 18.77 12.01 4.35 -
YUV 91.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 170 60 50 0 0.65 0.71 0.33 5 0.55 0.43
Hex AA 3C 32 0 41 47 21 5 37 2B
Octal 252 74 62 0 101 107 41 5 67 53
Binary 10101010 111100 110010 0 1000001 1000111 100001 101 110111 101011

Color Harmonies of #AA3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C32

Black with #AA3C32

Text Example


Text Example

White with #AA3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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