Shades of Rustic Red #26000D
Tints of Rustic Red #26000D
RGB
CMYK
RGB Variations
Color information
#26000D (or 0x26000D) is known color: Rustic Red. HEX triplet: 26, 00 and 0D. RGB value is (38,0,13). Sum of RGB (Red+Green+Blue) = 38+0+13=51 (6% of max value = 765). Red value is 38 (15.23% from 255 or 74.51% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 38 - color contains mainly: red. Hex color #26000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26000D is #D9FFF2. Grayscale: #0C0C0C. Windows color (decimal): -14286835 or 852006. OLE color: 852006.
HSL color Cylindrical-coordinate representation of color #26000D: hue angle of 339.47º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26000D is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.66 | 0.85 |
| HSL | 339.47º | 1% | 0.07% | - |
| HSV(B) | 339.47º | 1% | 0.15% | - |
| XYZ | 0.87 | 0.44 | 0.42 | - |
| YUV | 12.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 13 | 0 | 1 | 0.66 | 0.85 | 339.47 | 1 | 0.07 |
| Hex | 26 | 0 | D | 0 | 64 | 42 | 55 | 153 | 64 | 7 |
| Octal | 46 | 0 | 15 | 0 | 144 | 102 | 125 | 523 | 144 | 7 |
| Binary | 100110 | 0 | 1101 | 0 | 1100100 | 1000010 | 1010101 | 101010011 | 1100100 | 111 |
Color Harmonies of #26000D
Complementary color
Monochromatic Colors of #26000D
Black with #26000D
Text Example
Text Example
White with #26000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26000D; }
p { color: rgb(38,0,13); }
H1.HeaderClassName
{
color: #26000D;
}
.AnyTagClassName
{
color: #26000D;
}
</style>
background-color css
<style>
a { background-color: #26000D; }
a { background-color: rgb(38,0,13); }
div.DivClassName
{
background-color: #26000D;
}
.BgClassName
{
background-color: #26000D;
}
</style>
border-color css
<style>
span { border-color: #26000D; }
span { border-color: rgb(38,0,13); }
td.TdClassName
{
border-color: #26000D;
}
.TagClassName
{
border-color: #26000D;
}
</style>