Shades of Rustic Red #26060B
Tints of Rustic Red #26060B
RGB
CMYK
RGB Variations
Color information
#26060B (or 0x26060B) is known color: Rustic Red. HEX triplet: 26, 06 and 0B. RGB value is (38,6,11). Sum of RGB (Red+Green+Blue) = 38+6+11=55 (7% of max value = 765). Red value is 38 (15.23% from 255 or 69.09% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 38 - color contains mainly: red. Hex color #26060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26060B is #D9F9F4. Grayscale: #101010. Windows color (decimal): -14285301 or 722470. OLE color: 722470.
HSL color Cylindrical-coordinate representation of color #26060B: hue angle of 350.62º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26060B is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 6 | 11 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.85 |
| HSL | 350.63º | 0.73% | 0.09% | - |
| HSV(B) | 350.63º | 0.84% | 0.15% | - |
| XYZ | 0.92 | 0.57 | 0.38 | - |
| YUV | 16.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 6 | 11 | 0 | 0.84 | 0.71 | 0.85 | 350.63 | 0.73 | 0.09 |
| Hex | 26 | 6 | B | 0 | 54 | 47 | 55 | 15F | 49 | 9 |
| Octal | 46 | 6 | 13 | 0 | 124 | 107 | 125 | 537 | 111 | 11 |
| Binary | 100110 | 110 | 1011 | 0 | 1010100 | 1000111 | 1010101 | 101011111 | 1001001 | 1001 |
Color Harmonies of #26060B
Complementary color
Monochromatic Colors of #26060B
Black with #26060B
Text Example
Text Example
White with #26060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26060B; }
p { color: rgb(38,6,11); }
H1.HeaderClassName
{
color: #26060B;
}
.AnyTagClassName
{
color: #26060B;
}
</style>
background-color css
<style>
a { background-color: #26060B; }
a { background-color: rgb(38,6,11); }
div.DivClassName
{
background-color: #26060B;
}
.BgClassName
{
background-color: #26060B;
}
</style>
border-color css
<style>
span { border-color: #26060B; }
span { border-color: rgb(38,6,11); }
td.TdClassName
{
border-color: #26060B;
}
.TagClassName
{
border-color: #26060B;
}
</style>