Shades of Rustic Red #1F060D
Tints of Rustic Red #1F060D
RGB
CMYK
RGB Variations
Color information
#1F060D (or 0x1F060D) is known color: Rustic Red. HEX triplet: 1F, 06 and 0D. RGB value is (31,6,13). Sum of RGB (Red+Green+Blue) = 31+6+13=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F060D is #E0F9F2. Grayscale: #0E0E0E. Windows color (decimal): -14744051 or 853535. OLE color: 853535.
HSL color Cylindrical-coordinate representation of color #1F060D: hue angle of 343.2º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F060D is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 6 | 13 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.88 |
| HSL | 343.2º | 0.68% | 0.07% | - |
| HSV(B) | 343.2º | 0.81% | 0.12% | - |
| XYZ | 0.7 | 0.45 | 0.43 | - |
| YUV | 14.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 13 | 0 | 0.81 | 0.58 | 0.88 | 343.2 | 0.68 | 0.07 |
| Hex | 1F | 6 | D | 0 | 51 | 3A | 58 | 157 | 44 | 7 |
| Octal | 37 | 6 | 15 | 0 | 121 | 72 | 130 | 527 | 104 | 7 |
| Binary | 11111 | 110 | 1101 | 0 | 1010001 | 111010 | 1011000 | 101010111 | 1000100 | 111 |
Color Harmonies of #1F060D
Complementary color
Monochromatic Colors of #1F060D
Black with #1F060D
Text Example
Text Example
White with #1F060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F060D; }
p { color: rgb(31,6,13); }
H1.HeaderClassName
{
color: #1F060D;
}
.AnyTagClassName
{
color: #1F060D;
}
</style>
background-color css
<style>
a { background-color: #1F060D; }
a { background-color: rgb(31,6,13); }
div.DivClassName
{
background-color: #1F060D;
}
.BgClassName
{
background-color: #1F060D;
}
</style>
border-color css
<style>
span { border-color: #1F060D; }
span { border-color: rgb(31,6,13); }
td.TdClassName
{
border-color: #1F060D;
}
.TagClassName
{
border-color: #1F060D;
}
</style>