Html Css Color HEX #4F000E Rustic Red

📋 copy color: '#4F000E'

red 79 ◦ green 0 ◦ blue 14

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

Shades of Rustic Red #4F000E

Tints of Rustic Red #4F000E

RGB

 RED value IS 79 (31.25% from 255) = 84.95%

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

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

R = 84.95%
G = 0%
B = 15.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4F000E (or 0x4F000E) is known color: Rustic Red. HEX triplet: 4F, 00 and 0E. RGB value is (79,0,14). Sum of RGB (Red+Green+Blue) = 79+0+14=93 (12% of max value = 765). Red value is 79 (31.25% from 255 or 84.95% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 79 - color contains mainly: red. Hex color #4F000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F000E is #B0FFF1. Grayscale: #191919. Windows color (decimal): -11599858 or 917583. OLE color: 917583.

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

Color convert

RGB 79 0 14 -
CMYK 0 1 0.82 0.69
HSL 349.37º 1% 0.15% -
HSV(B) 349.37º 1% 0.31% -
XYZ 3.3 1.69 0.57 -
YUV 25.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 79 0 14 0 1 0.82 0.69 349.37 1 0.15
Hex 4F 0 E 0 64 52 45 15D 64 F
Octal 117 0 16 0 144 122 105 535 144 17
Binary 1001111 0 1110 0 1100100 1010010 1000101 101011101 1100100 1111

Color Harmonies of #4F000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F000E

Black with #4F000E

Text Example


Text Example

White with #4F000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,0,14); }

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

background-color css

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

 a { background-color: rgb(79,0,14); }

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

border-color css

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

 span { border-color: rgb(79,0,14); }

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