Shades of Rustic Red #1B1012
Tints of Rustic Red #1B1012
RGB
CMYK
RGB Variations
Color information
#1B1012 (or 0x1B1012) is known color: Rustic Red. HEX triplet: 1B, 10 and 12. RGB value is (27,16,18). Sum of RGB (Red+Green+Blue) = 27+16+18=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1012 is #E4EFED. Grayscale: #131313. Windows color (decimal): -15003630 or 1183771. OLE color: 1183771.
HSL color Cylindrical-coordinate representation of color #1B1012: hue angle of 349.09º 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 #1B1012 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 16 | 18 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.89 |
| HSL | 349.09º | 0.26% | 0.08% | - |
| HSV(B) | 349.09º | 0.41% | 0.11% | - |
| XYZ | 0.75 | 0.65 | 0.66 | - |
| YUV | 19.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 18 | 0 | 0.41 | 0.33 | 0.89 | 349.09 | 0.26 | 0.08 |
| Hex | 1B | 10 | 12 | 0 | 29 | 21 | 59 | 15D | 1A | 8 |
| Octal | 33 | 20 | 22 | 0 | 51 | 41 | 131 | 535 | 32 | 10 |
| Binary | 11011 | 10000 | 10010 | 0 | 101001 | 100001 | 1011001 | 101011101 | 11010 | 1000 |
Color Harmonies of #1B1012
Complementary color
Monochromatic Colors of #1B1012
Black with #1B1012
Text Example
Text Example
White with #1B1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1012; }
p { color: rgb(27,16,18); }
H1.HeaderClassName
{
color: #1B1012;
}
.AnyTagClassName
{
color: #1B1012;
}
</style>
background-color css
<style>
a { background-color: #1B1012; }
a { background-color: rgb(27,16,18); }
div.DivClassName
{
background-color: #1B1012;
}
.BgClassName
{
background-color: #1B1012;
}
</style>
border-color css
<style>
span { border-color: #1B1012; }
span { border-color: rgb(27,16,18); }
td.TdClassName
{
border-color: #1B1012;
}
.TagClassName
{
border-color: #1B1012;
}
</style>