#4F010B

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

Shades of Rustic Red #4F010B

Tints of Rustic Red #4F010B

Color information

#4F010B (or 0x4F010B) is unknown color: approx Rustic Red. HEX triplet: 4F, 01 and 0B. RGB value is (79,1,11). Sum of RGB (Red+Green+Blue) = 79+1+11=91 (12% of max value = 765). Red value is 79 (31.25% from 255 or 86.81% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 79 - color contains mainly: red. Hex color #4F010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F010B is #B0FEF4. Grayscale: #191919. Windows color (decimal): -11599605 or 721231. OLE color: 721231.

HSL color Cylindrical-coordinate representation of color #4F010B: hue angle of 352.31º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F010B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB79111-
CMYK00.990.860.69
HSL352.31º97.5%15.69%-
HSV(B)352.31º98.73%30.98%-
XYZ3.31.710.47-
YUV25.46119.84166.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 86.81%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=86.81%
G=1.10%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7911100.990.860.69352.3197.515.69
Hex4F1B06356451606210
Octal117113014312610554014220
Binary1001111110110110001110101101000101101100000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,1,11); }

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

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

 a { background-color: rgb(79,1,11); }

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

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

 span { border-color: rgb(79,1,11); }

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