#0F0608

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

Shades of Rustic Red #0F0608

Tints of Rustic Red #0F0608

Color information

#0F0608 (or 0x0F0608) is unknown color: approx Rustic Red. HEX triplet: 0F, 06 and 08. RGB value is (15,6,8). Sum of RGB (Red+Green+Blue) = 15+6+8=29 (3% of max value = 765). Red value is 15 (6.25% from 255 or 51.72% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0608 is #F0F9F7. Grayscale: #080808. Windows color (decimal): -15792632 or 525839. OLE color: 525839.

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

Color convert

RGB1568-
CMYK00.600.470.94
HSL346.67º42.86%4.12%-
HSV(B)346.67º60%5.88%-
XYZ0.310.250.26-
YUV8.92127.48132.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 51.72%
GREEN value IS 6 (2.73% from 255) = 20.69%
BLUE value IS 8 (3.52% from 255) = 27.59%
R=51.72%
G=20.69%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal156800.600.470.94346.6742.864.12
HexF6803C2F5E15b2b4
Octal1761007457136533534
Binary1111110100001111001011111011110101011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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