Html Css Color HEX #AA3936 Medium Carmine

📋 copy color: '#AA3936'

red 170 ◦ green 57 ◦ blue 54

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

Shades of Medium Carmine #AA3936

Tints of Medium Carmine #AA3936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 60.5%
G = 20.28%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA3936 (or 0xAA3936) is known color: Medium Carmine. HEX triplet: AA, 39 and 36. RGB value is (170,57,54). Sum of RGB (Red+Green+Blue) = 170+57+54=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3936 is #55C6C9. Grayscale: #5A5A5A. Windows color (decimal): -5621450 or 3553706. OLE color: 3553706.

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

Color convert

RGB 170 57 54 -
CMYK 0 0.66 0.68 0.33
HSL 1.55º 0.52% 0.44% -
HSV(B) 1.55º 0.68% 0.67% -
XYZ 18.71 11.74 4.77 -
YUV 90.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 170 57 54 0 0.66 0.68 0.33 1.55 0.52 0.44
Hex AA 39 36 0 42 44 21 2 34 2C
Octal 252 71 66 0 102 104 41 2 64 54
Binary 10101010 111001 110110 0 1000010 1000100 100001 10 110100 101100

Color Harmonies of #AA3936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3936

Black with #AA3936

Text Example


Text Example

White with #AA3936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3936; }

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

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

background-color css

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

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

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

border-color css

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

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

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