Shades of Rustic Red #1B0405
Tints of Rustic Red #1B0405
RGB
CMYK
RGB Variations
Color information
#1B0405 (or 0x1B0405) is known color: Rustic Red. HEX triplet: 1B, 04 and 05. RGB value is (27,4,5). Sum of RGB (Red+Green+Blue) = 27+4+5=36 (4% of max value = 765). Red value is 27 (10.94% from 255 or 75% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0405 is #E4FBFA. Grayscale: #0B0B0B. Windows color (decimal): -15006715 or 328731. OLE color: 328731.
HSL color Cylindrical-coordinate representation of color #1B0405: hue angle of 357.39º 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 #1B0405 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 4 | 5 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.89 |
| HSL | 357.39º | 0.74% | 0.06% | - |
| HSV(B) | 357.39º | 0.85% | 0.11% | - |
| XYZ | 0.52 | 0.33 | 0.18 | - |
| YUV | 10.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 4 | 5 | 0 | 0.85 | 0.81 | 0.89 | 357.39 | 0.74 | 0.06 |
| Hex | 1B | 4 | 5 | 0 | 55 | 51 | 59 | 165 | 4A | 6 |
| Octal | 33 | 4 | 5 | 0 | 125 | 121 | 131 | 545 | 112 | 6 |
| Binary | 11011 | 100 | 101 | 0 | 1010101 | 1010001 | 1011001 | 101100101 | 1001010 | 110 |
Color Harmonies of #1B0405
Complementary color
Monochromatic Colors of #1B0405
Black with #1B0405
Text Example
Text Example
White with #1B0405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0405; }
p { color: rgb(27,4,5); }
H1.HeaderClassName
{
color: #1B0405;
}
.AnyTagClassName
{
color: #1B0405;
}
</style>
background-color css
<style>
a { background-color: #1B0405; }
a { background-color: rgb(27,4,5); }
div.DivClassName
{
background-color: #1B0405;
}
.BgClassName
{
background-color: #1B0405;
}
</style>
border-color css
<style>
span { border-color: #1B0405; }
span { border-color: rgb(27,4,5); }
td.TdClassName
{
border-color: #1B0405;
}
.TagClassName
{
border-color: #1B0405;
}
</style>