Shades of Rustic Red #1B020D
Tints of Rustic Red #1B020D
RGB
CMYK
RGB Variations
Color information
#1B020D (or 0x1B020D) is known color: Rustic Red. HEX triplet: 1B, 02 and 0D. RGB value is (27,2,13). Sum of RGB (Red+Green+Blue) = 27+2+13=42 (5% of max value = 765). Red value is 27 (10.94% from 255 or 64.29% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 27 - color contains mainly: red. Hex color #1B020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B020D is #E4FDF2. Grayscale: #0A0A0A. Windows color (decimal): -15007219 or 852507. OLE color: 852507.
HSL color Cylindrical-coordinate representation of color #1B020D: hue angle of 333.6º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B020D is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 2 | 13 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.89 |
| HSL | 333.6º | 0.86% | 0.06% | - |
| HSV(B) | 333.6º | 0.93% | 0.11% | - |
| XYZ | 0.55 | 0.31 | 0.41 | - |
| YUV | 10.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 13 | 0 | 0.93 | 0.52 | 0.89 | 333.6 | 0.86 | 0.06 |
| Hex | 1B | 2 | D | 0 | 5D | 34 | 59 | 14E | 56 | 6 |
| Octal | 33 | 2 | 15 | 0 | 135 | 64 | 131 | 516 | 126 | 6 |
| Binary | 11011 | 10 | 1101 | 0 | 1011101 | 110100 | 1011001 | 101001110 | 1010110 | 110 |
Color Harmonies of #1B020D
Complementary color
Monochromatic Colors of #1B020D
Black with #1B020D
Text Example
Text Example
White with #1B020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B020D; }
p { color: rgb(27,2,13); }
H1.HeaderClassName
{
color: #1B020D;
}
.AnyTagClassName
{
color: #1B020D;
}
</style>
background-color css
<style>
a { background-color: #1B020D; }
a { background-color: rgb(27,2,13); }
div.DivClassName
{
background-color: #1B020D;
}
.BgClassName
{
background-color: #1B020D;
}
</style>
border-color css
<style>
span { border-color: #1B020D; }
span { border-color: rgb(27,2,13); }
td.TdClassName
{
border-color: #1B020D;
}
.TagClassName
{
border-color: #1B020D;
}
</style>