Shades of Rustic Red #1F0B0C
Tints of Rustic Red #1F0B0C
RGB
CMYK
RGB Variations
Color information
#1F0B0C (or 0x1F0B0C) is known color: Rustic Red. HEX triplet: 1F, 0B and 0C. RGB value is (31,11,12). Sum of RGB (Red+Green+Blue) = 31+11+12=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B0C is #E0F4F3. Grayscale: #111111. Windows color (decimal): -14742772 or 789279. OLE color: 789279.
HSL color Cylindrical-coordinate representation of color #1F0B0C: hue angle of 357º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F0B0C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 11 | 12 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.88 |
| HSL | 357º | 0.48% | 0.08% | - |
| HSV(B) | 357º | 0.65% | 0.12% | - |
| XYZ | 0.75 | 0.56 | 0.42 | - |
| YUV | 17.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 12 | 0 | 0.65 | 0.61 | 0.88 | 357 | 0.48 | 0.08 |
| Hex | 1F | B | C | 0 | 41 | 3D | 58 | 165 | 30 | 8 |
| Octal | 37 | 13 | 14 | 0 | 101 | 75 | 130 | 545 | 60 | 10 |
| Binary | 11111 | 1011 | 1100 | 0 | 1000001 | 111101 | 1011000 | 101100101 | 110000 | 1000 |
Color Harmonies of #1F0B0C
Complementary color
Monochromatic Colors of #1F0B0C
Black with #1F0B0C
Text Example
Text Example
White with #1F0B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B0C; }
p { color: rgb(31,11,12); }
H1.HeaderClassName
{
color: #1F0B0C;
}
.AnyTagClassName
{
color: #1F0B0C;
}
</style>
background-color css
<style>
a { background-color: #1F0B0C; }
a { background-color: rgb(31,11,12); }
div.DivClassName
{
background-color: #1F0B0C;
}
.BgClassName
{
background-color: #1F0B0C;
}
</style>
border-color css
<style>
span { border-color: #1F0B0C; }
span { border-color: rgb(31,11,12); }
td.TdClassName
{
border-color: #1F0B0C;
}
.TagClassName
{
border-color: #1F0B0C;
}
</style>