Shades of Rustic Red #1F0102
Tints of Rustic Red #1F0102
RGB
CMYK
RGB Variations
Color information
#1F0102 (or 0x1F0102) is known color: Rustic Red. HEX triplet: 1F, 01 and 02. RGB value is (31,1,2). Sum of RGB (Red+Green+Blue) = 31+1+2=34 (4% of max value = 765). Red value is 31 (12.5% from 255 or 91.18% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 2 (1.17% from 255 or 5.88% from 34); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0102 is #E0FEFD. Grayscale: #0A0A0A. Windows color (decimal): -14745342 or 131359. OLE color: 131359.
HSL color Cylindrical-coordinate representation of color #1F0102: hue angle of 358º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0102 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 1 | 2 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.88 |
| HSL | 358º | 0.94% | 0.06% | - |
| HSV(B) | 358º | 0.97% | 0.12% | - |
| XYZ | 0.59 | 0.32 | 0.09 | - |
| YUV | 10.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 2 | 0 | 0.97 | 0.94 | 0.88 | 358 | 0.94 | 0.06 |
| Hex | 1F | 1 | 2 | 0 | 61 | 5E | 58 | 166 | 5E | 6 |
| Octal | 37 | 1 | 2 | 0 | 141 | 136 | 130 | 546 | 136 | 6 |
| Binary | 11111 | 1 | 10 | 0 | 1100001 | 1011110 | 1011000 | 101100110 | 1011110 | 110 |
Color Harmonies of #1F0102
Complementary color
Monochromatic Colors of #1F0102
Black with #1F0102
Text Example
Text Example
White with #1F0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0102; }
p { color: rgb(31,1,2); }
H1.HeaderClassName
{
color: #1F0102;
}
.AnyTagClassName
{
color: #1F0102;
}
</style>
background-color css
<style>
a { background-color: #1F0102; }
a { background-color: rgb(31,1,2); }
div.DivClassName
{
background-color: #1F0102;
}
.BgClassName
{
background-color: #1F0102;
}
</style>
border-color css
<style>
span { border-color: #1F0102; }
span { border-color: rgb(31,1,2); }
td.TdClassName
{
border-color: #1F0102;
}
.TagClassName
{
border-color: #1F0102;
}
</style>