Shades of Rustic Red #260C0E
Tints of Rustic Red #260C0E
RGB
CMYK
RGB Variations
Color information
#260C0E (or 0x260C0E) is known color: Rustic Red. HEX triplet: 26, 0C and 0E. RGB value is (38,12,14). Sum of RGB (Red+Green+Blue) = 38+12+14=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #260C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C0E is #D9F3F1. Grayscale: #141414. Windows color (decimal): -14283762 or 920614. OLE color: 920614.
HSL color Cylindrical-coordinate representation of color #260C0E: hue angle of 355.38º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #260C0E is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 12 | 14 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.85 |
| HSL | 355.38º | 0.52% | 0.1% | - |
| HSV(B) | 355.38º | 0.68% | 0.15% | - |
| XYZ | 1.01 | 0.71 | 0.5 | - |
| YUV | 20 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 14 | 0 | 0.68 | 0.63 | 0.85 | 355.38 | 0.52 | 0.1 |
| Hex | 26 | C | E | 0 | 44 | 3F | 55 | 163 | 34 | A |
| Octal | 46 | 14 | 16 | 0 | 104 | 77 | 125 | 543 | 64 | 12 |
| Binary | 100110 | 1100 | 1110 | 0 | 1000100 | 111111 | 1010101 | 101100011 | 110100 | 1010 |
Color Harmonies of #260C0E
Complementary color
Monochromatic Colors of #260C0E
Black with #260C0E
Text Example
Text Example
White with #260C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C0E; }
p { color: rgb(38,12,14); }
H1.HeaderClassName
{
color: #260C0E;
}
.AnyTagClassName
{
color: #260C0E;
}
</style>
background-color css
<style>
a { background-color: #260C0E; }
a { background-color: rgb(38,12,14); }
div.DivClassName
{
background-color: #260C0E;
}
.BgClassName
{
background-color: #260C0E;
}
</style>
border-color css
<style>
span { border-color: #260C0E; }
span { border-color: rgb(38,12,14); }
td.TdClassName
{
border-color: #260C0E;
}
.TagClassName
{
border-color: #260C0E;
}
</style>