Html Css Color HEX #AA3F33 Medium Carmine

📋 copy color: '#AA3F33'

red 170 ◦ green 63 ◦ blue 51

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

Shades of Medium Carmine #AA3F33

Tints of Medium Carmine #AA3F33

RGB

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

 GREEN value IS 63 (25% from 255) = 22.18%

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

R = 59.86%
G = 22.18%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA3F33 (or 0xAA3F33) is known color: Medium Carmine. HEX triplet: AA, 3F and 33. RGB value is (170,63,51). Sum of RGB (Red+Green+Blue) = 170+63+51=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F33 is #55C0CC. Grayscale: #5D5D5D. Windows color (decimal): -5619917 or 3358634. OLE color: 3358634.

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

Color convert

RGB 170 63 51 -
CMYK 0 0.63 0.7 0.33
HSL 6.05º 0.54% 0.43% -
HSV(B) 6.05º 0.7% 0.67% -
XYZ 18.95 12.34 4.51 -
YUV 93.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 170 63 51 0 0.63 0.7 0.33 6.05 0.54 0.43
Hex AA 3F 33 0 3F 46 21 6 36 2B
Octal 252 77 63 0 77 106 41 6 66 53
Binary 10101010 111111 110011 0 111111 1000110 100001 110 110110 101011

Color Harmonies of #AA3F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F33

Black with #AA3F33

Text Example


Text Example

White with #AA3F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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