#4F000A

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

Shades of Rustic Red #4F000A

Tints of Rustic Red #4F000A

Color information

#4F000A (or 0x4F000A) is unknown color: approx Rustic Red. HEX triplet: 4F, 00 and 0A. RGB value is (79,0,10). Sum of RGB (Red+Green+Blue) = 79+0+10=89 (11% of max value = 765). Red value is 79 (31.25% from 255 or 88.76% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 79 - color contains mainly: red. Hex color #4F000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F000A is #B0FFF5. Grayscale: #181818. Windows color (decimal): -11599862 or 655439. OLE color: 655439.

HSL color Cylindrical-coordinate representation of color #4F000A: hue angle of 352.41º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F000A is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.69.

Color convert

RGB79010-
CMYK010.870.69
HSL352.41º100%15.49%-
HSV(B)352.41º100%30.98%-
XYZ3.281.680.44-
YUV24.76119.67166.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 88.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 11.24%
R=88.76%
G=0%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79010010.870.69352.4110015.49
Hex4F0A064574516064f
Octal117012014412710554014417
Binary100111101010011001001010111100010110110000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,0,10); }

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

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

 a { background-color: rgb(79,0,10); }

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

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

 span { border-color: rgb(79,0,10); }

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