Html Css Color HEX #4F000D Rustic Red

📋 copy color: '#4F000D'

red 79 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #4F000D

Tints of Rustic Red #4F000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 85.87%
G = 0%
B = 14.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F000D (or 0x4F000D) is known color: Rustic Red. HEX triplet: 4F, 00 and 0D. RGB value is (79,0,13). Sum of RGB (Red+Green+Blue) = 79+0+13=92 (12% of max value = 765). Red value is 79 (31.25% from 255 or 85.87% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 79 - color contains mainly: red. Hex color #4F000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F000D is #B0FFF2. Grayscale: #191919. Windows color (decimal): -11599859 or 852047. OLE color: 852047.

HSL color Cylindrical-coordinate representation of color #4F000D: hue angle of 350.13º 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 #4F000D is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 0 13 -
CMYK 0 1 0.84 0.69
HSL 350.13º 1% 0.15% -
HSV(B) 350.13º 1% 0.31% -
XYZ 3.3 1.69 0.53 -
YUV 25.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 79 0 13 0 1 0.84 0.69 350.13 1 0.15
Hex 4F 0 D 0 64 54 45 15E 64 F
Octal 117 0 15 0 144 124 105 536 144 17
Binary 1001111 0 1101 0 1100100 1010100 1000101 101011110 1100100 1111

Color Harmonies of #4F000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F000D

Black with #4F000D

Text Example


Text Example

White with #4F000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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