Shades of Rustic Red #0F0008
Tints of Rustic Red #0F0008
RGB
CMYK
RGB Variations
Color information
#0F0008 (or 0x0F0008) is known color: Rustic Red. HEX triplet: 0F, 00 and 08. RGB value is (15,0,8). Sum of RGB (Red+Green+Blue) = 15+0+8=23 (3% of max value = 765). Red value is 15 (6.25% from 255 or 65.22% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 8 (3.52% from 255 or 34.78% from 23); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0008 is #F0FFF7. Grayscale: #050505. Windows color (decimal): -15794168 or 524303. OLE color: 524303.
HSL color Cylindrical-coordinate representation of color #0F0008: hue angle of 328º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0008 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.47 | 0.94 |
| HSL | 328º | 1% | 0.03% | - |
| HSV(B) | 328º | 1% | 0.06% | - |
| XYZ | 0.24 | 0.12 | 0.24 | - |
| YUV | 5.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 8 | 0 | 1 | 0.47 | 0.94 | 328 | 1 | 0.03 |
| Hex | F | 0 | 8 | 0 | 64 | 2F | 5E | 148 | 64 | 3 |
| Octal | 17 | 0 | 10 | 0 | 144 | 57 | 136 | 510 | 144 | 3 |
| Binary | 1111 | 0 | 1000 | 0 | 1100100 | 101111 | 1011110 | 101001000 | 1100100 | 11 |
Color Harmonies of #0F0008
Complementary color
Monochromatic Colors of #0F0008
Black with #0F0008
Text Example
Text Example
White with #0F0008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0008; }
p { color: rgb(15,0,8); }
H1.HeaderClassName
{
color: #0F0008;
}
.AnyTagClassName
{
color: #0F0008;
}
</style>
background-color css
<style>
a { background-color: #0F0008; }
a { background-color: rgb(15,0,8); }
div.DivClassName
{
background-color: #0F0008;
}
.BgClassName
{
background-color: #0F0008;
}
</style>
border-color css
<style>
span { border-color: #0F0008; }
span { border-color: rgb(15,0,8); }
td.TdClassName
{
border-color: #0F0008;
}
.TagClassName
{
border-color: #0F0008;
}
</style>