Shades of Rustic Red #1B0103
Tints of Rustic Red #1B0103
RGB
CMYK
RGB Variations
Color information
#1B0103 (or 0x1B0103) is known color: Rustic Red. HEX triplet: 1B, 01 and 03. RGB value is (27,1,3). Sum of RGB (Red+Green+Blue) = 27+1+3=31 (4% of max value = 765). Red value is 27 (10.94% from 255 or 87.10% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0103 is #E4FEFC. Grayscale: #090909. Windows color (decimal): -15007485 or 196891. OLE color: 196891.
HSL color Cylindrical-coordinate representation of color #1B0103: hue angle of 355.38º 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 #1B0103 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 1 | 3 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.89 |
| HSL | 355.38º | 0.93% | 0.05% | - |
| HSV(B) | 355.38º | 0.96% | 0.11% | - |
| XYZ | 0.48 | 0.26 | 0.11 | - |
| YUV | 9 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 3 | 0 | 0.96 | 0.89 | 0.89 | 355.38 | 0.93 | 0.05 |
| Hex | 1B | 1 | 3 | 0 | 60 | 59 | 59 | 163 | 5D | 5 |
| Octal | 33 | 1 | 3 | 0 | 140 | 131 | 131 | 543 | 135 | 5 |
| Binary | 11011 | 1 | 11 | 0 | 1100000 | 1011001 | 1011001 | 101100011 | 1011101 | 101 |
Color Harmonies of #1B0103
Complementary color
Monochromatic Colors of #1B0103
Black with #1B0103
Text Example
Text Example
White with #1B0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0103; }
p { color: rgb(27,1,3); }
H1.HeaderClassName
{
color: #1B0103;
}
.AnyTagClassName
{
color: #1B0103;
}
</style>
background-color css
<style>
a { background-color: #1B0103; }
a { background-color: rgb(27,1,3); }
div.DivClassName
{
background-color: #1B0103;
}
.BgClassName
{
background-color: #1B0103;
}
</style>
border-color css
<style>
span { border-color: #1B0103; }
span { border-color: rgb(27,1,3); }
td.TdClassName
{
border-color: #1B0103;
}
.TagClassName
{
border-color: #1B0103;
}
</style>