Html Css Color HEX #4D1112 Rustic Red

📋 copy color: '#4D1112'

red 77 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #4D1112

Tints of Rustic Red #4D1112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.07%

R = 68.75%
G = 15.18%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#4D1112 (or 0x4D1112) is known color: Rustic Red. HEX triplet: 4D, 11 and 12. RGB value is (77,17,18). Sum of RGB (Red+Green+Blue) = 77+17+18=112 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.75% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1112 is #B2EEED. Grayscale: #232323. Windows color (decimal): -11726574 or 1184077. OLE color: 1184077.

HSL color Cylindrical-coordinate representation of color #4D1112: hue angle of 359º 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 #4D1112 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 17 18 -
CMYK 0 0.78 0.77 0.70
HSL 359º 0.64% 0.18% -
HSV(B) 359º 0.78% 0.3% -
XYZ 3.37 2.02 0.78 -
YUV 35.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 77 17 18 0 0.78 0.77 0.70 359 0.64 0.18
Hex 4D 11 12 0 4E 4D 46 167 40 12
Octal 115 21 22 0 116 115 106 547 100 22
Binary 1001101 10001 10010 0 1001110 1001101 1000110 101100111 1000000 10010

Color Harmonies of #4D1112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1112

Black with #4D1112

Text Example


Text Example

White with #4D1112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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