Shades of Rustic Red #1B040D
Tints of Rustic Red #1B040D
RGB
CMYK
RGB Variations
Color information
#1B040D (or 0x1B040D) is known color: Rustic Red. HEX triplet: 1B, 04 and 0D. RGB value is (27,4,13). Sum of RGB (Red+Green+Blue) = 27+4+13=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B040D is #E4FBF2. Grayscale: #0B0B0B. Windows color (decimal): -15006707 or 853019. OLE color: 853019.
HSL color Cylindrical-coordinate representation of color #1B040D: hue angle of 336.52º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B040D is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 4 | 13 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.89 |
| HSL | 336.52º | 0.74% | 0.06% | - |
| HSV(B) | 336.52º | 0.85% | 0.11% | - |
| XYZ | 0.57 | 0.35 | 0.42 | - |
| YUV | 11.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 13 | 0 | 0.85 | 0.52 | 0.89 | 336.52 | 0.74 | 0.06 |
| Hex | 1B | 4 | D | 0 | 55 | 34 | 59 | 151 | 4A | 6 |
| Octal | 33 | 4 | 15 | 0 | 125 | 64 | 131 | 521 | 112 | 6 |
| Binary | 11011 | 100 | 1101 | 0 | 1010101 | 110100 | 1011001 | 101010001 | 1001010 | 110 |
Color Harmonies of #1B040D
Complementary color
Monochromatic Colors of #1B040D
Black with #1B040D
Text Example
Text Example
White with #1B040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B040D; }
p { color: rgb(27,4,13); }
H1.HeaderClassName
{
color: #1B040D;
}
.AnyTagClassName
{
color: #1B040D;
}
</style>
background-color css
<style>
a { background-color: #1B040D; }
a { background-color: rgb(27,4,13); }
div.DivClassName
{
background-color: #1B040D;
}
.BgClassName
{
background-color: #1B040D;
}
</style>
border-color css
<style>
span { border-color: #1B040D; }
span { border-color: rgb(27,4,13); }
td.TdClassName
{
border-color: #1B040D;
}
.TagClassName
{
border-color: #1B040D;
}
</style>