Shades of Rustic Red #260A0B
Tints of Rustic Red #260A0B
RGB
CMYK
RGB Variations
Color information
#260A0B (or 0x260A0B) is known color: Rustic Red. HEX triplet: 26, 0A and 0B. RGB value is (38,10,11). Sum of RGB (Red+Green+Blue) = 38+10+11=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #260A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A0B is #D9F5F4. Grayscale: #121212. Windows color (decimal): -14284277 or 723494. OLE color: 723494.
HSL color Cylindrical-coordinate representation of color #260A0B: hue angle of 357.86º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #260A0B is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 10 | 11 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.85 |
| HSL | 357.86º | 0.58% | 0.09% | - |
| HSV(B) | 357.86º | 0.74% | 0.15% | - |
| XYZ | 0.97 | 0.65 | 0.39 | - |
| YUV | 18.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 11 | 0 | 0.74 | 0.71 | 0.85 | 357.86 | 0.58 | 0.09 |
| Hex | 26 | A | B | 0 | 4A | 47 | 55 | 166 | 3A | 9 |
| Octal | 46 | 12 | 13 | 0 | 112 | 107 | 125 | 546 | 72 | 11 |
| Binary | 100110 | 1010 | 1011 | 0 | 1001010 | 1000111 | 1010101 | 101100110 | 111010 | 1001 |
Color Harmonies of #260A0B
Complementary color
Monochromatic Colors of #260A0B
Black with #260A0B
Text Example
Text Example
White with #260A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260A0B; }
p { color: rgb(38,10,11); }
H1.HeaderClassName
{
color: #260A0B;
}
.AnyTagClassName
{
color: #260A0B;
}
</style>
background-color css
<style>
a { background-color: #260A0B; }
a { background-color: rgb(38,10,11); }
div.DivClassName
{
background-color: #260A0B;
}
.BgClassName
{
background-color: #260A0B;
}
</style>
border-color css
<style>
span { border-color: #260A0B; }
span { border-color: rgb(38,10,11); }
td.TdClassName
{
border-color: #260A0B;
}
.TagClassName
{
border-color: #260A0B;
}
</style>