Shades of Rustic Red #1B0002
Tints of Rustic Red #1B0002
RGB
CMYK
RGB Variations
Color information
#1B0002 (or 0x1B0002) is known color: Rustic Red. HEX triplet: 1B, 00 and 02. RGB value is (27,0,2). Sum of RGB (Red+Green+Blue) = 27+0+2=29 (3% of max value = 765). Red value is 27 (10.94% from 255 or 93.10% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 2 (1.17% from 255 or 6.90% from 29); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0002 is #E4FFFD. Grayscale: #080808. Windows color (decimal): -15007742 or 131099. OLE color: 131099.
HSL color Cylindrical-coordinate representation of color #1B0002: hue angle of 355.56º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B0002 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.93 | 0.89 |
| HSL | 355.56º | 1% | 0.05% | - |
| HSV(B) | 355.56º | 1% | 0.11% | - |
| XYZ | 0.46 | 0.24 | 0.08 | - |
| YUV | 8.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 2 | 0 | 1 | 0.93 | 0.89 | 355.56 | 1 | 0.05 |
| Hex | 1B | 0 | 2 | 0 | 64 | 5D | 59 | 164 | 64 | 5 |
| Octal | 33 | 0 | 2 | 0 | 144 | 135 | 131 | 544 | 144 | 5 |
| Binary | 11011 | 0 | 10 | 0 | 1100100 | 1011101 | 1011001 | 101100100 | 1100100 | 101 |
Color Harmonies of #1B0002
Complementary color
Monochromatic Colors of #1B0002
Black with #1B0002
Text Example
Text Example
White with #1B0002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0002; }
p { color: rgb(27,0,2); }
H1.HeaderClassName
{
color: #1B0002;
}
.AnyTagClassName
{
color: #1B0002;
}
</style>
background-color css
<style>
a { background-color: #1B0002; }
a { background-color: rgb(27,0,2); }
div.DivClassName
{
background-color: #1B0002;
}
.BgClassName
{
background-color: #1B0002;
}
</style>
border-color css
<style>
span { border-color: #1B0002; }
span { border-color: rgb(27,0,2); }
td.TdClassName
{
border-color: #1B0002;
}
.TagClassName
{
border-color: #1B0002;
}
</style>