Shades of Rustic Red #1F0C0D
Tints of Rustic Red #1F0C0D
RGB
CMYK
RGB Variations
Color information
#1F0C0D (or 0x1F0C0D) is known color: Rustic Red. HEX triplet: 1F, 0C and 0D. RGB value is (31,12,13). Sum of RGB (Red+Green+Blue) = 31+12+13=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C0D is #E0F3F2. Grayscale: #111111. Windows color (decimal): -14742515 or 855071. OLE color: 855071.
HSL color Cylindrical-coordinate representation of color #1F0C0D: hue angle of 356.84º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F0C0D is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 13 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.88 |
| HSL | 356.84º | 0.44% | 0.08% | - |
| HSV(B) | 356.84º | 0.61% | 0.12% | - |
| XYZ | 0.77 | 0.58 | 0.45 | - |
| YUV | 17.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 13 | 0 | 0.61 | 0.58 | 0.88 | 356.84 | 0.44 | 0.08 |
| Hex | 1F | C | D | 0 | 3D | 3A | 58 | 165 | 2C | 8 |
| Octal | 37 | 14 | 15 | 0 | 75 | 72 | 130 | 545 | 54 | 10 |
| Binary | 11111 | 1100 | 1101 | 0 | 111101 | 111010 | 1011000 | 101100101 | 101100 | 1000 |
Color Harmonies of #1F0C0D
Complementary color
Monochromatic Colors of #1F0C0D
Black with #1F0C0D
Text Example
Text Example
White with #1F0C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C0D; }
p { color: rgb(31,12,13); }
H1.HeaderClassName
{
color: #1F0C0D;
}
.AnyTagClassName
{
color: #1F0C0D;
}
</style>
background-color css
<style>
a { background-color: #1F0C0D; }
a { background-color: rgb(31,12,13); }
div.DivClassName
{
background-color: #1F0C0D;
}
.BgClassName
{
background-color: #1F0C0D;
}
</style>
border-color css
<style>
span { border-color: #1F0C0D; }
span { border-color: rgb(31,12,13); }
td.TdClassName
{
border-color: #1F0C0D;
}
.TagClassName
{
border-color: #1F0C0D;
}
</style>