#0F0507

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

Shades of Rustic Red #0F0507

Tints of Rustic Red #0F0507

Color information

#0F0507 (or 0x0F0507) is unknown color: approx Rustic Red. HEX triplet: 0F, 05 and 07. RGB value is (15,5,7). Sum of RGB (Red+Green+Blue) = 15+5+7=27 (3% of max value = 765). Red value is 15 (6.25% from 255 or 55.56% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0507 is #F0FAF8. Grayscale: #080808. Windows color (decimal): -15792889 or 460047. OLE color: 460047.

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

Color convert

RGB1557-
CMYK00.670.530.94
HSL348º50%3.92%-
HSV(B)348º66.67%5.88%-
XYZ0.290.230.23-
YUV8.22127.31132.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 55.56%
GREEN value IS 5 (2.34% from 255) = 18.52%
BLUE value IS 7 (3.12% from 255) = 25.93%
R=55.56%
G=18.52%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal155700.670.530.94348503.92
HexF57043355E15c324
Octal1757010365136534624
Binary1111101111010000111101011011110101011100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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