Shades of Rustic Red #310B0F
Tints of Rustic Red #310B0F
RGB
CMYK
RGB Variations
Color information
#310B0F (or 0x310B0F) is known color: Rustic Red. HEX triplet: 31, 0B and 0F. RGB value is (49,11,15). Sum of RGB (Red+Green+Blue) = 49+11+15=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #310B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B0F is #CEF4F0. Grayscale: #161616. Windows color (decimal): -13563121 or 985905. OLE color: 985905.
HSL color Cylindrical-coordinate representation of color #310B0F: hue angle of 353.68º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B0F is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 15 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.81 |
| HSL | 353.68º | 0.63% | 0.12% | - |
| HSV(B) | 353.68º | 0.78% | 0.19% | - |
| XYZ | 1.47 | 0.93 | 0.55 | - |
| YUV | 22.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 15 | 0 | 0.78 | 0.69 | 0.81 | 353.68 | 0.63 | 0.12 |
| Hex | 31 | B | F | 0 | 4E | 45 | 51 | 162 | 3F | C |
| Octal | 61 | 13 | 17 | 0 | 116 | 105 | 121 | 542 | 77 | 14 |
| Binary | 110001 | 1011 | 1111 | 0 | 1001110 | 1000101 | 1010001 | 101100010 | 111111 | 1100 |
Color Harmonies of #310B0F
Complementary color
Monochromatic Colors of #310B0F
Black with #310B0F
Text Example
Text Example
White with #310B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B0F; }
p { color: rgb(49,11,15); }
H1.HeaderClassName
{
color: #310B0F;
}
.AnyTagClassName
{
color: #310B0F;
}
</style>
background-color css
<style>
a { background-color: #310B0F; }
a { background-color: rgb(49,11,15); }
div.DivClassName
{
background-color: #310B0F;
}
.BgClassName
{
background-color: #310B0F;
}
</style>
border-color css
<style>
span { border-color: #310B0F; }
span { border-color: rgb(49,11,15); }
td.TdClassName
{
border-color: #310B0F;
}
.TagClassName
{
border-color: #310B0F;
}
</style>