Shades of Rustic Red #1F1213
Tints of Rustic Red #1F1213
RGB
CMYK
RGB Variations
Color information
#1F1213 (or 0x1F1213) is known color: Rustic Red. HEX triplet: 1F, 12 and 13. RGB value is (31,18,19). Sum of RGB (Red+Green+Blue) = 31+18+19=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1213 is #E0EDEC. Grayscale: #161616. Windows color (decimal): -14740973 or 1249823. OLE color: 1249823.
HSL color Cylindrical-coordinate representation of color #1F1213: hue angle of 355.38º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F1213 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 18 | 19 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.88 |
| HSL | 355.38º | 0.27% | 0.1% | - |
| HSV(B) | 355.38º | 0.42% | 0.12% | - |
| XYZ | 0.9 | 0.77 | 0.72 | - |
| YUV | 22 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 19 | 0 | 0.42 | 0.39 | 0.88 | 355.38 | 0.27 | 0.1 |
| Hex | 1F | 12 | 13 | 0 | 2A | 27 | 58 | 163 | 1B | A |
| Octal | 37 | 22 | 23 | 0 | 52 | 47 | 130 | 543 | 33 | 12 |
| Binary | 11111 | 10010 | 10011 | 0 | 101010 | 100111 | 1011000 | 101100011 | 11011 | 1010 |
Color Harmonies of #1F1213
Complementary color
Monochromatic Colors of #1F1213
Black with #1F1213
Text Example
Text Example
White with #1F1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1213; }
p { color: rgb(31,18,19); }
H1.HeaderClassName
{
color: #1F1213;
}
.AnyTagClassName
{
color: #1F1213;
}
</style>
background-color css
<style>
a { background-color: #1F1213; }
a { background-color: rgb(31,18,19); }
div.DivClassName
{
background-color: #1F1213;
}
.BgClassName
{
background-color: #1F1213;
}
</style>
border-color css
<style>
span { border-color: #1F1213; }
span { border-color: rgb(31,18,19); }
td.TdClassName
{
border-color: #1F1213;
}
.TagClassName
{
border-color: #1F1213;
}
</style>