Shades of Rustic Red #260305
Tints of Rustic Red #260305
RGB
CMYK
RGB Variations
Color information
#260305 (or 0x260305) is known color: Rustic Red. HEX triplet: 26, 03 and 05. RGB value is (38,3,5). Sum of RGB (Red+Green+Blue) = 38+3+5=46 (6% of max value = 765). Red value is 38 (15.23% from 255 or 82.61% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 38 - color contains mainly: red. Hex color #260305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260305 is #D9FCFA. Grayscale: #0D0D0D. Windows color (decimal): -14286075 or 328486. OLE color: 328486.
HSL color Cylindrical-coordinate representation of color #260305: hue angle of 356.57º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260305 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 3 | 5 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.85 |
| HSL | 356.57º | 0.85% | 0.08% | - |
| HSV(B) | 356.57º | 0.92% | 0.15% | - |
| XYZ | 0.86 | 0.49 | 0.19 | - |
| YUV | 13.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 5 | 0 | 0.92 | 0.87 | 0.85 | 356.57 | 0.85 | 0.08 |
| Hex | 26 | 3 | 5 | 0 | 5C | 57 | 55 | 165 | 55 | 8 |
| Octal | 46 | 3 | 5 | 0 | 134 | 127 | 125 | 545 | 125 | 10 |
| Binary | 100110 | 11 | 101 | 0 | 1011100 | 1010111 | 1010101 | 101100101 | 1010101 | 1000 |
Color Harmonies of #260305
Complementary color
Monochromatic Colors of #260305
Black with #260305
Text Example
Text Example
White with #260305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260305; }
p { color: rgb(38,3,5); }
H1.HeaderClassName
{
color: #260305;
}
.AnyTagClassName
{
color: #260305;
}
</style>
background-color css
<style>
a { background-color: #260305; }
a { background-color: rgb(38,3,5); }
div.DivClassName
{
background-color: #260305;
}
.BgClassName
{
background-color: #260305;
}
</style>
border-color css
<style>
span { border-color: #260305; }
span { border-color: rgb(38,3,5); }
td.TdClassName
{
border-color: #260305;
}
.TagClassName
{
border-color: #260305;
}
</style>