Shades of Rustic Red #1F0A10
Tints of Rustic Red #1F0A10
RGB
CMYK
RGB Variations
Color information
#1F0A10 (or 0x1F0A10) is known color: Rustic Red. HEX triplet: 1F, 0A and 10. RGB value is (31,10,16). Sum of RGB (Red+Green+Blue) = 31+10+16=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0A10 is #E0F5EF. Grayscale: #101010. Windows color (decimal): -14743024 or 1051167. OLE color: 1051167.
HSL color Cylindrical-coordinate representation of color #1F0A10: hue angle of 342.86º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F0A10 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 10 | 16 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.88 |
| HSL | 342.86º | 0.51% | 0.08% | - |
| HSV(B) | 342.86º | 0.68% | 0.12% | - |
| XYZ | 0.77 | 0.55 | 0.56 | - |
| YUV | 16.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 16 | 0 | 0.68 | 0.48 | 0.88 | 342.86 | 0.51 | 0.08 |
| Hex | 1F | A | 10 | 0 | 44 | 30 | 58 | 157 | 33 | 8 |
| Octal | 37 | 12 | 20 | 0 | 104 | 60 | 130 | 527 | 63 | 10 |
| Binary | 11111 | 1010 | 10000 | 0 | 1000100 | 110000 | 1011000 | 101010111 | 110011 | 1000 |
Color Harmonies of #1F0A10
Complementary color
Monochromatic Colors of #1F0A10
Black with #1F0A10
Text Example
Text Example
White with #1F0A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0A10; }
p { color: rgb(31,10,16); }
H1.HeaderClassName
{
color: #1F0A10;
}
.AnyTagClassName
{
color: #1F0A10;
}
</style>
background-color css
<style>
a { background-color: #1F0A10; }
a { background-color: rgb(31,10,16); }
div.DivClassName
{
background-color: #1F0A10;
}
.BgClassName
{
background-color: #1F0A10;
}
</style>
border-color css
<style>
span { border-color: #1F0A10; }
span { border-color: rgb(31,10,16); }
td.TdClassName
{
border-color: #1F0A10;
}
.TagClassName
{
border-color: #1F0A10;
}
</style>