Html Css Color HEX #4D000F Rustic Red

📋 copy color: '#4D000F'

red 77 ◦ green 0 ◦ blue 15

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

Shades of Rustic Red #4D000F

Tints of Rustic Red #4D000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.7%
G = 0%
B = 16.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#4D000F (or 0x4D000F) is known color: Rustic Red. HEX triplet: 4D, 00 and 0F. RGB value is (77,0,15). Sum of RGB (Red+Green+Blue) = 77+0+15=92 (12% of max value = 765). Red value is 77 (30.47% from 255 or 83.70% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 77 - color contains mainly: red. Hex color #4D000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D000F is #B2FFF0. Grayscale: #181818. Windows color (decimal): -11730929 or 983117. OLE color: 983117.

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

Color convert

RGB 77 0 15 -
CMYK 0 1 0.81 0.70
HSL 348.31º 1% 0.15% -
HSV(B) 348.31º 1% 0.3% -
XYZ 3.15 1.61 0.6 -
YUV 24.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 77 0 15 0 1 0.81 0.70 348.31 1 0.15
Hex 4D 0 F 0 64 51 46 15C 64 F
Octal 115 0 17 0 144 121 106 534 144 17
Binary 1001101 0 1111 0 1100100 1010001 1000110 101011100 1100100 1111

Color Harmonies of #4D000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D000F

Black with #4D000F

Text Example


Text Example

White with #4D000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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