#0F0407

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

Shades of Rustic Red #0F0407

Tints of Rustic Red #0F0407

Color information

#0F0407 (or 0x0F0407) is unknown color: approx Rustic Red. HEX triplet: 0F, 04 and 07. RGB value is (15,4,7). Sum of RGB (Red+Green+Blue) = 15+4+7=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0407 is #F0FBF8. Grayscale: #070707. Windows color (decimal): -15793145 or 459791. OLE color: 459791.

HSL color Cylindrical-coordinate representation of color #0F0407: hue angle of 343.64º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F0407 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.94.

Color convert

RGB1547-
CMYK00.730.530.94
HSL343.64º57.89%3.73%-
HSV(B)343.64º73.33%5.88%-
XYZ0.280.20.23-
YUV7.63127.64133.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 57.69%
GREEN value IS 4 (1.95% from 255) = 15.38%
BLUE value IS 7 (3.12% from 255) = 26.92%
R=57.69%
G=15.38%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal154700.730.530.94343.6457.893.73
HexF47049355E1583a4
Octal1747011165136530724
Binary1111100111010010011101011011110101011000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F0407; }

 p { color: rgb(15,4,7); }

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

<style>
 a { background-color: #0F0407; }

 a { background-color: rgb(15,4,7); }

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

<style>
 span { border-color: #0F0407; }

 span { border-color: rgb(15,4,7); }

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