Shades of Rustic Red #1F0608
Tints of Rustic Red #1F0608
RGB
CMYK
RGB Variations
Color information
#1F0608 (or 0x1F0608) is known color: Rustic Red. HEX triplet: 1F, 06 and 08. RGB value is (31,6,8). Sum of RGB (Red+Green+Blue) = 31+6+8=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0608 is #E0F9F7. Grayscale: #0D0D0D. Windows color (decimal): -14744056 or 525855. OLE color: 525855.
HSL color Cylindrical-coordinate representation of color #1F0608: hue angle of 355.2º 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 #1F0608 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 6 | 8 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.88 |
| HSL | 355.2º | 0.68% | 0.07% | - |
| HSV(B) | 355.2º | 0.81% | 0.12% | - |
| XYZ | 0.67 | 0.44 | 0.28 | - |
| YUV | 13.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 8 | 0 | 0.81 | 0.74 | 0.88 | 355.2 | 0.68 | 0.07 |
| Hex | 1F | 6 | 8 | 0 | 51 | 4A | 58 | 163 | 44 | 7 |
| Octal | 37 | 6 | 10 | 0 | 121 | 112 | 130 | 543 | 104 | 7 |
| Binary | 11111 | 110 | 1000 | 0 | 1010001 | 1001010 | 1011000 | 101100011 | 1000100 | 111 |
Color Harmonies of #1F0608
Complementary color
Monochromatic Colors of #1F0608
Black with #1F0608
Text Example
Text Example
White with #1F0608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0608; }
p { color: rgb(31,6,8); }
H1.HeaderClassName
{
color: #1F0608;
}
.AnyTagClassName
{
color: #1F0608;
}
</style>
background-color css
<style>
a { background-color: #1F0608; }
a { background-color: rgb(31,6,8); }
div.DivClassName
{
background-color: #1F0608;
}
.BgClassName
{
background-color: #1F0608;
}
</style>
border-color css
<style>
span { border-color: #1F0608; }
span { border-color: rgb(31,6,8); }
td.TdClassName
{
border-color: #1F0608;
}
.TagClassName
{
border-color: #1F0608;
}
</style>