Shades of Rustic Red #1F030D
Tints of Rustic Red #1F030D
RGB
CMYK
RGB Variations
Color information
#1F030D (or 0x1F030D) is known color: Rustic Red. HEX triplet: 1F, 03 and 0D. RGB value is (31,3,13). Sum of RGB (Red+Green+Blue) = 31+3+13=47 (6% of max value = 765). Red value is 31 (12.5% from 255 or 65.96% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 31 - color contains mainly: red. Hex color #1F030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F030D is #E0FCF2. Grayscale: #0C0C0C. Windows color (decimal): -14744819 or 852767. OLE color: 852767.
HSL color Cylindrical-coordinate representation of color #1F030D: hue angle of 338.57º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F030D is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 3 | 13 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.88 |
| HSL | 338.57º | 0.82% | 0.07% | - |
| HSV(B) | 338.57º | 0.9% | 0.12% | - |
| XYZ | 0.67 | 0.39 | 0.42 | - |
| YUV | 12.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 13 | 0 | 0.90 | 0.58 | 0.88 | 338.57 | 0.82 | 0.07 |
| Hex | 1F | 3 | D | 0 | 5A | 3A | 58 | 153 | 52 | 7 |
| Octal | 37 | 3 | 15 | 0 | 132 | 72 | 130 | 523 | 122 | 7 |
| Binary | 11111 | 11 | 1101 | 0 | 1011010 | 111010 | 1011000 | 101010011 | 1010010 | 111 |
Color Harmonies of #1F030D
Complementary color
Monochromatic Colors of #1F030D
Black with #1F030D
Text Example
Text Example
White with #1F030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F030D; }
p { color: rgb(31,3,13); }
H1.HeaderClassName
{
color: #1F030D;
}
.AnyTagClassName
{
color: #1F030D;
}
</style>
background-color css
<style>
a { background-color: #1F030D; }
a { background-color: rgb(31,3,13); }
div.DivClassName
{
background-color: #1F030D;
}
.BgClassName
{
background-color: #1F030D;
}
</style>
border-color css
<style>
span { border-color: #1F030D; }
span { border-color: rgb(31,3,13); }
td.TdClassName
{
border-color: #1F030D;
}
.TagClassName
{
border-color: #1F030D;
}
</style>