Shades of Rustic Red #1B030D
Tints of Rustic Red #1B030D
RGB
CMYK
RGB Variations
Color information
#1B030D (or 0x1B030D) is known color: Rustic Red. HEX triplet: 1B, 03 and 0D. RGB value is (27,3,13). Sum of RGB (Red+Green+Blue) = 27+3+13=43 (5% of max value = 765). Red value is 27 (10.94% from 255 or 62.79% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 27 - color contains mainly: red. Hex color #1B030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B030D is #E4FCF2. Grayscale: #0B0B0B. Windows color (decimal): -15006963 or 852763. OLE color: 852763.
HSL color Cylindrical-coordinate representation of color #1B030D: hue angle of 335º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B030D is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 3 | 13 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.89 |
| HSL | 335º | 0.8% | 0.06% | - |
| HSV(B) | 335º | 0.89% | 0.11% | - |
| XYZ | 0.56 | 0.33 | 0.41 | - |
| YUV | 11.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 13 | 0 | 0.89 | 0.52 | 0.89 | 335 | 0.8 | 0.06 |
| Hex | 1B | 3 | D | 0 | 59 | 34 | 59 | 14F | 50 | 6 |
| Octal | 33 | 3 | 15 | 0 | 131 | 64 | 131 | 517 | 120 | 6 |
| Binary | 11011 | 11 | 1101 | 0 | 1011001 | 110100 | 1011001 | 101001111 | 1010000 | 110 |
Color Harmonies of #1B030D
Complementary color
Monochromatic Colors of #1B030D
Black with #1B030D
Text Example
Text Example
White with #1B030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B030D; }
p { color: rgb(27,3,13); }
H1.HeaderClassName
{
color: #1B030D;
}
.AnyTagClassName
{
color: #1B030D;
}
</style>
background-color css
<style>
a { background-color: #1B030D; }
a { background-color: rgb(27,3,13); }
div.DivClassName
{
background-color: #1B030D;
}
.BgClassName
{
background-color: #1B030D;
}
</style>
border-color css
<style>
span { border-color: #1B030D; }
span { border-color: rgb(27,3,13); }
td.TdClassName
{
border-color: #1B030D;
}
.TagClassName
{
border-color: #1B030D;
}
</style>