Shades of Rustic Red #260D12
Tints of Rustic Red #260D12
RGB
CMYK
RGB Variations
Color information
#260D12 (or 0x260D12) is known color: Rustic Red. HEX triplet: 26, 0D and 12. RGB value is (38,13,18). Sum of RGB (Red+Green+Blue) = 38+13+18=69 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.07% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 38 - color contains mainly: red. Hex color #260D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D12 is #D9F2ED. Grayscale: #151515. Windows color (decimal): -14283502 or 1183014. OLE color: 1183014.
HSL color Cylindrical-coordinate representation of color #260D12: hue angle of 348º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #260D12 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 13 | 18 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.85 |
| HSL | 348º | 0.49% | 0.1% | - |
| HSV(B) | 348º | 0.66% | 0.15% | - |
| XYZ | 1.05 | 0.74 | 0.66 | - |
| YUV | 21.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 18 | 0 | 0.66 | 0.53 | 0.85 | 348 | 0.49 | 0.1 |
| Hex | 26 | D | 12 | 0 | 42 | 35 | 55 | 15C | 31 | A |
| Octal | 46 | 15 | 22 | 0 | 102 | 65 | 125 | 534 | 61 | 12 |
| Binary | 100110 | 1101 | 10010 | 0 | 1000010 | 110101 | 1010101 | 101011100 | 110001 | 1010 |
Color Harmonies of #260D12
Complementary color
Monochromatic Colors of #260D12
Black with #260D12
Text Example
Text Example
White with #260D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D12; }
p { color: rgb(38,13,18); }
H1.HeaderClassName
{
color: #260D12;
}
.AnyTagClassName
{
color: #260D12;
}
</style>
background-color css
<style>
a { background-color: #260D12; }
a { background-color: rgb(38,13,18); }
div.DivClassName
{
background-color: #260D12;
}
.BgClassName
{
background-color: #260D12;
}
</style>
border-color css
<style>
span { border-color: #260D12; }
span { border-color: rgb(38,13,18); }
td.TdClassName
{
border-color: #260D12;
}
.TagClassName
{
border-color: #260D12;
}
</style>