#4F030A

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

Shades of Rustic Red #4F030A

Tints of Rustic Red #4F030A

Color information

#4F030A (or 0x4F030A) is unknown color: approx Rustic Red. HEX triplet: 4F, 03 and 0A. RGB value is (79,3,10). Sum of RGB (Red+Green+Blue) = 79+3+10=92 (12% of max value = 765). Red value is 79 (31.25% from 255 or 85.87% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 79 - color contains mainly: red. Hex color #4F030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F030A is #B0FCF5. Grayscale: #1A1A1A. Windows color (decimal): -11599094 or 656207. OLE color: 656207.

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

Color convert

RGB79310-
CMYK00.960.870.69
HSL354.47º92.68%16.08%-
HSV(B)354.47º96.2%30.98%-
XYZ3.311.750.45-
YUV26.52118.68165.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 85.87%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 10 (4.30% from 255) = 10.87%
R=85.87%
G=3.26%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7931000.960.870.69354.4792.6816.08
Hex4F3A06057451625d10
Octal117312014012710554213520
Binary10011111110100110000010101111000101101100010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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