#0F0809

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

Shades of Rustic Red #0F0809

Tints of Rustic Red #0F0809

Color information

#0F0809 (or 0x0F0809) is unknown color: approx Rustic Red. HEX triplet: 0F, 08 and 09. RGB value is (15,8,9). Sum of RGB (Red+Green+Blue) = 15+8+9=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0809 is #F0F7F6. Grayscale: #0A0A0A. Windows color (decimal): -15792119 or 591887. OLE color: 591887.

HSL color Cylindrical-coordinate representation of color #0F0809: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0F0809 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.94.

Color convert

RGB1589-
CMYK00.470.400.94
HSL351.43º30.43%4.51%-
HSV(B)351.43º46.67%5.88%-
XYZ0.330.290.3-
YUV10.21127.32131.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 46.88%
GREEN value IS 8 (3.52% from 255) = 25%
BLUE value IS 9 (3.91% from 255) = 28.12%
R=46.88%
G=25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal158900.470.400.94351.4330.434.51
HexF8902F285E15f1e5
Octal17101105750136537365
Binary1111100010010101111101000101111010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,8,9); }

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

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

 a { background-color: rgb(15,8,9); }

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

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

 span { border-color: rgb(15,8,9); }

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