Shades of Rustic Red #260506
Tints of Rustic Red #260506
RGB
CMYK
RGB Variations
Color information
#260506 (or 0x260506) is known color: Rustic Red. HEX triplet: 26, 05 and 06. RGB value is (38,5,6). Sum of RGB (Red+Green+Blue) = 38+5+6=49 (6% of max value = 765). Red value is 38 (15.23% from 255 or 77.55% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 38 - color contains mainly: red. Hex color #260506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260506 is #D9FAF9. Grayscale: #0F0F0F. Windows color (decimal): -14285562 or 394534. OLE color: 394534.
HSL color Cylindrical-coordinate representation of color #260506: hue angle of 358.18º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260506 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 5 | 6 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.85 |
| HSL | 358.18º | 0.77% | 0.08% | - |
| HSV(B) | 358.18º | 0.87% | 0.15% | - |
| XYZ | 0.89 | 0.53 | 0.23 | - |
| YUV | 14.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 6 | 0 | 0.87 | 0.84 | 0.85 | 358.18 | 0.77 | 0.08 |
| Hex | 26 | 5 | 6 | 0 | 57 | 54 | 55 | 166 | 4D | 8 |
| Octal | 46 | 5 | 6 | 0 | 127 | 124 | 125 | 546 | 115 | 10 |
| Binary | 100110 | 101 | 110 | 0 | 1010111 | 1010100 | 1010101 | 101100110 | 1001101 | 1000 |
Color Harmonies of #260506
Complementary color
Monochromatic Colors of #260506
Black with #260506
Text Example
Text Example
White with #260506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260506; }
p { color: rgb(38,5,6); }
H1.HeaderClassName
{
color: #260506;
}
.AnyTagClassName
{
color: #260506;
}
</style>
background-color css
<style>
a { background-color: #260506; }
a { background-color: rgb(38,5,6); }
div.DivClassName
{
background-color: #260506;
}
.BgClassName
{
background-color: #260506;
}
</style>
border-color css
<style>
span { border-color: #260506; }
span { border-color: rgb(38,5,6); }
td.TdClassName
{
border-color: #260506;
}
.TagClassName
{
border-color: #260506;
}
</style>