Shades of Rustic Red #1B010D
Tints of Rustic Red #1B010D
RGB
CMYK
RGB Variations
Color information
#1B010D (or 0x1B010D) is known color: Rustic Red. HEX triplet: 1B, 01 and 0D. RGB value is (27,1,13). Sum of RGB (Red+Green+Blue) = 27+1+13=41 (5% of max value = 765). Red value is 27 (10.94% from 255 or 65.85% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 27 - color contains mainly: red. Hex color #1B010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B010D is #E4FEF2. Grayscale: #0A0A0A. Windows color (decimal): -15007475 or 852251. OLE color: 852251.
HSL color Cylindrical-coordinate representation of color #1B010D: hue angle of 332.31º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B010D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 1 | 13 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.89 |
| HSL | 332.31º | 0.93% | 0.05% | - |
| HSV(B) | 332.31º | 0.96% | 0.11% | - |
| XYZ | 0.54 | 0.28 | 0.41 | - |
| YUV | 10.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 13 | 0 | 0.96 | 0.52 | 0.89 | 332.31 | 0.93 | 0.05 |
| Hex | 1B | 1 | D | 0 | 60 | 34 | 59 | 14C | 5D | 5 |
| Octal | 33 | 1 | 15 | 0 | 140 | 64 | 131 | 514 | 135 | 5 |
| Binary | 11011 | 1 | 1101 | 0 | 1100000 | 110100 | 1011001 | 101001100 | 1011101 | 101 |
Color Harmonies of #1B010D
Complementary color
Monochromatic Colors of #1B010D
Black with #1B010D
Text Example
Text Example
White with #1B010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B010D; }
p { color: rgb(27,1,13); }
H1.HeaderClassName
{
color: #1B010D;
}
.AnyTagClassName
{
color: #1B010D;
}
</style>
background-color css
<style>
a { background-color: #1B010D; }
a { background-color: rgb(27,1,13); }
div.DivClassName
{
background-color: #1B010D;
}
.BgClassName
{
background-color: #1B010D;
}
</style>
border-color css
<style>
span { border-color: #1B010D; }
span { border-color: rgb(27,1,13); }
td.TdClassName
{
border-color: #1B010D;
}
.TagClassName
{
border-color: #1B010D;
}
</style>