Html Css Color HEX #4D1113 Rustic Red

📋 copy color: '#4D1113'

red 77 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #4D1113

Tints of Rustic Red #4D1113

RGB

 RED value IS 77 (30.47% from 255) = 68.14%

 GREEN value IS 17 (7.03% from 255) = 15.04%

 BLUE value IS 19 (7.81% from 255) = 16.81%

R = 68.14%
G = 15.04%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4D1113 (or 0x4D1113) is known color: Rustic Red. HEX triplet: 4D, 11 and 13. RGB value is (77,17,19). Sum of RGB (Red+Green+Blue) = 77+17+19=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1113 is #B2EEEC. Grayscale: #232323. Windows color (decimal): -11726573 or 1249613. OLE color: 1249613.

HSL color Cylindrical-coordinate representation of color #4D1113: hue angle of 358º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D1113 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 17 19 -
CMYK 0 0.78 0.75 0.70
HSL 358º 0.64% 0.18% -
HSV(B) 358º 0.78% 0.3% -
XYZ 3.38 2.03 0.83 -
YUV 35.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 77 17 19 0 0.78 0.75 0.70 358 0.64 0.18
Hex 4D 11 13 0 4E 4B 46 166 40 12
Octal 115 21 23 0 116 113 106 546 100 22
Binary 1001101 10001 10011 0 1001110 1001011 1000110 101100110 1000000 10010

Color Harmonies of #4D1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1113

Black with #4D1113

Text Example


Text Example

White with #4D1113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D1113; }

 p { color: rgb(77,17,19); }

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

background-color css

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

 a { background-color: rgb(77,17,19); }

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

border-color css

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

 span { border-color: rgb(77,17,19); }

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