Shades of Rustic Red #261112
Tints of Rustic Red #261112
RGB
CMYK
RGB Variations
Color information
#261112 (or 0x261112) is known color: Rustic Red. HEX triplet: 26, 11 and 12. RGB value is (38,17,18). Sum of RGB (Red+Green+Blue) = 38+17+18=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #261112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261112 is #D9EEED. Grayscale: #171717. Windows color (decimal): -14282478 or 1184038. OLE color: 1184038.
HSL color Cylindrical-coordinate representation of color #261112: hue angle of 357.14º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #261112 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 17 | 18 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.85 |
| HSL | 357.14º | 0.38% | 0.11% | - |
| HSV(B) | 357.14º | 0.55% | 0.15% | - |
| XYZ | 1.11 | 0.86 | 0.68 | - |
| YUV | 23.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 17 | 18 | 0 | 0.55 | 0.53 | 0.85 | 357.14 | 0.38 | 0.11 |
| Hex | 26 | 11 | 12 | 0 | 37 | 35 | 55 | 165 | 26 | B |
| Octal | 46 | 21 | 22 | 0 | 67 | 65 | 125 | 545 | 46 | 13 |
| Binary | 100110 | 10001 | 10010 | 0 | 110111 | 110101 | 1010101 | 101100101 | 100110 | 1011 |
Color Harmonies of #261112
Complementary color
Monochromatic Colors of #261112
Black with #261112
Text Example
Text Example
White with #261112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261112; }
p { color: rgb(38,17,18); }
H1.HeaderClassName
{
color: #261112;
}
.AnyTagClassName
{
color: #261112;
}
</style>
background-color css
<style>
a { background-color: #261112; }
a { background-color: rgb(38,17,18); }
div.DivClassName
{
background-color: #261112;
}
.BgClassName
{
background-color: #261112;
}
</style>
border-color css
<style>
span { border-color: #261112; }
span { border-color: rgb(38,17,18); }
td.TdClassName
{
border-color: #261112;
}
.TagClassName
{
border-color: #261112;
}
</style>