Shades of Rustic Red #260F18
Tints of Rustic Red #260F18
RGB
CMYK
RGB Variations
Color information
#260F18 (or 0x260F18) is known color: Rustic Red. HEX triplet: 26, 0F and 18. RGB value is (38,15,24). Sum of RGB (Red+Green+Blue) = 38+15+24=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #260F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F18 is #D9F0E7. Grayscale: #161616. Windows color (decimal): -14282984 or 1576742. OLE color: 1576742.
HSL color Cylindrical-coordinate representation of color #260F18: hue angle of 336.52º 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 #260F18 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 24 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.85 |
| HSL | 336.52º | 0.43% | 0.1% | - |
| HSV(B) | 336.52º | 0.61% | 0.15% | - |
| XYZ | 1.14 | 0.82 | 0.96 | - |
| YUV | 22.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 24 | 0 | 0.61 | 0.37 | 0.85 | 336.52 | 0.43 | 0.1 |
| Hex | 26 | F | 18 | 0 | 3D | 25 | 55 | 151 | 2B | A |
| Octal | 46 | 17 | 30 | 0 | 75 | 45 | 125 | 521 | 53 | 12 |
| Binary | 100110 | 1111 | 11000 | 0 | 111101 | 100101 | 1010101 | 101010001 | 101011 | 1010 |
Color Harmonies of #260F18
Complementary color
Monochromatic Colors of #260F18
Black with #260F18
Text Example
Text Example
White with #260F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F18; }
p { color: rgb(38,15,24); }
H1.HeaderClassName
{
color: #260F18;
}
.AnyTagClassName
{
color: #260F18;
}
</style>
background-color css
<style>
a { background-color: #260F18; }
a { background-color: rgb(38,15,24); }
div.DivClassName
{
background-color: #260F18;
}
.BgClassName
{
background-color: #260F18;
}
</style>
border-color css
<style>
span { border-color: #260F18; }
span { border-color: rgb(38,15,24); }
td.TdClassName
{
border-color: #260F18;
}
.TagClassName
{
border-color: #260F18;
}
</style>