Shades of Rustic Red #26000B
Tints of Rustic Red #26000B
RGB
CMYK
RGB Variations
Color information
#26000B (or 0x26000B) is known color: Rustic Red. HEX triplet: 26, 00 and 0B. RGB value is (38,0,11). Sum of RGB (Red+Green+Blue) = 38+0+11=49 (6% of max value = 765). Red value is 38 (15.23% from 255 or 77.55% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 38 - color contains mainly: red. Hex color #26000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26000B is #D9FFF4. Grayscale: #0C0C0C. Windows color (decimal): -14286837 or 720934. OLE color: 720934.
HSL color Cylindrical-coordinate representation of color #26000B: hue angle of 342.63º 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 #26000B is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.71 | 0.85 |
| HSL | 342.63º | 1% | 0.07% | - |
| HSV(B) | 342.63º | 1% | 0.15% | - |
| XYZ | 0.86 | 0.44 | 0.36 | - |
| YUV | 12.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 11 | 0 | 1 | 0.71 | 0.85 | 342.63 | 1 | 0.07 |
| Hex | 26 | 0 | B | 0 | 64 | 47 | 55 | 157 | 64 | 7 |
| Octal | 46 | 0 | 13 | 0 | 144 | 107 | 125 | 527 | 144 | 7 |
| Binary | 100110 | 0 | 1011 | 0 | 1100100 | 1000111 | 1010101 | 101010111 | 1100100 | 111 |
Color Harmonies of #26000B
Complementary color
Monochromatic Colors of #26000B
Black with #26000B
Text Example
Text Example
White with #26000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26000B; }
p { color: rgb(38,0,11); }
H1.HeaderClassName
{
color: #26000B;
}
.AnyTagClassName
{
color: #26000B;
}
</style>
background-color css
<style>
a { background-color: #26000B; }
a { background-color: rgb(38,0,11); }
div.DivClassName
{
background-color: #26000B;
}
.BgClassName
{
background-color: #26000B;
}
</style>
border-color css
<style>
span { border-color: #26000B; }
span { border-color: rgb(38,0,11); }
td.TdClassName
{
border-color: #26000B;
}
.TagClassName
{
border-color: #26000B;
}
</style>