Html Css Color HEX #AA3D31 Medium Carmine

📋 copy color: '#AA3D31'

red 170 ◦ green 61 ◦ blue 49

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

Shades of Medium Carmine #AA3D31

Tints of Medium Carmine #AA3D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 60.71%
G = 21.79%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA3D31 (or 0xAA3D31) is known color: Medium Carmine. HEX triplet: AA, 3D and 31. RGB value is (170,61,49). Sum of RGB (Red+Green+Blue) = 170+61+49=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D31 is #55C2CE. Grayscale: #5C5C5C. Windows color (decimal): -5620431 or 3227050. OLE color: 3227050.

HSL color Cylindrical-coordinate representation of color #AA3D31: hue angle of 5.95º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3D31 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 61 49 -
CMYK 0 0.64 0.71 0.33
HSL 5.95º 0.55% 0.43% -
HSV(B) 5.95º 0.71% 0.67% -
XYZ 18.8 12.11 4.25 -
YUV 92.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 170 61 49 0 0.64 0.71 0.33 5.95 0.55 0.43
Hex AA 3D 31 0 40 47 21 6 37 2B
Octal 252 75 61 0 100 107 41 6 67 53
Binary 10101010 111101 110001 0 1000000 1000111 100001 110 110111 101011

Color Harmonies of #AA3D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D31

Black with #AA3D31

Text Example


Text Example

White with #AA3D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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