Html Css Color HEX #4D0D0F Rustic Red

📋 copy color: '#4D0D0F'

red 77 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #4D0D0F

Tints of Rustic Red #4D0D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.38%

 BLUE value IS 15 (6.25% from 255) = 14.29%

R = 73.33%
G = 12.38%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#4D0D0F (or 0x4D0D0F) is known color: Rustic Red. HEX triplet: 4D, 0D and 0F. RGB value is (77,13,15). Sum of RGB (Red+Green+Blue) = 77+13+15=105 (13% of max value = 765). Red value is 77 (30.47% from 255 or 73.33% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0D0F is #B2F2F0. Grayscale: #202020. Windows color (decimal): -11727601 or 986445. OLE color: 986445.

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

Color convert

RGB 77 13 15 -
CMYK 0 0.83 0.81 0.70
HSL 358.13º 0.71% 0.18% -
HSV(B) 358.13º 0.83% 0.3% -
XYZ 3.29 1.9 0.65 -
YUV 32.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 77 13 15 0 0.83 0.81 0.70 358.13 0.71 0.18
Hex 4D D F 0 53 51 46 166 47 12
Octal 115 15 17 0 123 121 106 546 107 22
Binary 1001101 1101 1111 0 1010011 1010001 1000110 101100110 1000111 10010

Color Harmonies of #4D0D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0D0F

Black with #4D0D0F

Text Example


Text Example

White with #4D0D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,13,15); }

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

background-color css

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

 a { background-color: rgb(77,13,15); }

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

border-color css

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

 span { border-color: rgb(77,13,15); }

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