Html Css Color HEX #AA3933 Medium Carmine

📋 copy color: '#AA3933'

red 170 ◦ green 57 ◦ blue 51

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

Shades of Medium Carmine #AA3933

Tints of Medium Carmine #AA3933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.5%

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

R = 61.15%
G = 20.5%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA3933 (or 0xAA3933) is known color: Medium Carmine. HEX triplet: AA, 39 and 33. RGB value is (170,57,51). Sum of RGB (Red+Green+Blue) = 170+57+51=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3933 is #55C6CC. Grayscale: #5A5A5A. Windows color (decimal): -5621453 or 3357098. OLE color: 3357098.

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

Color convert

RGB 170 57 51 -
CMYK 0 0.66 0.7 0.33
HSL 3.03º 0.54% 0.43% -
HSV(B) 3.03º 0.7% 0.67% -
XYZ 18.64 11.71 4.41 -
YUV 90.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 170 57 51 0 0.66 0.7 0.33 3.03 0.54 0.43
Hex AA 39 33 0 42 46 21 3 36 2B
Octal 252 71 63 0 102 106 41 3 66 53
Binary 10101010 111001 110011 0 1000010 1000110 100001 11 110110 101011

Color Harmonies of #AA3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3933

Black with #AA3933

Text Example


Text Example

White with #AA3933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3933; }

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

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

background-color css

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

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

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

border-color css

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

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

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