Shades of Rustic Red #261A1C
Tints of Rustic Red #261A1C
RGB
CMYK
RGB Variations
Color information
#261A1C (or 0x261A1C) is known color: Rustic Red. HEX triplet: 26, 1A and 1C. RGB value is (38,26,28). Sum of RGB (Red+Green+Blue) = 38+26+28=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 38 - color contains mainly: red. Hex color #261A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261A1C is #D9E5E3. Grayscale: #1D1D1D. Windows color (decimal): -14280164 or 1841702. OLE color: 1841702.
HSL color Cylindrical-coordinate representation of color #261A1C: hue angle of 350º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #261A1C is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 28 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.85 |
| HSL | 350º | 0.19% | 0.13% | - |
| HSV(B) | 350º | 0.32% | 0.15% | - |
| XYZ | 1.38 | 1.23 | 1.26 | - |
| YUV | 29.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 28 | 0 | 0.32 | 0.26 | 0.85 | 350 | 0.19 | 0.13 |
| Hex | 26 | 1A | 1C | 0 | 20 | 1A | 55 | 15E | 13 | D |
| Octal | 46 | 32 | 34 | 0 | 40 | 32 | 125 | 536 | 23 | 15 |
| Binary | 100110 | 11010 | 11100 | 0 | 100000 | 11010 | 1010101 | 101011110 | 10011 | 1101 |
Color Harmonies of #261A1C
Complementary color
Monochromatic Colors of #261A1C
Black with #261A1C
Text Example
Text Example
White with #261A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A1C; }
p { color: rgb(38,26,28); }
H1.HeaderClassName
{
color: #261A1C;
}
.AnyTagClassName
{
color: #261A1C;
}
</style>
background-color css
<style>
a { background-color: #261A1C; }
a { background-color: rgb(38,26,28); }
div.DivClassName
{
background-color: #261A1C;
}
.BgClassName
{
background-color: #261A1C;
}
</style>
border-color css
<style>
span { border-color: #261A1C; }
span { border-color: rgb(38,26,28); }
td.TdClassName
{
border-color: #261A1C;
}
.TagClassName
{
border-color: #261A1C;
}
</style>