#4F020B

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

Shades of Rustic Red #4F020B

Tints of Rustic Red #4F020B

Color information

#4F020B (or 0x4F020B) is unknown color: approx Rustic Red. HEX triplet: 4F, 02 and 0B. RGB value is (79,2,11). Sum of RGB (Red+Green+Blue) = 79+2+11=92 (12% of max value = 765). Red value is 79 (31.25% from 255 or 85.87% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 79 - color contains mainly: red. Hex color #4F020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F020B is #B0FDF4. Grayscale: #1A1A1A. Windows color (decimal): -11599349 or 721487. OLE color: 721487.

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

Color convert

RGB79211-
CMYK00.970.860.69
HSL352.99º95.06%15.88%-
HSV(B)352.99º97.47%30.98%-
XYZ3.311.730.48-
YUV26.05119.51165.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 85.87%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 11 (4.69% from 255) = 11.96%
R=85.87%
G=2.17%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7921100.970.860.69352.9995.0615.88
Hex4F2B06156451615f10
Octal117213014112610554113720
Binary10011111010110110000110101101000101101100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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