Shades of Rustic Red #1B000A
Tints of Rustic Red #1B000A
RGB
CMYK
RGB Variations
Color information
#1B000A (or 0x1B000A) is known color: Rustic Red. HEX triplet: 1B, 00 and 0A. RGB value is (27,0,10). Sum of RGB (Red+Green+Blue) = 27+0+10=37 (4% of max value = 765). Red value is 27 (10.94% from 255 or 72.97% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 27 - color contains mainly: red. Hex color #1B000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B000A is #E4FFF5. Grayscale: #090909. Windows color (decimal): -15007734 or 655387. OLE color: 655387.
HSL color Cylindrical-coordinate representation of color #1B000A: hue angle of 337.78º 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 #1B000A is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.63 | 0.89 |
| HSL | 337.78º | 1% | 0.05% | - |
| HSV(B) | 337.78º | 1% | 0.11% | - |
| XYZ | 0.51 | 0.25 | 0.31 | - |
| YUV | 9.21 | 128.45 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 10 | 0 | 1 | 0.63 | 0.89 | 337.78 | 1 | 0.05 |
| Hex | 1B | 0 | A | 0 | 64 | 3F | 59 | 152 | 64 | 5 |
| Octal | 33 | 0 | 12 | 0 | 144 | 77 | 131 | 522 | 144 | 5 |
| Binary | 11011 | 0 | 1010 | 0 | 1100100 | 111111 | 1011001 | 101010010 | 1100100 | 101 |
Color Harmonies of #1B000A
Complementary color
Monochromatic Colors of #1B000A
Black with #1B000A
Text Example
Text Example
White with #1B000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B000A; }
p { color: rgb(27,0,10); }
H1.HeaderClassName
{
color: #1B000A;
}
.AnyTagClassName
{
color: #1B000A;
}
</style>
background-color css
<style>
a { background-color: #1B000A; }
a { background-color: rgb(27,0,10); }
div.DivClassName
{
background-color: #1B000A;
}
.BgClassName
{
background-color: #1B000A;
}
</style>
border-color css
<style>
span { border-color: #1B000A; }
span { border-color: rgb(27,0,10); }
td.TdClassName
{
border-color: #1B000A;
}
.TagClassName
{
border-color: #1B000A;
}
</style>