Shades of Rustic Red #100506
Tints of Rustic Red #100506
RGB
CMYK
RGB Variations
Color information
#100506 (or 0x100506) is known color: Rustic Red. HEX triplet: 10, 05 and 06. RGB value is (16,5,6). Sum of RGB (Red+Green+Blue) = 16+5+6=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #100506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100506 is #EFFAF9. Grayscale: #080808. Windows color (decimal): -15727354 or 394512. OLE color: 394512.
HSL color Cylindrical-coordinate representation of color #100506: hue angle of 354.55º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #100506 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 5 | 6 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.94 |
| HSL | 354.55º | 0.52% | 0.04% | - |
| HSV(B) | 354.55º | 0.69% | 0.06% | - |
| XYZ | 0.3 | 0.23 | 0.2 | - |
| YUV | 8.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 6 | 0 | 0.69 | 0.62 | 0.94 | 354.55 | 0.52 | 0.04 |
| Hex | 10 | 5 | 6 | 0 | 45 | 3E | 5E | 163 | 34 | 4 |
| Octal | 20 | 5 | 6 | 0 | 105 | 76 | 136 | 543 | 64 | 4 |
| Binary | 10000 | 101 | 110 | 0 | 1000101 | 111110 | 1011110 | 101100011 | 110100 | 100 |
Color Harmonies of #100506
Complementary color
Monochromatic Colors of #100506
Black with #100506
Text Example
Text Example
White with #100506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100506; }
p { color: rgb(16,5,6); }
H1.HeaderClassName
{
color: #100506;
}
.AnyTagClassName
{
color: #100506;
}
</style>
background-color css
<style>
a { background-color: #100506; }
a { background-color: rgb(16,5,6); }
div.DivClassName
{
background-color: #100506;
}
.BgClassName
{
background-color: #100506;
}
</style>
border-color css
<style>
span { border-color: #100506; }
span { border-color: rgb(16,5,6); }
td.TdClassName
{
border-color: #100506;
}
.TagClassName
{
border-color: #100506;
}
</style>