Shades of Rustic Red #1F0305
Tints of Rustic Red #1F0305
RGB
CMYK
RGB Variations
Color information
#1F0305 (or 0x1F0305) is known color: Rustic Red. HEX triplet: 1F, 03 and 05. RGB value is (31,3,5). Sum of RGB (Red+Green+Blue) = 31+3+5=39 (5% of max value = 765). Red value is 31 (12.5% from 255 or 79.49% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0305 is #E0FCFA. Grayscale: #0B0B0B. Windows color (decimal): -14744827 or 328479. OLE color: 328479.
HSL color Cylindrical-coordinate representation of color #1F0305: hue angle of 355.71º 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 #1F0305 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 3 | 5 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.88 |
| HSL | 355.71º | 0.82% | 0.07% | - |
| HSV(B) | 355.71º | 0.9% | 0.12% | - |
| XYZ | 0.63 | 0.37 | 0.18 | - |
| YUV | 11.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 5 | 0 | 0.90 | 0.84 | 0.88 | 355.71 | 0.82 | 0.07 |
| Hex | 1F | 3 | 5 | 0 | 5A | 54 | 58 | 164 | 52 | 7 |
| Octal | 37 | 3 | 5 | 0 | 132 | 124 | 130 | 544 | 122 | 7 |
| Binary | 11111 | 11 | 101 | 0 | 1011010 | 1010100 | 1011000 | 101100100 | 1010010 | 111 |
Color Harmonies of #1F0305
Complementary color
Monochromatic Colors of #1F0305
Black with #1F0305
Text Example
Text Example
White with #1F0305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0305; }
p { color: rgb(31,3,5); }
H1.HeaderClassName
{
color: #1F0305;
}
.AnyTagClassName
{
color: #1F0305;
}
</style>
background-color css
<style>
a { background-color: #1F0305; }
a { background-color: rgb(31,3,5); }
div.DivClassName
{
background-color: #1F0305;
}
.BgClassName
{
background-color: #1F0305;
}
</style>
border-color css
<style>
span { border-color: #1F0305; }
span { border-color: rgb(31,3,5); }
td.TdClassName
{
border-color: #1F0305;
}
.TagClassName
{
border-color: #1F0305;
}
</style>