Shades of Rustic Red #10080B
Tints of Rustic Red #10080B
RGB
CMYK
RGB Variations
Color information
#10080B (or 0x10080B) is known color: Rustic Red. HEX triplet: 10, 08 and 0B. RGB value is (16,8,11). Sum of RGB (Red+Green+Blue) = 16+8+11=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 16 - color contains mainly: red. Hex color #10080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10080B is #EFF7F4. Grayscale: #0A0A0A. Windows color (decimal): -15726581 or 722960. OLE color: 722960.
HSL color Cylindrical-coordinate representation of color #10080B: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #10080B is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 8 | 11 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.94 |
| HSL | 337.5º | 0.33% | 0.05% | - |
| HSV(B) | 337.5º | 0.5% | 0.06% | - |
| XYZ | 0.36 | 0.31 | 0.36 | - |
| YUV | 10.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 11 | 0 | 0.50 | 0.31 | 0.94 | 337.5 | 0.33 | 0.05 |
| Hex | 10 | 8 | B | 0 | 32 | 1F | 5E | 152 | 21 | 5 |
| Octal | 20 | 10 | 13 | 0 | 62 | 37 | 136 | 522 | 41 | 5 |
| Binary | 10000 | 1000 | 1011 | 0 | 110010 | 11111 | 1011110 | 101010010 | 100001 | 101 |
Color Harmonies of #10080B
Complementary color
Monochromatic Colors of #10080B
Black with #10080B
Text Example
Text Example
White with #10080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10080B; }
p { color: rgb(16,8,11); }
H1.HeaderClassName
{
color: #10080B;
}
.AnyTagClassName
{
color: #10080B;
}
</style>
background-color css
<style>
a { background-color: #10080B; }
a { background-color: rgb(16,8,11); }
div.DivClassName
{
background-color: #10080B;
}
.BgClassName
{
background-color: #10080B;
}
</style>
border-color css
<style>
span { border-color: #10080B; }
span { border-color: rgb(16,8,11); }
td.TdClassName
{
border-color: #10080B;
}
.TagClassName
{
border-color: #10080B;
}
</style>