Html Css Color HEX #4F0D11 Rustic Red

📋 copy color: '#4F0D11'

red 79 ◦ green 13 ◦ blue 17

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

Shades of Rustic Red #4F0D11

Tints of Rustic Red #4F0D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.6%

R = 72.48%
G = 11.93%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#4F0D11 (or 0x4F0D11) is known color: Rustic Red. HEX triplet: 4F, 0D and 11. RGB value is (79,13,17). Sum of RGB (Red+Green+Blue) = 79+13+17=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0D11 is #B0F2EE. Grayscale: #212121. Windows color (decimal): -11596527 or 1117519. OLE color: 1117519.

HSL color Cylindrical-coordinate representation of color #4F0D11: hue angle of 356.36º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F0D11 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 13 17 -
CMYK 0 0.84 0.78 0.69
HSL 356.36º 0.72% 0.18% -
HSV(B) 356.36º 0.84% 0.31% -
XYZ 3.47 1.99 0.73 -
YUV 33.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 79 13 17 0 0.84 0.78 0.69 356.36 0.72 0.18
Hex 4F D 11 0 54 4E 45 164 48 12
Octal 117 15 21 0 124 116 105 544 110 22
Binary 1001111 1101 10001 0 1010100 1001110 1000101 101100100 1001000 10010

Color Harmonies of #4F0D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0D11

Black with #4F0D11

Text Example


Text Example

White with #4F0D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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