Shades of Rustic Red #1F060C
Tints of Rustic Red #1F060C
RGB
CMYK
RGB Variations
Color information
#1F060C (or 0x1F060C) is known color: Rustic Red. HEX triplet: 1F, 06 and 0C. RGB value is (31,6,12). Sum of RGB (Red+Green+Blue) = 31+6+12=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F060C is #E0F9F3. Grayscale: #0E0E0E. Windows color (decimal): -14744052 or 787999. OLE color: 787999.
HSL color Cylindrical-coordinate representation of color #1F060C: hue angle of 345.6º 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 #1F060C is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 6 | 12 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.88 |
| HSL | 345.6º | 0.68% | 0.07% | - |
| HSV(B) | 345.6º | 0.81% | 0.12% | - |
| XYZ | 0.7 | 0.45 | 0.4 | - |
| YUV | 14.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 12 | 0 | 0.81 | 0.61 | 0.88 | 345.6 | 0.68 | 0.07 |
| Hex | 1F | 6 | C | 0 | 51 | 3D | 58 | 15A | 44 | 7 |
| Octal | 37 | 6 | 14 | 0 | 121 | 75 | 130 | 532 | 104 | 7 |
| Binary | 11111 | 110 | 1100 | 0 | 1010001 | 111101 | 1011000 | 101011010 | 1000100 | 111 |
Color Harmonies of #1F060C
Complementary color
Monochromatic Colors of #1F060C
Black with #1F060C
Text Example
Text Example
White with #1F060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F060C; }
p { color: rgb(31,6,12); }
H1.HeaderClassName
{
color: #1F060C;
}
.AnyTagClassName
{
color: #1F060C;
}
</style>
background-color css
<style>
a { background-color: #1F060C; }
a { background-color: rgb(31,6,12); }
div.DivClassName
{
background-color: #1F060C;
}
.BgClassName
{
background-color: #1F060C;
}
</style>
border-color css
<style>
span { border-color: #1F060C; }
span { border-color: rgb(31,6,12); }
td.TdClassName
{
border-color: #1F060C;
}
.TagClassName
{
border-color: #1F060C;
}
</style>