Html Css Color HEX #4D0B0E Rustic Red

📋 copy color: '#4D0B0E'

red 77 ◦ green 11 ◦ blue 14

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

Shades of Rustic Red #4D0B0E

Tints of Rustic Red #4D0B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.78%

 BLUE value IS 14 (5.86% from 255) = 13.73%

R = 75.49%
G = 10.78%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4D0B0E (or 0x4D0B0E) is known color: Rustic Red. HEX triplet: 4D, 0B and 0E. RGB value is (77,11,14). Sum of RGB (Red+Green+Blue) = 77+11+14=102 (13% of max value = 765). Red value is 77 (30.47% from 255 or 75.49% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0B0E is #B2F4F1. Grayscale: #1F1F1F. Windows color (decimal): -11728114 or 920397. OLE color: 920397.

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

Color convert

RGB 77 11 14 -
CMYK 0 0.86 0.82 0.70
HSL 357.27º 0.75% 0.17% -
HSV(B) 357.27º 0.86% 0.3% -
XYZ 3.26 1.85 0.6 -
YUV 31.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 77 11 14 0 0.86 0.82 0.70 357.27 0.75 0.17
Hex 4D B E 0 56 52 46 165 4B 11
Octal 115 13 16 0 126 122 106 545 113 21
Binary 1001101 1011 1110 0 1010110 1010010 1000110 101100101 1001011 10001

Color Harmonies of #4D0B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0B0E

Black with #4D0B0E

Text Example


Text Example

White with #4D0B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,11,14); }

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

background-color css

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

 a { background-color: rgb(77,11,14); }

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

border-color css

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

 span { border-color: rgb(77,11,14); }

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