Shades of Rustic Red #260511
Tints of Rustic Red #260511
RGB
CMYK
RGB Variations
Color information
#260511 (or 0x260511) is known color: Rustic Red. HEX triplet: 26, 05 and 11. RGB value is (38,5,17). Sum of RGB (Red+Green+Blue) = 38+5+17=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #260511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260511 is #D9FAEE. Grayscale: #101010. Windows color (decimal): -14285551 or 1115430. OLE color: 1115430.
HSL color Cylindrical-coordinate representation of color #260511: hue angle of 338.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 #260511 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 5 | 17 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.85 |
| HSL | 338.18º | 0.77% | 0.08% | - |
| HSV(B) | 338.18º | 0.87% | 0.15% | - |
| XYZ | 0.95 | 0.56 | 0.59 | - |
| YUV | 16.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 17 | 0 | 0.87 | 0.55 | 0.85 | 338.18 | 0.77 | 0.08 |
| Hex | 26 | 5 | 11 | 0 | 57 | 37 | 55 | 152 | 4D | 8 |
| Octal | 46 | 5 | 21 | 0 | 127 | 67 | 125 | 522 | 115 | 10 |
| Binary | 100110 | 101 | 10001 | 0 | 1010111 | 110111 | 1010101 | 101010010 | 1001101 | 1000 |
Color Harmonies of #260511
Complementary color
Monochromatic Colors of #260511
Black with #260511
Text Example
Text Example
White with #260511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260511; }
p { color: rgb(38,5,17); }
H1.HeaderClassName
{
color: #260511;
}
.AnyTagClassName
{
color: #260511;
}
</style>
background-color css
<style>
a { background-color: #260511; }
a { background-color: rgb(38,5,17); }
div.DivClassName
{
background-color: #260511;
}
.BgClassName
{
background-color: #260511;
}
</style>
border-color css
<style>
span { border-color: #260511; }
span { border-color: rgb(38,5,17); }
td.TdClassName
{
border-color: #260511;
}
.TagClassName
{
border-color: #260511;
}
</style>