Shades of Rustic Red #1F030A
Tints of Rustic Red #1F030A
RGB
CMYK
RGB Variations
Color information
#1F030A (or 0x1F030A) is known color: Rustic Red. HEX triplet: 1F, 03 and 0A. RGB value is (31,3,10). Sum of RGB (Red+Green+Blue) = 31+3+10=44 (5% of max value = 765). Red value is 31 (12.5% from 255 or 70.45% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 31 - color contains mainly: red. Hex color #1F030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F030A is #E0FCF5. Grayscale: #0C0C0C. Windows color (decimal): -14744822 or 656159. OLE color: 656159.
HSL color Cylindrical-coordinate representation of color #1F030A: hue angle of 345º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F030A is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 3 | 10 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.88 |
| HSL | 345º | 0.82% | 0.07% | - |
| HSV(B) | 345º | 0.9% | 0.12% | - |
| XYZ | 0.65 | 0.38 | 0.33 | - |
| YUV | 12.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 10 | 0 | 0.90 | 0.68 | 0.88 | 345 | 0.82 | 0.07 |
| Hex | 1F | 3 | A | 0 | 5A | 44 | 58 | 159 | 52 | 7 |
| Octal | 37 | 3 | 12 | 0 | 132 | 104 | 130 | 531 | 122 | 7 |
| Binary | 11111 | 11 | 1010 | 0 | 1011010 | 1000100 | 1011000 | 101011001 | 1010010 | 111 |
Color Harmonies of #1F030A
Complementary color
Monochromatic Colors of #1F030A
Black with #1F030A
Text Example
Text Example
White with #1F030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F030A; }
p { color: rgb(31,3,10); }
H1.HeaderClassName
{
color: #1F030A;
}
.AnyTagClassName
{
color: #1F030A;
}
</style>
background-color css
<style>
a { background-color: #1F030A; }
a { background-color: rgb(31,3,10); }
div.DivClassName
{
background-color: #1F030A;
}
.BgClassName
{
background-color: #1F030A;
}
</style>
border-color css
<style>
span { border-color: #1F030A; }
span { border-color: rgb(31,3,10); }
td.TdClassName
{
border-color: #1F030A;
}
.TagClassName
{
border-color: #1F030A;
}
</style>