Shades of Rustic Red #1B080A
Tints of Rustic Red #1B080A
RGB
CMYK
RGB Variations
Color information
#1B080A (or 0x1B080A) is known color: Rustic Red. HEX triplet: 1B, 08 and 0A. RGB value is (27,8,10). Sum of RGB (Red+Green+Blue) = 27+8+10=45 (5% of max value = 765). Red value is 27 (10.94% from 255 or 60% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 27 - color contains mainly: red. Hex color #1B080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B080A is #E4F7F5. Grayscale: #0D0D0D. Windows color (decimal): -15005686 or 657435. OLE color: 657435.
HSL color Cylindrical-coordinate representation of color #1B080A: hue angle of 353.68º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B080A is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 8 | 10 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.89 |
| HSL | 353.68º | 0.54% | 0.07% | - |
| HSV(B) | 353.68º | 0.7% | 0.11% | - |
| XYZ | 0.59 | 0.43 | 0.34 | - |
| YUV | 13.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 10 | 0 | 0.70 | 0.63 | 0.89 | 353.68 | 0.54 | 0.07 |
| Hex | 1B | 8 | A | 0 | 46 | 3F | 59 | 162 | 36 | 7 |
| Octal | 33 | 10 | 12 | 0 | 106 | 77 | 131 | 542 | 66 | 7 |
| Binary | 11011 | 1000 | 1010 | 0 | 1000110 | 111111 | 1011001 | 101100010 | 110110 | 111 |
Color Harmonies of #1B080A
Complementary color
Monochromatic Colors of #1B080A
Black with #1B080A
Text Example
Text Example
White with #1B080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B080A; }
p { color: rgb(27,8,10); }
H1.HeaderClassName
{
color: #1B080A;
}
.AnyTagClassName
{
color: #1B080A;
}
</style>
background-color css
<style>
a { background-color: #1B080A; }
a { background-color: rgb(27,8,10); }
div.DivClassName
{
background-color: #1B080A;
}
.BgClassName
{
background-color: #1B080A;
}
</style>
border-color css
<style>
span { border-color: #1B080A; }
span { border-color: rgb(27,8,10); }
td.TdClassName
{
border-color: #1B080A;
}
.TagClassName
{
border-color: #1B080A;
}
</style>