Shades of Rustic Red #410914
Tints of Rustic Red #410914
RGB
CMYK
RGB Variations
Color information
#410914 (or 0x410914) is known color: Rustic Red. HEX triplet: 41, 09 and 14. RGB value is (65,9,20). Sum of RGB (Red+Green+Blue) = 65+9+20=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #410914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410914 is #BEF6EB. Grayscale: #1B1B1B. Windows color (decimal): -12515052 or 1313089. OLE color: 1313089.
HSL color Cylindrical-coordinate representation of color #410914: hue angle of 348.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #410914 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 20 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.75 |
| HSL | 348.21º | 0.76% | 0.15% | - |
| HSV(B) | 348.21º | 0.86% | 0.25% | - |
| XYZ | 2.4 | 1.37 | 0.8 | - |
| YUV | 27 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 20 | 0 | 0.86 | 0.69 | 0.75 | 348.21 | 0.76 | 0.15 |
| Hex | 41 | 9 | 14 | 0 | 56 | 45 | 4B | 15C | 4C | F |
| Octal | 101 | 11 | 24 | 0 | 126 | 105 | 113 | 534 | 114 | 17 |
| Binary | 1000001 | 1001 | 10100 | 0 | 1010110 | 1000101 | 1001011 | 101011100 | 1001100 | 1111 |
Color Harmonies of #410914
Complementary color
Monochromatic Colors of #410914
Black with #410914
Text Example
Text Example
White with #410914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410914; }
p { color: rgb(65,9,20); }
H1.HeaderClassName
{
color: #410914;
}
.AnyTagClassName
{
color: #410914;
}
</style>
background-color css
<style>
a { background-color: #410914; }
a { background-color: rgb(65,9,20); }
div.DivClassName
{
background-color: #410914;
}
.BgClassName
{
background-color: #410914;
}
</style>
border-color css
<style>
span { border-color: #410914; }
span { border-color: rgb(65,9,20); }
td.TdClassName
{
border-color: #410914;
}
.TagClassName
{
border-color: #410914;
}
</style>