Shades of Rustic Red #1B0912
Tints of Rustic Red #1B0912
RGB
CMYK
RGB Variations
Color information
#1B0912 (or 0x1B0912) is known color: Rustic Red. HEX triplet: 1B, 09 and 12. RGB value is (27,9,18). Sum of RGB (Red+Green+Blue) = 27+9+18=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0912 is #E4F6ED. Grayscale: #0F0F0F. Windows color (decimal): -15005422 or 1181979. OLE color: 1181979.
HSL color Cylindrical-coordinate representation of color #1B0912: hue angle of 330º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B0912 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 9 | 18 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.89 |
| HSL | 330º | 0.5% | 0.07% | - |
| HSV(B) | 330º | 0.67% | 0.11% | - |
| XYZ | 0.66 | 0.47 | 0.63 | - |
| YUV | 15.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 9 | 18 | 0 | 0.67 | 0.33 | 0.89 | 330 | 0.5 | 0.07 |
| Hex | 1B | 9 | 12 | 0 | 43 | 21 | 59 | 14A | 32 | 7 |
| Octal | 33 | 11 | 22 | 0 | 103 | 41 | 131 | 512 | 62 | 7 |
| Binary | 11011 | 1001 | 10010 | 0 | 1000011 | 100001 | 1011001 | 101001010 | 110010 | 111 |
Color Harmonies of #1B0912
Complementary color
Monochromatic Colors of #1B0912
Black with #1B0912
Text Example
Text Example
White with #1B0912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0912; }
p { color: rgb(27,9,18); }
H1.HeaderClassName
{
color: #1B0912;
}
.AnyTagClassName
{
color: #1B0912;
}
</style>
background-color css
<style>
a { background-color: #1B0912; }
a { background-color: rgb(27,9,18); }
div.DivClassName
{
background-color: #1B0912;
}
.BgClassName
{
background-color: #1B0912;
}
</style>
border-color css
<style>
span { border-color: #1B0912; }
span { border-color: rgb(27,9,18); }
td.TdClassName
{
border-color: #1B0912;
}
.TagClassName
{
border-color: #1B0912;
}
</style>