Shades of Rustic Red #1B1011
Tints of Rustic Red #1B1011
RGB
CMYK
RGB Variations
Color information
#1B1011 (or 0x1B1011) is known color: Rustic Red. HEX triplet: 1B, 10 and 11. RGB value is (27,16,17). Sum of RGB (Red+Green+Blue) = 27+16+17=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1011 is #E4EFEE. Grayscale: #131313. Windows color (decimal): -15003631 or 1118235. OLE color: 1118235.
HSL color Cylindrical-coordinate representation of color #1B1011: hue angle of 354.55º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B1011 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 16 | 17 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.89 |
| HSL | 354.55º | 0.26% | 0.08% | - |
| HSV(B) | 354.55º | 0.41% | 0.11% | - |
| XYZ | 0.74 | 0.64 | 0.62 | - |
| YUV | 19.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 17 | 0 | 0.41 | 0.37 | 0.89 | 354.55 | 0.26 | 0.08 |
| Hex | 1B | 10 | 11 | 0 | 29 | 25 | 59 | 163 | 1A | 8 |
| Octal | 33 | 20 | 21 | 0 | 51 | 45 | 131 | 543 | 32 | 10 |
| Binary | 11011 | 10000 | 10001 | 0 | 101001 | 100101 | 1011001 | 101100011 | 11010 | 1000 |
Color Harmonies of #1B1011
Complementary color
Monochromatic Colors of #1B1011
Black with #1B1011
Text Example
Text Example
White with #1B1011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1011; }
p { color: rgb(27,16,17); }
H1.HeaderClassName
{
color: #1B1011;
}
.AnyTagClassName
{
color: #1B1011;
}
</style>
background-color css
<style>
a { background-color: #1B1011; }
a { background-color: rgb(27,16,17); }
div.DivClassName
{
background-color: #1B1011;
}
.BgClassName
{
background-color: #1B1011;
}
</style>
border-color css
<style>
span { border-color: #1B1011; }
span { border-color: rgb(27,16,17); }
td.TdClassName
{
border-color: #1B1011;
}
.TagClassName
{
border-color: #1B1011;
}
</style>