Shades of Rustic Red #26050A
Tints of Rustic Red #26050A
RGB
CMYK
RGB Variations
Color information
#26050A (or 0x26050A) is known color: Rustic Red. HEX triplet: 26, 05 and 0A. RGB value is (38,5,10). Sum of RGB (Red+Green+Blue) = 38+5+10=53 (7% of max value = 765). Red value is 38 (15.23% from 255 or 71.70% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 10 (4.30% from 255 or 18.87% from 53); Max value from RGB is 38 - color contains mainly: red. Hex color #26050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26050A is #D9FAF5. Grayscale: #0F0F0F. Windows color (decimal): -14285558 or 656678. OLE color: 656678.
HSL color Cylindrical-coordinate representation of color #26050A: hue angle of 350.91º 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 #26050A is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 5 | 10 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.85 |
| HSL | 350.91º | 0.77% | 0.08% | - |
| HSV(B) | 350.91º | 0.87% | 0.15% | - |
| XYZ | 0.91 | 0.54 | 0.34 | - |
| YUV | 15.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 5 | 10 | 0 | 0.87 | 0.74 | 0.85 | 350.91 | 0.77 | 0.08 |
| Hex | 26 | 5 | A | 0 | 57 | 4A | 55 | 15F | 4D | 8 |
| Octal | 46 | 5 | 12 | 0 | 127 | 112 | 125 | 537 | 115 | 10 |
| Binary | 100110 | 101 | 1010 | 0 | 1010111 | 1001010 | 1010101 | 101011111 | 1001101 | 1000 |
Color Harmonies of #26050A
Complementary color
Monochromatic Colors of #26050A
Black with #26050A
Text Example
Text Example
White with #26050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26050A; }
p { color: rgb(38,5,10); }
H1.HeaderClassName
{
color: #26050A;
}
.AnyTagClassName
{
color: #26050A;
}
</style>
background-color css
<style>
a { background-color: #26050A; }
a { background-color: rgb(38,5,10); }
div.DivClassName
{
background-color: #26050A;
}
.BgClassName
{
background-color: #26050A;
}
</style>
border-color css
<style>
span { border-color: #26050A; }
span { border-color: rgb(38,5,10); }
td.TdClassName
{
border-color: #26050A;
}
.TagClassName
{
border-color: #26050A;
}
</style>