Shades of Rustic Red #1F0612
Tints of Rustic Red #1F0612
RGB
CMYK
RGB Variations
Color information
#1F0612 (or 0x1F0612) is known color: Rustic Red. HEX triplet: 1F, 06 and 12. RGB value is (31,6,18). Sum of RGB (Red+Green+Blue) = 31+6+18=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0612 is #E0F9ED. Grayscale: #0E0E0E. Windows color (decimal): -14744046 or 1181215. OLE color: 1181215.
HSL color Cylindrical-coordinate representation of color #1F0612: hue angle of 331.2º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F0612 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
RGB | 31 | 6 | 18 | - |
CMYK | 0 | 0.81 | 0.42 | 0.88 |
HSL | 331.2º | 0.68% | 0.07% | - |
HSV(B) | 331.2º | 0.81% | 0.12% | - |
XYZ | 0.74 | 0.47 | 0.62 | - |
YUV | 14.84 | 129.78 | 139.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 6 | 18 | 0 | 0.81 | 0.42 | 0.88 | 331.2 | 0.68 | 0.07 |
Hex | 1F | 6 | 12 | 0 | 51 | 2A | 58 | 14B | 44 | 7 |
Octal | 37 | 6 | 22 | 0 | 121 | 52 | 130 | 513 | 104 | 7 |
Binary | 11111 | 110 | 10010 | 0 | 1010001 | 101010 | 1011000 | 101001011 | 1000100 | 111 |
Color Harmonies of #1F0612
Complementary color
Monochromatic Colors of #1F0612
Black with #1F0612
Text Example
Text Example
White with #1F0612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0612; }
p { color: rgb(31,6,18); }
H1.HeaderClassName
{
color: #1F0612;
}
.AnyTagClassName
{
color: #1F0612;
}
</style>
background-color css
<style>
a { background-color: #1F0612; }
a { background-color: rgb(31,6,18); }
div.DivClassName
{
background-color: #1F0612;
}
.BgClassName
{
background-color: #1F0612;
}
</style>
border-color css
<style>
span { border-color: #1F0612; }
span { border-color: rgb(31,6,18); }
td.TdClassName
{
border-color: #1F0612;
}
.TagClassName
{
border-color: #1F0612;
}
</style>