Html Css Color HEX #AD3F31 Medium Carmine

📋 copy color: '#AD3F31'

red 173 ◦ green 63 ◦ blue 49

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

Shades of Medium Carmine #AD3F31

Tints of Medium Carmine #AD3F31

RGB

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

 GREEN value IS 63 (25% from 255) = 22.11%

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

R = 60.7%
G = 22.11%
B = 17.19%

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

#AD3F31 (or 0xAD3F31) is known color: Medium Carmine. HEX triplet: AD, 3F and 31. RGB value is (173,63,49). Sum of RGB (Red+Green+Blue) = 173+63+49=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F31 is #52C0CE. Grayscale: #5E5E5E. Windows color (decimal): -5423311 or 3227565. OLE color: 3227565.

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

Color convert

RGB 173 63 49 -
CMYK 0 0.64 0.72 0.32
HSL 6.77º 0.56% 0.44% -
HSV(B) 6.77º 0.72% 0.68% -
XYZ 19.57 12.66 4.32 -
YUV 94.29 102.44 184.14 -
System Red Green Blue C M Y K H S L
Decimal 173 63 49 0 0.64 0.72 0.32 6.77 0.56 0.44
Hex AD 3F 31 0 40 48 20 7 38 2C
Octal 255 77 61 0 100 110 40 7 70 54
Binary 10101101 111111 110001 0 1000000 1001000 100000 111 111000 101100

Color Harmonies of #AD3F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F31

Black with #AD3F31

Text Example


Text Example

White with #AD3F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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