Html Css Color HEX #AD3931 Medium Carmine

📋 copy color: '#AD3931'

red 173 ◦ green 57 ◦ blue 49

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

Shades of Medium Carmine #AD3931

Tints of Medium Carmine #AD3931

RGB

 RED value IS 173 (67.97% from 255) = 62.01%

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

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

R = 62.01%
G = 20.43%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3931 (or 0xAD3931) is known color: Medium Carmine. HEX triplet: AD, 39 and 31. RGB value is (173,57,49). Sum of RGB (Red+Green+Blue) = 173+57+49=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3931 is #52C6CE. Grayscale: #5A5A5A. Windows color (decimal): -5424847 or 3226029. OLE color: 3226029.

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

Color convert

RGB 173 57 49 -
CMYK 0 0.67 0.72 0.32
HSL 3.87º 0.56% 0.44% -
HSV(B) 3.87º 0.72% 0.68% -
XYZ 19.25 12.03 4.21 -
YUV 90.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 173 57 49 0 0.67 0.72 0.32 3.87 0.56 0.44
Hex AD 39 31 0 43 48 20 4 38 2C
Octal 255 71 61 0 103 110 40 4 70 54
Binary 10101101 111001 110001 0 1000011 1001000 100000 100 111000 101100

Color Harmonies of #AD3931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3931

Black with #AD3931

Text Example


Text Example

White with #AD3931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3931; }

 p { color: rgb(173,57,49); }

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

background-color css

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

 a { background-color: rgb(173,57,49); }

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

border-color css

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

 span { border-color: rgb(173,57,49); }

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