Shades of Rustic Red #260209
Tints of Rustic Red #260209
RGB
CMYK
RGB Variations
Color information
#260209 (or 0x260209) is known color: Rustic Red. HEX triplet: 26, 02 and 09. RGB value is (38,2,9). Sum of RGB (Red+Green+Blue) = 38+2+9=49 (6% of max value = 765). Red value is 38 (15.23% from 255 or 77.55% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 38 - color contains mainly: red. Hex color #260209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260209 is #D9FDF6. Grayscale: #0D0D0D. Windows color (decimal): -14286327 or 590374. OLE color: 590374.
HSL color Cylindrical-coordinate representation of color #260209: hue angle of 348.33º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260209 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 2 | 9 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.85 |
| HSL | 348.33º | 0.9% | 0.08% | - |
| HSV(B) | 348.33º | 0.95% | 0.15% | - |
| XYZ | 0.87 | 0.48 | 0.3 | - |
| YUV | 13.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 2 | 9 | 0 | 0.95 | 0.76 | 0.85 | 348.33 | 0.9 | 0.08 |
| Hex | 26 | 2 | 9 | 0 | 5F | 4C | 55 | 15C | 5A | 8 |
| Octal | 46 | 2 | 11 | 0 | 137 | 114 | 125 | 534 | 132 | 10 |
| Binary | 100110 | 10 | 1001 | 0 | 1011111 | 1001100 | 1010101 | 101011100 | 1011010 | 1000 |
Color Harmonies of #260209
Complementary color
Monochromatic Colors of #260209
Black with #260209
Text Example
Text Example
White with #260209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260209; }
p { color: rgb(38,2,9); }
H1.HeaderClassName
{
color: #260209;
}
.AnyTagClassName
{
color: #260209;
}
</style>
background-color css
<style>
a { background-color: #260209; }
a { background-color: rgb(38,2,9); }
div.DivClassName
{
background-color: #260209;
}
.BgClassName
{
background-color: #260209;
}
</style>
border-color css
<style>
span { border-color: #260209; }
span { border-color: rgb(38,2,9); }
td.TdClassName
{
border-color: #260209;
}
.TagClassName
{
border-color: #260209;
}
</style>