Shades of Rustic Red #261619
Tints of Rustic Red #261619
RGB
CMYK
RGB Variations
Color information
#261619 (or 0x261619) is known color: Rustic Red. HEX triplet: 26, 16 and 19. RGB value is (38,22,25). Sum of RGB (Red+Green+Blue) = 38+22+25=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #261619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261619 is #D9E9E6. Grayscale: #1B1B1B. Windows color (decimal): -14281191 or 1644070. OLE color: 1644070.
HSL color Cylindrical-coordinate representation of color #261619: hue angle of 348.75º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #261619 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 22 | 25 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.85 |
| HSL | 348.75º | 0.27% | 0.12% | - |
| HSV(B) | 348.75º | 0.42% | 0.15% | - |
| XYZ | 1.26 | 1.06 | 1.06 | - |
| YUV | 27.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 25 | 0 | 0.42 | 0.34 | 0.85 | 348.75 | 0.27 | 0.12 |
| Hex | 26 | 16 | 19 | 0 | 2A | 22 | 55 | 15D | 1B | C |
| Octal | 46 | 26 | 31 | 0 | 52 | 42 | 125 | 535 | 33 | 14 |
| Binary | 100110 | 10110 | 11001 | 0 | 101010 | 100010 | 1010101 | 101011101 | 11011 | 1100 |
Color Harmonies of #261619
Complementary color
Monochromatic Colors of #261619
Black with #261619
Text Example
Text Example
White with #261619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261619; }
p { color: rgb(38,22,25); }
H1.HeaderClassName
{
color: #261619;
}
.AnyTagClassName
{
color: #261619;
}
</style>
background-color css
<style>
a { background-color: #261619; }
a { background-color: rgb(38,22,25); }
div.DivClassName
{
background-color: #261619;
}
.BgClassName
{
background-color: #261619;
}
</style>
border-color css
<style>
span { border-color: #261619; }
span { border-color: rgb(38,22,25); }
td.TdClassName
{
border-color: #261619;
}
.TagClassName
{
border-color: #261619;
}
</style>