Shades of Rustic Red #31020F
Tints of Rustic Red #31020F
RGB
CMYK
RGB Variations
Color information
#31020F (or 0x31020F) is known color: Rustic Red. HEX triplet: 31, 02 and 0F. RGB value is (49,2,15). Sum of RGB (Red+Green+Blue) = 49+2+15=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #31020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31020F is #CEFDF0. Grayscale: #111111. Windows color (decimal): -13565425 or 983601. OLE color: 983601.
HSL color Cylindrical-coordinate representation of color #31020F: hue angle of 343.4º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31020F is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 15 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.81 |
| HSL | 343.4º | 0.92% | 0.1% | - |
| HSV(B) | 343.4º | 0.96% | 0.19% | - |
| XYZ | 1.37 | 0.73 | 0.52 | - |
| YUV | 17.54 | 126.57 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 15 | 0 | 0.96 | 0.69 | 0.81 | 343.4 | 0.92 | 0.1 |
| Hex | 31 | 2 | F | 0 | 60 | 45 | 51 | 157 | 5C | A |
| Octal | 61 | 2 | 17 | 0 | 140 | 105 | 121 | 527 | 134 | 12 |
| Binary | 110001 | 10 | 1111 | 0 | 1100000 | 1000101 | 1010001 | 101010111 | 1011100 | 1010 |
Color Harmonies of #31020F
Complementary color
Monochromatic Colors of #31020F
Black with #31020F
Text Example
Text Example
White with #31020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31020F; }
p { color: rgb(49,2,15); }
H1.HeaderClassName
{
color: #31020F;
}
.AnyTagClassName
{
color: #31020F;
}
</style>
background-color css
<style>
a { background-color: #31020F; }
a { background-color: rgb(49,2,15); }
div.DivClassName
{
background-color: #31020F;
}
.BgClassName
{
background-color: #31020F;
}
</style>
border-color css
<style>
span { border-color: #31020F; }
span { border-color: rgb(49,2,15); }
td.TdClassName
{
border-color: #31020F;
}
.TagClassName
{
border-color: #31020F;
}
</style>