Shades of Rustic Red #1F0912
Tints of Rustic Red #1F0912
RGB
CMYK
RGB Variations
Color information
#1F0912 (or 0x1F0912) is known color: Rustic Red. HEX triplet: 1F, 09 and 12. RGB value is (31,9,18). Sum of RGB (Red+Green+Blue) = 31+9+18=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0912 is #E0F6ED. Grayscale: #101010. Windows color (decimal): -14743278 or 1181983. OLE color: 1181983.
HSL color Cylindrical-coordinate representation of color #1F0912: hue angle of 335.45º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F0912 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 18 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.88 |
| HSL | 335.45º | 0.55% | 0.08% | - |
| HSV(B) | 335.45º | 0.71% | 0.12% | - |
| XYZ | 0.77 | 0.53 | 0.63 | - |
| YUV | 16.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 18 | 0 | 0.71 | 0.42 | 0.88 | 335.45 | 0.55 | 0.08 |
| Hex | 1F | 9 | 12 | 0 | 47 | 2A | 58 | 14F | 37 | 8 |
| Octal | 37 | 11 | 22 | 0 | 107 | 52 | 130 | 517 | 67 | 10 |
| Binary | 11111 | 1001 | 10010 | 0 | 1000111 | 101010 | 1011000 | 101001111 | 110111 | 1000 |
Color Harmonies of #1F0912
Complementary color
Monochromatic Colors of #1F0912
Black with #1F0912
Text Example
Text Example
White with #1F0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0912; }
p { color: rgb(31,9,18); }
H1.HeaderClassName
{
color: #1F0912;
}
.AnyTagClassName
{
color: #1F0912;
}
</style>
background-color css
<style>
a { background-color: #1F0912; }
a { background-color: rgb(31,9,18); }
div.DivClassName
{
background-color: #1F0912;
}
.BgClassName
{
background-color: #1F0912;
}
</style>
border-color css
<style>
span { border-color: #1F0912; }
span { border-color: rgb(31,9,18); }
td.TdClassName
{
border-color: #1F0912;
}
.TagClassName
{
border-color: #1F0912;
}
</style>