Html Css Color HEX #4D1011 Rustic Red

📋 copy color: '#4D1011'

red 77 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #4D1011

Tints of Rustic Red #4D1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.55%

 BLUE value IS 17 (7.03% from 255) = 15.45%

R = 70%
G = 14.55%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.70

RGB Variations

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

Color information

#4D1011 (or 0x4D1011) is known color: Rustic Red. HEX triplet: 4D, 10 and 11. RGB value is (77,16,17). Sum of RGB (Red+Green+Blue) = 77+16+17=110 (14% of max value = 765). Red value is 77 (30.47% from 255 or 70% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1011 is #B2EFEE. Grayscale: #222222. Windows color (decimal): -11726831 or 1118285. OLE color: 1118285.

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

Color convert

RGB 77 16 17 -
CMYK 0 0.79 0.78 0.70
HSL 359.02º 0.66% 0.18% -
HSV(B) 359.02º 0.79% 0.3% -
XYZ 3.35 1.99 0.74 -
YUV 34.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 77 16 17 0 0.79 0.78 0.70 359.02 0.66 0.18
Hex 4D 10 11 0 4F 4E 46 167 42 12
Octal 115 20 21 0 117 116 106 547 102 22
Binary 1001101 10000 10001 0 1001111 1001110 1000110 101100111 1000010 10010

Color Harmonies of #4D1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1011

Black with #4D1011

Text Example


Text Example

White with #4D1011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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