Shades of Rustic Red #260313
Tints of Rustic Red #260313
RGB
CMYK
RGB Variations
Color information
#260313 (or 0x260313) is known color: Rustic Red. HEX triplet: 26, 03 and 13. RGB value is (38,3,19). Sum of RGB (Red+Green+Blue) = 38+3+19=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #260313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260313 is #D9FCEC. Grayscale: #0F0F0F. Windows color (decimal): -14286061 or 1245990. OLE color: 1245990.
HSL color Cylindrical-coordinate representation of color #260313: hue angle of 332.57º 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 #260313 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 3 | 19 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.85 |
| HSL | 332.57º | 0.85% | 0.08% | - |
| HSV(B) | 332.57º | 0.92% | 0.15% | - |
| XYZ | 0.95 | 0.52 | 0.67 | - |
| YUV | 15.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 19 | 0 | 0.92 | 0.50 | 0.85 | 332.57 | 0.85 | 0.08 |
| Hex | 26 | 3 | 13 | 0 | 5C | 32 | 55 | 14D | 55 | 8 |
| Octal | 46 | 3 | 23 | 0 | 134 | 62 | 125 | 515 | 125 | 10 |
| Binary | 100110 | 11 | 10011 | 0 | 1011100 | 110010 | 1010101 | 101001101 | 1010101 | 1000 |
Color Harmonies of #260313
Complementary color
Monochromatic Colors of #260313
Black with #260313
Text Example
Text Example
White with #260313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260313; }
p { color: rgb(38,3,19); }
H1.HeaderClassName
{
color: #260313;
}
.AnyTagClassName
{
color: #260313;
}
</style>
background-color css
<style>
a { background-color: #260313; }
a { background-color: rgb(38,3,19); }
div.DivClassName
{
background-color: #260313;
}
.BgClassName
{
background-color: #260313;
}
</style>
border-color css
<style>
span { border-color: #260313; }
span { border-color: rgb(38,3,19); }
td.TdClassName
{
border-color: #260313;
}
.TagClassName
{
border-color: #260313;
}
</style>