Shades of Rustic Red #1F060B
Tints of Rustic Red #1F060B
RGB
CMYK
RGB Variations
Color information
#1F060B (or 0x1F060B) is known color: Rustic Red. HEX triplet: 1F, 06 and 0B. RGB value is (31,6,11). Sum of RGB (Red+Green+Blue) = 31+6+11=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F060B is #E0F9F4. Grayscale: #0E0E0E. Windows color (decimal): -14744053 or 722463. OLE color: 722463.
HSL color Cylindrical-coordinate representation of color #1F060B: hue angle of 348º 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 #1F060B is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 6 | 11 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.88 |
| HSL | 348º | 0.68% | 0.07% | - |
| HSV(B) | 348º | 0.81% | 0.12% | - |
| XYZ | 0.69 | 0.45 | 0.37 | - |
| YUV | 14.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 11 | 0 | 0.81 | 0.65 | 0.88 | 348 | 0.68 | 0.07 |
| Hex | 1F | 6 | B | 0 | 51 | 41 | 58 | 15C | 44 | 7 |
| Octal | 37 | 6 | 13 | 0 | 121 | 101 | 130 | 534 | 104 | 7 |
| Binary | 11111 | 110 | 1011 | 0 | 1010001 | 1000001 | 1011000 | 101011100 | 1000100 | 111 |
Color Harmonies of #1F060B
Complementary color
Monochromatic Colors of #1F060B
Black with #1F060B
Text Example
Text Example
White with #1F060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F060B; }
p { color: rgb(31,6,11); }
H1.HeaderClassName
{
color: #1F060B;
}
.AnyTagClassName
{
color: #1F060B;
}
</style>
background-color css
<style>
a { background-color: #1F060B; }
a { background-color: rgb(31,6,11); }
div.DivClassName
{
background-color: #1F060B;
}
.BgClassName
{
background-color: #1F060B;
}
</style>
border-color css
<style>
span { border-color: #1F060B; }
span { border-color: rgb(31,6,11); }
td.TdClassName
{
border-color: #1F060B;
}
.TagClassName
{
border-color: #1F060B;
}
</style>