#0F0409

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

Shades of Rustic Red #0F0409

Tints of Rustic Red #0F0409

Color information

#0F0409 (or 0x0F0409) is unknown color: approx Rustic Red. HEX triplet: 0F, 04 and 09. RGB value is (15,4,9). Sum of RGB (Red+Green+Blue) = 15+4+9=28 (3% of max value = 765). Red value is 15 (6.25% from 255 or 53.57% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0409 is #F0FBF6. Grayscale: #070707. Windows color (decimal): -15793143 or 590863. OLE color: 590863.

HSL color Cylindrical-coordinate representation of color #0F0409: hue angle of 332.73º 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 #0F0409 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.94.

Color convert

RGB1549-
CMYK00.730.400.94
HSL332.73º57.89%3.73%-
HSV(B)332.73º73.33%5.88%-
XYZ0.290.210.28-
YUV7.86128.64133.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 53.57%
GREEN value IS 4 (1.95% from 255) = 14.29%
BLUE value IS 9 (3.91% from 255) = 32.14%
R=53.57%
G=14.29%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal154900.730.400.94332.7357.893.73
HexF49049285E14d3a4
Octal17411011150136515724
Binary11111001001010010011010001011110101001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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