Shades of Rustic Red #26050F
Tints of Rustic Red #26050F
RGB
CMYK
RGB Variations
Color information
#26050F (or 0x26050F) is known color: Rustic Red. HEX triplet: 26, 05 and 0F. RGB value is (38,5,15). Sum of RGB (Red+Green+Blue) = 38+5+15=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #26050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26050F is #D9FAF0. Grayscale: #101010. Windows color (decimal): -14285553 or 984358. OLE color: 984358.
HSL color Cylindrical-coordinate representation of color #26050F: hue angle of 341.82º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26050F is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 5 | 15 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.85 |
| HSL | 341.82º | 0.77% | 0.08% | - |
| HSV(B) | 341.82º | 0.87% | 0.15% | - |
| XYZ | 0.94 | 0.56 | 0.51 | - |
| YUV | 16.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 15 | 0 | 0.87 | 0.61 | 0.85 | 341.82 | 0.77 | 0.08 |
| Hex | 26 | 5 | F | 0 | 57 | 3D | 55 | 156 | 4D | 8 |
| Octal | 46 | 5 | 17 | 0 | 127 | 75 | 125 | 526 | 115 | 10 |
| Binary | 100110 | 101 | 1111 | 0 | 1010111 | 111101 | 1010101 | 101010110 | 1001101 | 1000 |
Color Harmonies of #26050F
Complementary color
Monochromatic Colors of #26050F
Black with #26050F
Text Example
Text Example
White with #26050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26050F; }
p { color: rgb(38,5,15); }
H1.HeaderClassName
{
color: #26050F;
}
.AnyTagClassName
{
color: #26050F;
}
</style>
background-color css
<style>
a { background-color: #26050F; }
a { background-color: rgb(38,5,15); }
div.DivClassName
{
background-color: #26050F;
}
.BgClassName
{
background-color: #26050F;
}
</style>
border-color css
<style>
span { border-color: #26050F; }
span { border-color: rgb(38,5,15); }
td.TdClassName
{
border-color: #26050F;
}
.TagClassName
{
border-color: #26050F;
}
</style>