Shades of Rustic Red #410A0D
Tints of Rustic Red #410A0D
RGB
CMYK
RGB Variations
Color information
#410A0D (or 0x410A0D) is known color: Rustic Red. HEX triplet: 41, 0A and 0D. RGB value is (65,10,13). Sum of RGB (Red+Green+Blue) = 65+10+13=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #410A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A0D is #BEF5F2. Grayscale: #1A1A1A. Windows color (decimal): -12514803 or 854593. OLE color: 854593.
HSL color Cylindrical-coordinate representation of color #410A0D: hue angle of 356.73º 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 #410A0D is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 10 | 13 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.75 |
| HSL | 356.73º | 0.73% | 0.15% | - |
| HSV(B) | 356.73º | 0.85% | 0.25% | - |
| XYZ | 2.36 | 1.37 | 0.52 | - |
| YUV | 26.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 13 | 0 | 0.85 | 0.80 | 0.75 | 356.73 | 0.73 | 0.15 |
| Hex | 41 | A | D | 0 | 55 | 50 | 4B | 165 | 49 | F |
| Octal | 101 | 12 | 15 | 0 | 125 | 120 | 113 | 545 | 111 | 17 |
| Binary | 1000001 | 1010 | 1101 | 0 | 1010101 | 1010000 | 1001011 | 101100101 | 1001001 | 1111 |
Color Harmonies of #410A0D
Complementary color
Monochromatic Colors of #410A0D
Black with #410A0D
Text Example
Text Example
White with #410A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A0D; }
p { color: rgb(65,10,13); }
H1.HeaderClassName
{
color: #410A0D;
}
.AnyTagClassName
{
color: #410A0D;
}
</style>
background-color css
<style>
a { background-color: #410A0D; }
a { background-color: rgb(65,10,13); }
div.DivClassName
{
background-color: #410A0D;
}
.BgClassName
{
background-color: #410A0D;
}
</style>
border-color css
<style>
span { border-color: #410A0D; }
span { border-color: rgb(65,10,13); }
td.TdClassName
{
border-color: #410A0D;
}
.TagClassName
{
border-color: #410A0D;
}
</style>