Shades of Rustic Red #260F11
Tints of Rustic Red #260F11
RGB
CMYK
RGB Variations
Color information
#260F11 (or 0x260F11) is known color: Rustic Red. HEX triplet: 26, 0F and 11. RGB value is (38,15,17). Sum of RGB (Red+Green+Blue) = 38+15+17=70 (9% of max value = 765). Red value is 38 (15.23% from 255 or 54.29% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 38 - color contains mainly: red. Hex color #260F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F11 is #D9F0EE. Grayscale: #161616. Windows color (decimal): -14282991 or 1117990. OLE color: 1117990.
HSL color Cylindrical-coordinate representation of color #260F11: hue angle of 354.78º 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 #260F11 is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 15 | 17 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.85 |
| HSL | 354.78º | 0.43% | 0.1% | - |
| HSV(B) | 354.78º | 0.61% | 0.15% | - |
| XYZ | 1.07 | 0.79 | 0.63 | - |
| YUV | 22.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 17 | 0 | 0.61 | 0.55 | 0.85 | 354.78 | 0.43 | 0.1 |
| Hex | 26 | F | 11 | 0 | 3D | 37 | 55 | 163 | 2B | A |
| Octal | 46 | 17 | 21 | 0 | 75 | 67 | 125 | 543 | 53 | 12 |
| Binary | 100110 | 1111 | 10001 | 0 | 111101 | 110111 | 1010101 | 101100011 | 101011 | 1010 |
Color Harmonies of #260F11
Complementary color
Monochromatic Colors of #260F11
Black with #260F11
Text Example
Text Example
White with #260F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F11; }
p { color: rgb(38,15,17); }
H1.HeaderClassName
{
color: #260F11;
}
.AnyTagClassName
{
color: #260F11;
}
</style>
background-color css
<style>
a { background-color: #260F11; }
a { background-color: rgb(38,15,17); }
div.DivClassName
{
background-color: #260F11;
}
.BgClassName
{
background-color: #260F11;
}
</style>
border-color css
<style>
span { border-color: #260F11; }
span { border-color: rgb(38,15,17); }
td.TdClassName
{
border-color: #260F11;
}
.TagClassName
{
border-color: #260F11;
}
</style>