Shades of Rustic Red #260309
Tints of Rustic Red #260309
RGB
CMYK
RGB Variations
Color information
#260309 (or 0x260309) is known color: Rustic Red. HEX triplet: 26, 03 and 09. RGB value is (38,3,9). Sum of RGB (Red+Green+Blue) = 38+3+9=50 (6% of max value = 765). Red value is 38 (15.23% from 255 or 76% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 38 - color contains mainly: red. Hex color #260309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260309 is #D9FCF6. Grayscale: #0E0E0E. Windows color (decimal): -14286071 or 590630. OLE color: 590630.
HSL color Cylindrical-coordinate representation of color #260309: hue angle of 349.71º 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 #260309 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 3 | 9 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.85 |
| HSL | 349.71º | 0.85% | 0.08% | - |
| HSV(B) | 349.71º | 0.92% | 0.15% | - |
| XYZ | 0.88 | 0.5 | 0.31 | - |
| YUV | 14.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 9 | 0 | 0.92 | 0.76 | 0.85 | 349.71 | 0.85 | 0.08 |
| Hex | 26 | 3 | 9 | 0 | 5C | 4C | 55 | 15E | 55 | 8 |
| Octal | 46 | 3 | 11 | 0 | 134 | 114 | 125 | 536 | 125 | 10 |
| Binary | 100110 | 11 | 1001 | 0 | 1011100 | 1001100 | 1010101 | 101011110 | 1010101 | 1000 |
Color Harmonies of #260309
Complementary color
Monochromatic Colors of #260309
Black with #260309
Text Example
Text Example
White with #260309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260309; }
p { color: rgb(38,3,9); }
H1.HeaderClassName
{
color: #260309;
}
.AnyTagClassName
{
color: #260309;
}
</style>
background-color css
<style>
a { background-color: #260309; }
a { background-color: rgb(38,3,9); }
div.DivClassName
{
background-color: #260309;
}
.BgClassName
{
background-color: #260309;
}
</style>
border-color css
<style>
span { border-color: #260309; }
span { border-color: rgb(38,3,9); }
td.TdClassName
{
border-color: #260309;
}
.TagClassName
{
border-color: #260309;
}
</style>