Shades of Rustic Red #1F0A0C
Tints of Rustic Red #1F0A0C
RGB
CMYK
RGB Variations
Color information
#1F0A0C (or 0x1F0A0C) is known color: Rustic Red. HEX triplet: 1F, 0A and 0C. RGB value is (31,10,12). Sum of RGB (Red+Green+Blue) = 31+10+12=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0A0C is #E0F5F3. Grayscale: #101010. Windows color (decimal): -14743028 or 789023. OLE color: 789023.
HSL color Cylindrical-coordinate representation of color #1F0A0C: hue angle of 354.29º 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 #1F0A0C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 10 | 12 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.88 |
| HSL | 354.29º | 0.51% | 0.08% | - |
| HSV(B) | 354.29º | 0.68% | 0.12% | - |
| XYZ | 0.74 | 0.53 | 0.41 | - |
| YUV | 16.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 10 | 12 | 0 | 0.68 | 0.61 | 0.88 | 354.29 | 0.51 | 0.08 |
| Hex | 1F | A | C | 0 | 44 | 3D | 58 | 162 | 33 | 8 |
| Octal | 37 | 12 | 14 | 0 | 104 | 75 | 130 | 542 | 63 | 10 |
| Binary | 11111 | 1010 | 1100 | 0 | 1000100 | 111101 | 1011000 | 101100010 | 110011 | 1000 |
Color Harmonies of #1F0A0C
Complementary color
Monochromatic Colors of #1F0A0C
Black with #1F0A0C
Text Example
Text Example
White with #1F0A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0A0C; }
p { color: rgb(31,10,12); }
H1.HeaderClassName
{
color: #1F0A0C;
}
.AnyTagClassName
{
color: #1F0A0C;
}
</style>
background-color css
<style>
a { background-color: #1F0A0C; }
a { background-color: rgb(31,10,12); }
div.DivClassName
{
background-color: #1F0A0C;
}
.BgClassName
{
background-color: #1F0A0C;
}
</style>
border-color css
<style>
span { border-color: #1F0A0C; }
span { border-color: rgb(31,10,12); }
td.TdClassName
{
border-color: #1F0A0C;
}
.TagClassName
{
border-color: #1F0A0C;
}
</style>