Shades of Rustic Red #1F000F
Tints of Rustic Red #1F000F
RGB
CMYK
RGB Variations
Color information
#1F000F (or 0x1F000F) is known color: Rustic Red. HEX triplet: 1F, 00 and 0F. RGB value is (31,0,15). Sum of RGB (Red+Green+Blue) = 31+0+15=46 (6% of max value = 765). Red value is 31 (12.5% from 255 or 67.39% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 31 - color contains mainly: red. Hex color #1F000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F000F is #E0FFF0. Grayscale: #0A0A0A. Windows color (decimal): -14745585 or 983071. OLE color: 983071.
HSL color Cylindrical-coordinate representation of color #1F000F: hue angle of 330.97º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F000F is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.52 | 0.88 |
| HSL | 330.97º | 1% | 0.06% | - |
| HSV(B) | 330.97º | 1% | 0.12% | - |
| XYZ | 0.65 | 0.33 | 0.48 | - |
| YUV | 10.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 15 | 0 | 1 | 0.52 | 0.88 | 330.97 | 1 | 0.06 |
| Hex | 1F | 0 | F | 0 | 64 | 34 | 58 | 14B | 64 | 6 |
| Octal | 37 | 0 | 17 | 0 | 144 | 64 | 130 | 513 | 144 | 6 |
| Binary | 11111 | 0 | 1111 | 0 | 1100100 | 110100 | 1011000 | 101001011 | 1100100 | 110 |
Color Harmonies of #1F000F
Complementary color
Monochromatic Colors of #1F000F
Black with #1F000F
Text Example
Text Example
White with #1F000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F000F; }
p { color: rgb(31,0,15); }
H1.HeaderClassName
{
color: #1F000F;
}
.AnyTagClassName
{
color: #1F000F;
}
</style>
background-color css
<style>
a { background-color: #1F000F; }
a { background-color: rgb(31,0,15); }
div.DivClassName
{
background-color: #1F000F;
}
.BgClassName
{
background-color: #1F000F;
}
</style>
border-color css
<style>
span { border-color: #1F000F; }
span { border-color: rgb(31,0,15); }
td.TdClassName
{
border-color: #1F000F;
}
.TagClassName
{
border-color: #1F000F;
}
</style>