Shades of Rustic Red #1B090F
Tints of Rustic Red #1B090F
RGB
CMYK
RGB Variations
Color information
#1B090F (or 0x1B090F) is known color: Rustic Red. HEX triplet: 1B, 09 and 0F. RGB value is (27,9,15). Sum of RGB (Red+Green+Blue) = 27+9+15=51 (6% of max value = 765). Red value is 27 (10.94% from 255 or 52.94% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 27 - color contains mainly: red. Hex color #1B090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B090F is #E4F6F0. Grayscale: #0F0F0F. Windows color (decimal): -15005425 or 985371. OLE color: 985371.
HSL color Cylindrical-coordinate representation of color #1B090F: hue angle of 340º 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 #1B090F is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 9 | 15 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.89 |
| HSL | 340º | 0.5% | 0.07% | - |
| HSV(B) | 340º | 0.67% | 0.11% | - |
| XYZ | 0.64 | 0.46 | 0.51 | - |
| YUV | 15.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 9 | 15 | 0 | 0.67 | 0.44 | 0.89 | 340 | 0.5 | 0.07 |
| Hex | 1B | 9 | F | 0 | 43 | 2C | 59 | 154 | 32 | 7 |
| Octal | 33 | 11 | 17 | 0 | 103 | 54 | 131 | 524 | 62 | 7 |
| Binary | 11011 | 1001 | 1111 | 0 | 1000011 | 101100 | 1011001 | 101010100 | 110010 | 111 |
Color Harmonies of #1B090F
Complementary color
Monochromatic Colors of #1B090F
Black with #1B090F
Text Example
Text Example
White with #1B090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B090F; }
p { color: rgb(27,9,15); }
H1.HeaderClassName
{
color: #1B090F;
}
.AnyTagClassName
{
color: #1B090F;
}
</style>
background-color css
<style>
a { background-color: #1B090F; }
a { background-color: rgb(27,9,15); }
div.DivClassName
{
background-color: #1B090F;
}
.BgClassName
{
background-color: #1B090F;
}
</style>
border-color css
<style>
span { border-color: #1B090F; }
span { border-color: rgb(27,9,15); }
td.TdClassName
{
border-color: #1B090F;
}
.TagClassName
{
border-color: #1B090F;
}
</style>