#0F0609

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

Shades of Rustic Red #0F0609

Tints of Rustic Red #0F0609

Color information

#0F0609 (or 0x0F0609) is unknown color: approx Rustic Red. HEX triplet: 0F, 06 and 09. RGB value is (15,6,9). Sum of RGB (Red+Green+Blue) = 15+6+9=30 (3% of max value = 765). Red value is 15 (6.25% from 255 or 50% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0609 is #F0F9F6. Grayscale: #090909. Windows color (decimal): -15792631 or 591375. OLE color: 591375.

HSL color Cylindrical-coordinate representation of color #0F0609: hue angle of 340º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0F0609 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.94.

Color convert

RGB1569-
CMYK00.600.400.94
HSL340º42.86%4.12%-
HSV(B)340º60%5.88%-
XYZ0.310.250.29-
YUV9.03127.98132.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 20%
BLUE value IS 9 (3.91% from 255) = 30%
R=50%
G=20%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal156900.600.400.9434042.864.12
HexF6903C285E1542b4
Octal1761107450136524534
Binary1111110100101111001010001011110101010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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