Shades of Rustic Red #410A13
Tints of Rustic Red #410A13
RGB
CMYK
RGB Variations
Color information
#410A13 (or 0x410A13) is known color: Rustic Red. HEX triplet: 41, 0A and 13. RGB value is (65,10,19). Sum of RGB (Red+Green+Blue) = 65+10+19=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #410A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A13 is #BEF5EC. Grayscale: #1B1B1B. Windows color (decimal): -12514797 or 1247809. OLE color: 1247809.
HSL color Cylindrical-coordinate representation of color #410A13: hue angle of 350.18º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A13 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 10 | 19 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.75 |
| HSL | 350.18º | 0.73% | 0.15% | - |
| HSV(B) | 350.18º | 0.85% | 0.25% | - |
| XYZ | 2.41 | 1.39 | 0.76 | - |
| YUV | 27.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 19 | 0 | 0.85 | 0.71 | 0.75 | 350.18 | 0.73 | 0.15 |
| Hex | 41 | A | 13 | 0 | 55 | 47 | 4B | 15E | 49 | F |
| Octal | 101 | 12 | 23 | 0 | 125 | 107 | 113 | 536 | 111 | 17 |
| Binary | 1000001 | 1010 | 10011 | 0 | 1010101 | 1000111 | 1001011 | 101011110 | 1001001 | 1111 |
Color Harmonies of #410A13
Complementary color
Monochromatic Colors of #410A13
Black with #410A13
Text Example
Text Example
White with #410A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A13; }
p { color: rgb(65,10,19); }
H1.HeaderClassName
{
color: #410A13;
}
.AnyTagClassName
{
color: #410A13;
}
</style>
background-color css
<style>
a { background-color: #410A13; }
a { background-color: rgb(65,10,19); }
div.DivClassName
{
background-color: #410A13;
}
.BgClassName
{
background-color: #410A13;
}
</style>
border-color css
<style>
span { border-color: #410A13; }
span { border-color: rgb(65,10,19); }
td.TdClassName
{
border-color: #410A13;
}
.TagClassName
{
border-color: #410A13;
}
</style>