Shades of Rustic Red #260713
Tints of Rustic Red #260713
RGB
CMYK
RGB Variations
Color information
#260713 (or 0x260713) is known color: Rustic Red. HEX triplet: 26, 07 and 13. RGB value is (38,7,19). Sum of RGB (Red+Green+Blue) = 38+7+19=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #260713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260713 is #D9F8EC. Grayscale: #111111. Windows color (decimal): -14285037 or 1247014. OLE color: 1247014.
HSL color Cylindrical-coordinate representation of color #260713: hue angle of 336.77º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #260713 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 7 | 19 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.85 |
| HSL | 336.77º | 0.69% | 0.09% | - |
| HSV(B) | 336.77º | 0.82% | 0.15% | - |
| XYZ | 0.99 | 0.61 | 0.68 | - |
| YUV | 17.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 7 | 19 | 0 | 0.82 | 0.50 | 0.85 | 336.77 | 0.69 | 0.09 |
| Hex | 26 | 7 | 13 | 0 | 52 | 32 | 55 | 151 | 45 | 9 |
| Octal | 46 | 7 | 23 | 0 | 122 | 62 | 125 | 521 | 105 | 11 |
| Binary | 100110 | 111 | 10011 | 0 | 1010010 | 110010 | 1010101 | 101010001 | 1000101 | 1001 |
Color Harmonies of #260713
Complementary color
Monochromatic Colors of #260713
Black with #260713
Text Example
Text Example
White with #260713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260713; }
p { color: rgb(38,7,19); }
H1.HeaderClassName
{
color: #260713;
}
.AnyTagClassName
{
color: #260713;
}
</style>
background-color css
<style>
a { background-color: #260713; }
a { background-color: rgb(38,7,19); }
div.DivClassName
{
background-color: #260713;
}
.BgClassName
{
background-color: #260713;
}
</style>
border-color css
<style>
span { border-color: #260713; }
span { border-color: rgb(38,7,19); }
td.TdClassName
{
border-color: #260713;
}
.TagClassName
{
border-color: #260713;
}
</style>