Shades of Rustic Red #260F15
Tints of Rustic Red #260F15
RGB
CMYK
RGB Variations
Color information
#260F15 (or 0x260F15) is known color: Rustic Red. HEX triplet: 26, 0F and 15. RGB value is (38,15,21). Sum of RGB (Red+Green+Blue) = 38+15+21=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #260F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F15 is #D9F0EA. Grayscale: #161616. Windows color (decimal): -14282987 or 1380134. OLE color: 1380134.
HSL color Cylindrical-coordinate representation of color #260F15: hue angle of 344.35º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #260F15 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 21 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.85 |
| HSL | 344.35º | 0.43% | 0.1% | - |
| HSV(B) | 344.35º | 0.61% | 0.15% | - |
| XYZ | 1.11 | 0.81 | 0.81 | - |
| YUV | 22.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 21 | 0 | 0.61 | 0.45 | 0.85 | 344.35 | 0.43 | 0.1 |
| Hex | 26 | F | 15 | 0 | 3D | 2D | 55 | 158 | 2B | A |
| Octal | 46 | 17 | 25 | 0 | 75 | 55 | 125 | 530 | 53 | 12 |
| Binary | 100110 | 1111 | 10101 | 0 | 111101 | 101101 | 1010101 | 101011000 | 101011 | 1010 |
Color Harmonies of #260F15
Complementary color
Monochromatic Colors of #260F15
Black with #260F15
Text Example
Text Example
White with #260F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F15; }
p { color: rgb(38,15,21); }
H1.HeaderClassName
{
color: #260F15;
}
.AnyTagClassName
{
color: #260F15;
}
</style>
background-color css
<style>
a { background-color: #260F15; }
a { background-color: rgb(38,15,21); }
div.DivClassName
{
background-color: #260F15;
}
.BgClassName
{
background-color: #260F15;
}
</style>
border-color css
<style>
span { border-color: #260F15; }
span { border-color: rgb(38,15,21); }
td.TdClassName
{
border-color: #260F15;
}
.TagClassName
{
border-color: #260F15;
}
</style>