Shades of Rustic Red #260C10
Tints of Rustic Red #260C10
RGB
CMYK
RGB Variations
Color information
#260C10 (or 0x260C10) is known color: Rustic Red. HEX triplet: 26, 0C and 10. RGB value is (38,12,16). Sum of RGB (Red+Green+Blue) = 38+12+16=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #260C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C10 is #D9F3EF. Grayscale: #141414. Windows color (decimal): -14283760 or 1051686. OLE color: 1051686.
HSL color Cylindrical-coordinate representation of color #260C10: hue angle of 350.77º 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 #260C10 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 12 | 16 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.85 |
| HSL | 350.77º | 0.52% | 0.1% | - |
| HSV(B) | 350.77º | 0.68% | 0.15% | - |
| XYZ | 1.02 | 0.71 | 0.57 | - |
| YUV | 20.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 16 | 0 | 0.68 | 0.58 | 0.85 | 350.77 | 0.52 | 0.1 |
| Hex | 26 | C | 10 | 0 | 44 | 3A | 55 | 15F | 34 | A |
| Octal | 46 | 14 | 20 | 0 | 104 | 72 | 125 | 537 | 64 | 12 |
| Binary | 100110 | 1100 | 10000 | 0 | 1000100 | 111010 | 1010101 | 101011111 | 110100 | 1010 |
Color Harmonies of #260C10
Complementary color
Monochromatic Colors of #260C10
Black with #260C10
Text Example
Text Example
White with #260C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260C10; }
p { color: rgb(38,12,16); }
H1.HeaderClassName
{
color: #260C10;
}
.AnyTagClassName
{
color: #260C10;
}
</style>
background-color css
<style>
a { background-color: #260C10; }
a { background-color: rgb(38,12,16); }
div.DivClassName
{
background-color: #260C10;
}
.BgClassName
{
background-color: #260C10;
}
</style>
border-color css
<style>
span { border-color: #260C10; }
span { border-color: rgb(38,12,16); }
td.TdClassName
{
border-color: #260C10;
}
.TagClassName
{
border-color: #260C10;
}
</style>