Shades of Rustic Red #26171A
Tints of Rustic Red #26171A
RGB
CMYK
RGB Variations
Color information
#26171A (or 0x26171A) is known color: Rustic Red. HEX triplet: 26, 17 and 1A. RGB value is (38,23,26). Sum of RGB (Red+Green+Blue) = 38+23+26=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 38 - color contains mainly: red. Hex color #26171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26171A is #D9E8E5. Grayscale: #1B1B1B. Windows color (decimal): -14280934 or 1709862. OLE color: 1709862.
HSL color Cylindrical-coordinate representation of color #26171A: hue angle of 348º 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 #26171A is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 23 | 26 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.85 |
| HSL | 348º | 0.25% | 0.12% | - |
| HSV(B) | 348º | 0.39% | 0.15% | - |
| XYZ | 1.29 | 1.1 | 1.12 | - |
| YUV | 27.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 26 | 0 | 0.39 | 0.32 | 0.85 | 348 | 0.25 | 0.12 |
| Hex | 26 | 17 | 1A | 0 | 27 | 20 | 55 | 15C | 19 | C |
| Octal | 46 | 27 | 32 | 0 | 47 | 40 | 125 | 534 | 31 | 14 |
| Binary | 100110 | 10111 | 11010 | 0 | 100111 | 100000 | 1010101 | 101011100 | 11001 | 1100 |
Color Harmonies of #26171A
Complementary color
Monochromatic Colors of #26171A
Black with #26171A
Text Example
Text Example
White with #26171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26171A; }
p { color: rgb(38,23,26); }
H1.HeaderClassName
{
color: #26171A;
}
.AnyTagClassName
{
color: #26171A;
}
</style>
background-color css
<style>
a { background-color: #26171A; }
a { background-color: rgb(38,23,26); }
div.DivClassName
{
background-color: #26171A;
}
.BgClassName
{
background-color: #26171A;
}
</style>
border-color css
<style>
span { border-color: #26171A; }
span { border-color: rgb(38,23,26); }
td.TdClassName
{
border-color: #26171A;
}
.TagClassName
{
border-color: #26171A;
}
</style>