Shades of Rustic Red #260306
Tints of Rustic Red #260306
RGB
CMYK
RGB Variations
Color information
#260306 (or 0x260306) is known color: Rustic Red. HEX triplet: 26, 03 and 06. RGB value is (38,3,6). Sum of RGB (Red+Green+Blue) = 38+3+6=47 (6% of max value = 765). Red value is 38 (15.23% from 255 or 80.85% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 38 - color contains mainly: red. Hex color #260306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260306 is #D9FCF9. Grayscale: #0D0D0D. Windows color (decimal): -14286074 or 394022. OLE color: 394022.
HSL color Cylindrical-coordinate representation of color #260306: hue angle of 354.86º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260306 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 3 | 6 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.85 |
| HSL | 354.86º | 0.85% | 0.08% | - |
| HSV(B) | 354.86º | 0.92% | 0.15% | - |
| XYZ | 0.86 | 0.49 | 0.22 | - |
| YUV | 13.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 6 | 0 | 0.92 | 0.84 | 0.85 | 354.86 | 0.85 | 0.08 |
| Hex | 26 | 3 | 6 | 0 | 5C | 54 | 55 | 163 | 55 | 8 |
| Octal | 46 | 3 | 6 | 0 | 134 | 124 | 125 | 543 | 125 | 10 |
| Binary | 100110 | 11 | 110 | 0 | 1011100 | 1010100 | 1010101 | 101100011 | 1010101 | 1000 |
Color Harmonies of #260306
Complementary color
Monochromatic Colors of #260306
Black with #260306
Text Example
Text Example
White with #260306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260306; }
p { color: rgb(38,3,6); }
H1.HeaderClassName
{
color: #260306;
}
.AnyTagClassName
{
color: #260306;
}
</style>
background-color css
<style>
a { background-color: #260306; }
a { background-color: rgb(38,3,6); }
div.DivClassName
{
background-color: #260306;
}
.BgClassName
{
background-color: #260306;
}
</style>
border-color css
<style>
span { border-color: #260306; }
span { border-color: rgb(38,3,6); }
td.TdClassName
{
border-color: #260306;
}
.TagClassName
{
border-color: #260306;
}
</style>