Html Css Color HEX #AA3C33 Medium Carmine

📋 copy color: '#AA3C33'

red 170 ◦ green 60 ◦ blue 51

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

Shades of Medium Carmine #AA3C33

Tints of Medium Carmine #AA3C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.15%

R = 60.5%
G = 21.35%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA3C33 (or 0xAA3C33) is known color: Medium Carmine. HEX triplet: AA, 3C and 33. RGB value is (170,60,51). Sum of RGB (Red+Green+Blue) = 170+60+51=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C33 is #55C3CC. Grayscale: #5C5C5C. Windows color (decimal): -5620685 or 3357866. OLE color: 3357866.

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

Color convert

RGB 170 60 51 -
CMYK 0 0.65 0.7 0.33
HSL 4.54º 0.54% 0.43% -
HSV(B) 4.54º 0.7% 0.67% -
XYZ 18.79 12.02 4.46 -
YUV 91.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 170 60 51 0 0.65 0.7 0.33 4.54 0.54 0.43
Hex AA 3C 33 0 41 46 21 5 36 2B
Octal 252 74 63 0 101 106 41 5 66 53
Binary 10101010 111100 110011 0 1000001 1000110 100001 101 110110 101011

Color Harmonies of #AA3C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C33

Black with #AA3C33

Text Example


Text Example

White with #AA3C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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