#4F020C

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

Shades of Rustic Red #4F020C

Tints of Rustic Red #4F020C

Color information

#4F020C (or 0x4F020C) is unknown color: approx Rustic Red. HEX triplet: 4F, 02 and 0C. RGB value is (79,2,12). Sum of RGB (Red+Green+Blue) = 79+2+12=93 (12% of max value = 765). Red value is 79 (31.25% from 255 or 84.95% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 79 - color contains mainly: red. Hex color #4F020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F020C is #B0FDF3. Grayscale: #1A1A1A. Windows color (decimal): -11599348 or 787023. OLE color: 787023.

HSL color Cylindrical-coordinate representation of color #4F020C: hue angle of 352.21º 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 #4F020C is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB79212-
CMYK00.970.850.69
HSL352.21º95.06%15.88%-
HSV(B)352.21º97.47%30.98%-
XYZ3.311.730.51-
YUV26.16120.01165.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 84.95%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=84.95%
G=2.15%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7921200.970.850.69352.2195.0615.88
Hex4F2C06155451605f10
Octal117214014112510554013720
Binary10011111011000110000110101011000101101100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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