Shades of Rustic Red #261315
Tints of Rustic Red #261315
RGB
CMYK
RGB Variations
Color information
#261315 (or 0x261315) is known color: Rustic Red. HEX triplet: 26, 13 and 15. RGB value is (38,19,21). Sum of RGB (Red+Green+Blue) = 38+19+21=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 38 - color contains mainly: red. Hex color #261315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261315 is #D9ECEA. Grayscale: #181818. Windows color (decimal): -14281963 or 1381158. OLE color: 1381158.
HSL color Cylindrical-coordinate representation of color #261315: hue angle of 353.68º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #261315 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 19 | 21 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.85 |
| HSL | 353.68º | 0.33% | 0.11% | - |
| HSV(B) | 353.68º | 0.5% | 0.15% | - |
| XYZ | 1.17 | 0.93 | 0.83 | - |
| YUV | 24.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 19 | 21 | 0 | 0.50 | 0.45 | 0.85 | 353.68 | 0.33 | 0.11 |
| Hex | 26 | 13 | 15 | 0 | 32 | 2D | 55 | 162 | 21 | B |
| Octal | 46 | 23 | 25 | 0 | 62 | 55 | 125 | 542 | 41 | 13 |
| Binary | 100110 | 10011 | 10101 | 0 | 110010 | 101101 | 1010101 | 101100010 | 100001 | 1011 |
Color Harmonies of #261315
Complementary color
Monochromatic Colors of #261315
Black with #261315
Text Example
Text Example
White with #261315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261315; }
p { color: rgb(38,19,21); }
H1.HeaderClassName
{
color: #261315;
}
.AnyTagClassName
{
color: #261315;
}
</style>
background-color css
<style>
a { background-color: #261315; }
a { background-color: rgb(38,19,21); }
div.DivClassName
{
background-color: #261315;
}
.BgClassName
{
background-color: #261315;
}
</style>
border-color css
<style>
span { border-color: #261315; }
span { border-color: rgb(38,19,21); }
td.TdClassName
{
border-color: #261315;
}
.TagClassName
{
border-color: #261315;
}
</style>