Shades of Rustic Red #26060C
Tints of Rustic Red #26060C
RGB
CMYK
RGB Variations
Color information
#26060C (or 0x26060C) is known color: Rustic Red. HEX triplet: 26, 06 and 0C. RGB value is (38,6,12). Sum of RGB (Red+Green+Blue) = 38+6+12=56 (7% of max value = 765). Red value is 38 (15.23% from 255 or 67.86% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 38 - color contains mainly: red. Hex color #26060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26060C is #D9F9F3. Grayscale: #101010. Windows color (decimal): -14285300 or 788006. OLE color: 788006.
HSL color Cylindrical-coordinate representation of color #26060C: hue angle of 348.75º 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 #26060C is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 6 | 12 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.85 |
| HSL | 348.75º | 0.73% | 0.09% | - |
| HSV(B) | 348.75º | 0.84% | 0.15% | - |
| XYZ | 0.93 | 0.57 | 0.41 | - |
| YUV | 16.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 6 | 12 | 0 | 0.84 | 0.68 | 0.85 | 348.75 | 0.73 | 0.09 |
| Hex | 26 | 6 | C | 0 | 54 | 44 | 55 | 15D | 49 | 9 |
| Octal | 46 | 6 | 14 | 0 | 124 | 104 | 125 | 535 | 111 | 11 |
| Binary | 100110 | 110 | 1100 | 0 | 1010100 | 1000100 | 1010101 | 101011101 | 1001001 | 1001 |
Color Harmonies of #26060C
Complementary color
Monochromatic Colors of #26060C
Black with #26060C
Text Example
Text Example
White with #26060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26060C; }
p { color: rgb(38,6,12); }
H1.HeaderClassName
{
color: #26060C;
}
.AnyTagClassName
{
color: #26060C;
}
</style>
background-color css
<style>
a { background-color: #26060C; }
a { background-color: rgb(38,6,12); }
div.DivClassName
{
background-color: #26060C;
}
.BgClassName
{
background-color: #26060C;
}
</style>
border-color css
<style>
span { border-color: #26060C; }
span { border-color: rgb(38,6,12); }
td.TdClassName
{
border-color: #26060C;
}
.TagClassName
{
border-color: #26060C;
}
</style>