Shades of Rustic Red #260509
Tints of Rustic Red #260509
RGB
CMYK
RGB Variations
Color information
#260509 (or 0x260509) is known color: Rustic Red. HEX triplet: 26, 05 and 09. RGB value is (38,5,9). Sum of RGB (Red+Green+Blue) = 38+5+9=52 (6% of max value = 765). Red value is 38 (15.23% from 255 or 73.08% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 38 - color contains mainly: red. Hex color #260509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260509 is #D9FAF6. Grayscale: #0F0F0F. Windows color (decimal): -14285559 or 591142. OLE color: 591142.
HSL color Cylindrical-coordinate representation of color #260509: hue angle of 352.73º 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 #260509 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 5 | 9 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.85 |
| HSL | 352.73º | 0.77% | 0.08% | - |
| HSV(B) | 352.73º | 0.87% | 0.15% | - |
| XYZ | 0.9 | 0.54 | 0.32 | - |
| YUV | 15.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 9 | 0 | 0.87 | 0.76 | 0.85 | 352.73 | 0.77 | 0.08 |
| Hex | 26 | 5 | 9 | 0 | 57 | 4C | 55 | 161 | 4D | 8 |
| Octal | 46 | 5 | 11 | 0 | 127 | 114 | 125 | 541 | 115 | 10 |
| Binary | 100110 | 101 | 1001 | 0 | 1010111 | 1001100 | 1010101 | 101100001 | 1001101 | 1000 |
Color Harmonies of #260509
Complementary color
Monochromatic Colors of #260509
Black with #260509
Text Example
Text Example
White with #260509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260509; }
p { color: rgb(38,5,9); }
H1.HeaderClassName
{
color: #260509;
}
.AnyTagClassName
{
color: #260509;
}
</style>
background-color css
<style>
a { background-color: #260509; }
a { background-color: rgb(38,5,9); }
div.DivClassName
{
background-color: #260509;
}
.BgClassName
{
background-color: #260509;
}
</style>
border-color css
<style>
span { border-color: #260509; }
span { border-color: rgb(38,5,9); }
td.TdClassName
{
border-color: #260509;
}
.TagClassName
{
border-color: #260509;
}
</style>