Shades of Rustic Red #1F0306
Tints of Rustic Red #1F0306
RGB
CMYK
RGB Variations
Color information
#1F0306 (or 0x1F0306) is known color: Rustic Red. HEX triplet: 1F, 03 and 06. RGB value is (31,3,6). Sum of RGB (Red+Green+Blue) = 31+3+6=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0306 is #E0FCF9. Grayscale: #0B0B0B. Windows color (decimal): -14744826 or 394015. OLE color: 394015.
HSL color Cylindrical-coordinate representation of color #1F0306: hue angle of 353.57º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0306 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 3 | 6 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.88 |
| HSL | 353.57º | 0.82% | 0.07% | - |
| HSV(B) | 353.57º | 0.9% | 0.12% | - |
| XYZ | 0.63 | 0.37 | 0.21 | - |
| YUV | 11.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 6 | 0 | 0.90 | 0.81 | 0.88 | 353.57 | 0.82 | 0.07 |
| Hex | 1F | 3 | 6 | 0 | 5A | 51 | 58 | 162 | 52 | 7 |
| Octal | 37 | 3 | 6 | 0 | 132 | 121 | 130 | 542 | 122 | 7 |
| Binary | 11111 | 11 | 110 | 0 | 1011010 | 1010001 | 1011000 | 101100010 | 1010010 | 111 |
Color Harmonies of #1F0306
Complementary color
Monochromatic Colors of #1F0306
Black with #1F0306
Text Example
Text Example
White with #1F0306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0306; }
p { color: rgb(31,3,6); }
H1.HeaderClassName
{
color: #1F0306;
}
.AnyTagClassName
{
color: #1F0306;
}
</style>
background-color css
<style>
a { background-color: #1F0306; }
a { background-color: rgb(31,3,6); }
div.DivClassName
{
background-color: #1F0306;
}
.BgClassName
{
background-color: #1F0306;
}
</style>
border-color css
<style>
span { border-color: #1F0306; }
span { border-color: rgb(31,3,6); }
td.TdClassName
{
border-color: #1F0306;
}
.TagClassName
{
border-color: #1F0306;
}
</style>