Html Css Color HEX #AA3935 Medium Carmine

📋 copy color: '#AA3935'

red 170 ◦ green 57 ◦ blue 53

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

Shades of Medium Carmine #AA3935

Tints of Medium Carmine #AA3935

RGB

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

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

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

R = 60.71%
G = 20.36%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA3935 (or 0xAA3935) is known color: Medium Carmine. HEX triplet: AA, 39 and 35. RGB value is (170,57,53). Sum of RGB (Red+Green+Blue) = 170+57+53=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3935 is #55C6CA. Grayscale: #5A5A5A. Windows color (decimal): -5621451 or 3488170. OLE color: 3488170.

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

Color convert

RGB 170 57 53 -
CMYK 0 0.66 0.69 0.33
HSL 2.05º 0.52% 0.44% -
HSV(B) 2.05º 0.69% 0.67% -
XYZ 18.68 11.73 4.65 -
YUV 90.33 106.94 184.83 -
System Red Green Blue C M Y K H S L
Decimal 170 57 53 0 0.66 0.69 0.33 2.05 0.52 0.44
Hex AA 39 35 0 42 45 21 2 34 2C
Octal 252 71 65 0 102 105 41 2 64 54
Binary 10101010 111001 110101 0 1000010 1000101 100001 10 110100 101100

Color Harmonies of #AA3935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3935

Black with #AA3935

Text Example


Text Example

White with #AA3935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3935; }

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

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

background-color css

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

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

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

border-color css

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

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

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