Html Css Color HEX #AA3735 Medium Carmine

📋 copy color: '#AA3735'

red 170 ◦ green 55 ◦ blue 53

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

Shades of Medium Carmine #AA3735

Tints of Medium Carmine #AA3735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.78%

 BLUE value IS 53 (21.09% from 255) = 19.06%

R = 61.15%
G = 19.78%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA3735 (or 0xAA3735) is known color: Medium Carmine. HEX triplet: AA, 37 and 35. RGB value is (170,55,53). Sum of RGB (Red+Green+Blue) = 170+55+53=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3735 is #55C8CA. Grayscale: #595959. Windows color (decimal): -5621963 or 3487658. OLE color: 3487658.

HSL color Cylindrical-coordinate representation of color #AA3735: hue angle of 1.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3735 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 55 53 -
CMYK 0 0.68 0.69 0.33
HSL 1.03º 0.52% 0.44% -
HSV(B) 1.03º 0.69% 0.67% -
XYZ 18.59 11.54 4.62 -
YUV 89.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 170 55 53 0 0.68 0.69 0.33 1.03 0.52 0.44
Hex AA 37 35 0 44 45 21 1 34 2C
Octal 252 67 65 0 104 105 41 1 64 54
Binary 10101010 110111 110101 0 1000100 1000101 100001 1 110100 101100

Color Harmonies of #AA3735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3735

Black with #AA3735

Text Example


Text Example

White with #AA3735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3735; }

 p { color: rgb(170,55,53); }

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

background-color css

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

 a { background-color: rgb(170,55,53); }

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

border-color css

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

 span { border-color: rgb(170,55,53); }

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