Shades of Rustic Red #26171B
Tints of Rustic Red #26171B
RGB
CMYK
RGB Variations
Color information
#26171B (or 0x26171B) is known color: Rustic Red. HEX triplet: 26, 17 and 1B. RGB value is (38,23,27). Sum of RGB (Red+Green+Blue) = 38+23+27=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #26171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26171B is #D9E8E4. Grayscale: #1B1B1B. Windows color (decimal): -14280933 or 1775398. OLE color: 1775398.
HSL color Cylindrical-coordinate representation of color #26171B: hue angle of 344º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #26171B is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 23 | 27 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.85 |
| HSL | 344º | 0.25% | 0.12% | - |
| HSV(B) | 344º | 0.39% | 0.15% | - |
| XYZ | 1.3 | 1.1 | 1.18 | - |
| YUV | 27.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 27 | 0 | 0.39 | 0.29 | 0.85 | 344 | 0.25 | 0.12 |
| Hex | 26 | 17 | 1B | 0 | 27 | 1D | 55 | 158 | 19 | C |
| Octal | 46 | 27 | 33 | 0 | 47 | 35 | 125 | 530 | 31 | 14 |
| Binary | 100110 | 10111 | 11011 | 0 | 100111 | 11101 | 1010101 | 101011000 | 11001 | 1100 |
Color Harmonies of #26171B
Complementary color
Monochromatic Colors of #26171B
Black with #26171B
Text Example
Text Example
White with #26171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26171B; }
p { color: rgb(38,23,27); }
H1.HeaderClassName
{
color: #26171B;
}
.AnyTagClassName
{
color: #26171B;
}
</style>
background-color css
<style>
a { background-color: #26171B; }
a { background-color: rgb(38,23,27); }
div.DivClassName
{
background-color: #26171B;
}
.BgClassName
{
background-color: #26171B;
}
</style>
border-color css
<style>
span { border-color: #26171B; }
span { border-color: rgb(38,23,27); }
td.TdClassName
{
border-color: #26171B;
}
.TagClassName
{
border-color: #26171B;
}
</style>