Shades of Rustic Red #261B1C
Tints of Rustic Red #261B1C
RGB
CMYK
RGB Variations
Color information
#261B1C (or 0x261B1C) is known color: Rustic Red. HEX triplet: 26, 1B and 1C. RGB value is (38,27,28). Sum of RGB (Red+Green+Blue) = 38+27+28=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 38 - color contains mainly: red. Hex color #261B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261B1C is #D9E4E3. Grayscale: #1E1E1E. Windows color (decimal): -14279908 or 1841958. OLE color: 1841958.
HSL color Cylindrical-coordinate representation of color #261B1C: hue angle of 354.55º degrees, saturation: 0.17, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #261B1C is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 27 | 28 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.85 |
| HSL | 354.55º | 0.17% | 0.13% | - |
| HSV(B) | 354.55º | 0.29% | 0.15% | - |
| XYZ | 1.4 | 1.28 | 1.27 | - |
| YUV | 30.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 28 | 0 | 0.29 | 0.26 | 0.85 | 354.55 | 0.17 | 0.13 |
| Hex | 26 | 1B | 1C | 0 | 1D | 1A | 55 | 163 | 11 | D |
| Octal | 46 | 33 | 34 | 0 | 35 | 32 | 125 | 543 | 21 | 15 |
| Binary | 100110 | 11011 | 11100 | 0 | 11101 | 11010 | 1010101 | 101100011 | 10001 | 1101 |
Color Harmonies of #261B1C
Complementary color
Monochromatic Colors of #261B1C
Black with #261B1C
Text Example
Text Example
White with #261B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B1C; }
p { color: rgb(38,27,28); }
H1.HeaderClassName
{
color: #261B1C;
}
.AnyTagClassName
{
color: #261B1C;
}
</style>
background-color css
<style>
a { background-color: #261B1C; }
a { background-color: rgb(38,27,28); }
div.DivClassName
{
background-color: #261B1C;
}
.BgClassName
{
background-color: #261B1C;
}
</style>
border-color css
<style>
span { border-color: #261B1C; }
span { border-color: rgb(38,27,28); }
td.TdClassName
{
border-color: #261B1C;
}
.TagClassName
{
border-color: #261B1C;
}
</style>