Shades of Rustic Red #1F040D
Tints of Rustic Red #1F040D
RGB
CMYK
RGB Variations
Color information
#1F040D (or 0x1F040D) is known color: Rustic Red. HEX triplet: 1F, 04 and 0D. RGB value is (31,4,13). Sum of RGB (Red+Green+Blue) = 31+4+13=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F040D is #E0FBF2. Grayscale: #0D0D0D. Windows color (decimal): -14744563 or 853023. OLE color: 853023.
HSL color Cylindrical-coordinate representation of color #1F040D: hue angle of 340º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F040D is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 4 | 13 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.88 |
| HSL | 340º | 0.77% | 0.07% | - |
| HSV(B) | 340º | 0.87% | 0.12% | - |
| XYZ | 0.68 | 0.41 | 0.42 | - |
| YUV | 13.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 13 | 0 | 0.87 | 0.58 | 0.88 | 340 | 0.77 | 0.07 |
| Hex | 1F | 4 | D | 0 | 57 | 3A | 58 | 154 | 4D | 7 |
| Octal | 37 | 4 | 15 | 0 | 127 | 72 | 130 | 524 | 115 | 7 |
| Binary | 11111 | 100 | 1101 | 0 | 1010111 | 111010 | 1011000 | 101010100 | 1001101 | 111 |
Color Harmonies of #1F040D
Complementary color
Monochromatic Colors of #1F040D
Black with #1F040D
Text Example
Text Example
White with #1F040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F040D; }
p { color: rgb(31,4,13); }
H1.HeaderClassName
{
color: #1F040D;
}
.AnyTagClassName
{
color: #1F040D;
}
</style>
background-color css
<style>
a { background-color: #1F040D; }
a { background-color: rgb(31,4,13); }
div.DivClassName
{
background-color: #1F040D;
}
.BgClassName
{
background-color: #1F040D;
}
</style>
border-color css
<style>
span { border-color: #1F040D; }
span { border-color: rgb(31,4,13); }
td.TdClassName
{
border-color: #1F040D;
}
.TagClassName
{
border-color: #1F040D;
}
</style>