Html Css Color HEX #AA3D36 Medium Carmine

📋 copy color: '#AA3D36'

red 170 ◦ green 61 ◦ blue 54

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

Shades of Medium Carmine #AA3D36

Tints of Medium Carmine #AA3D36

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.4%

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

R = 59.65%
G = 21.4%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA3D36 (or 0xAA3D36) is known color: Medium Carmine. HEX triplet: AA, 3D and 36. RGB value is (170,61,54). Sum of RGB (Red+Green+Blue) = 170+61+54=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D36 is #55C2C9. Grayscale: #5C5C5C. Windows color (decimal): -5620426 or 3554730. OLE color: 3554730.

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

Color convert

RGB 170 61 54 -
CMYK 0 0.64 0.68 0.33
HSL 3.62º 0.52% 0.44% -
HSV(B) 3.62º 0.68% 0.67% -
XYZ 18.91 12.15 4.84 -
YUV 92.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 170 61 54 0 0.64 0.68 0.33 3.62 0.52 0.44
Hex AA 3D 36 0 40 44 21 4 34 2C
Octal 252 75 66 0 100 104 41 4 64 54
Binary 10101010 111101 110110 0 1000000 1000100 100001 100 110100 101100

Color Harmonies of #AA3D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D36

Black with #AA3D36

Text Example


Text Example

White with #AA3D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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