#4F0E10

Color #4F0E10 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #4F0E10

Tints of Rustic Red #4F0E10

Color information

#4F0E10 (or 0x4F0E10) is unknown color: approx Rustic Red. HEX triplet: 4F, 0E and 10. RGB value is (79,14,16). Sum of RGB (Red+Green+Blue) = 79+14+16=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0E10 is #B0F1EF. Grayscale: #212121. Windows color (decimal): -11596272 or 1052239. OLE color: 1052239.

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

Color convert

RGB791416-
CMYK00.820.800.69
HSL358.15º69.89%18.24%-
HSV(B)358.15º82.28%30.98%-
XYZ3.482.010.7-
YUV33.66118.03160.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 72.48%
GREEN value IS 14 (5.86% from 255) = 12.84%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=72.48%
G=12.84%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79141600.820.800.69358.1569.8918.24
Hex4FE1005250451664612
Octal1171620012212010554610622
Binary10011111110100000101001010100001000101101100110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F0E10;
 }
 .AnyTagClassName
 {
   color: #4F0E10;
 }
</style>
background-color css

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

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

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

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

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

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