Html Css Color HEX #AD3E31 Medium Carmine

📋 copy color: '#AD3E31'

red 173 ◦ green 62 ◦ blue 49

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

Shades of Medium Carmine #AD3E31

Tints of Medium Carmine #AD3E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.83%

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

R = 60.92%
G = 21.83%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3E31 (or 0xAD3E31) is known color: Medium Carmine. HEX triplet: AD, 3E and 31. RGB value is (173,62,49). Sum of RGB (Red+Green+Blue) = 173+62+49=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E31 is #52C1CE. Grayscale: #5D5D5D. Windows color (decimal): -5423567 or 3227309. OLE color: 3227309.

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

Color convert

RGB 173 62 49 -
CMYK 0 0.64 0.72 0.32
HSL 6.29º 0.56% 0.44% -
HSV(B) 6.29º 0.72% 0.68% -
XYZ 19.51 12.55 4.3 -
YUV 93.71 102.77 184.56 -
System Red Green Blue C M Y K H S L
Decimal 173 62 49 0 0.64 0.72 0.32 6.29 0.56 0.44
Hex AD 3E 31 0 40 48 20 6 38 2C
Octal 255 76 61 0 100 110 40 6 70 54
Binary 10101101 111110 110001 0 1000000 1001000 100000 110 111000 101100

Color Harmonies of #AD3E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E31

Black with #AD3E31

Text Example


Text Example

White with #AD3E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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