#4F0F12

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

Shades of Rustic Red #4F0F12

Tints of Rustic Red #4F0F12

Color information

#4F0F12 (or 0x4F0F12) is unknown color: approx Rustic Red. HEX triplet: 4F, 0F and 12. RGB value is (79,15,18). Sum of RGB (Red+Green+Blue) = 79+15+18=112 (14% of max value = 765). Red value is 79 (31.25% from 255 or 70.54% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0F12 is #B0F0ED. Grayscale: #222222. Windows color (decimal): -11596014 or 1183567. OLE color: 1183567.

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

Color convert

RGB791518-
CMYK00.810.770.69
HSL357.19º68.09%18.43%-
HSV(B)357.19º81.01%30.98%-
XYZ3.52.050.78-
YUV34.48118.7159.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 70.54%
GREEN value IS 15 (6.25% from 255) = 13.39%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=70.54%
G=13.39%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79151800.810.770.69357.1968.0918.43
Hex4FF120514D451654412
Octal1171722012111510554510422
Binary10011111111100100101000110011011000101101100101100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,15,18); }

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

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

 a { background-color: rgb(79,15,18); }

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

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

 span { border-color: rgb(79,15,18); }

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