Shades of Rustic Red #410C11
Tints of Rustic Red #410C11
RGB
CMYK
RGB Variations
Color information
#410C11 (or 0x410C11) is known color: Rustic Red. HEX triplet: 41, 0C and 11. RGB value is (65,12,17). Sum of RGB (Red+Green+Blue) = 65+12+17=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #410C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C11 is #BEF3EE. Grayscale: #1C1C1C. Windows color (decimal): -12514287 or 1117249. OLE color: 1117249.
HSL color Cylindrical-coordinate representation of color #410C11: hue angle of 354.34º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410C11 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 12 | 17 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.75 |
| HSL | 354.34º | 0.69% | 0.15% | - |
| HSV(B) | 354.34º | 0.82% | 0.25% | - |
| XYZ | 2.41 | 1.43 | 0.68 | - |
| YUV | 28.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 17 | 0 | 0.82 | 0.74 | 0.75 | 354.34 | 0.69 | 0.15 |
| Hex | 41 | C | 11 | 0 | 52 | 4A | 4B | 162 | 45 | F |
| Octal | 101 | 14 | 21 | 0 | 122 | 112 | 113 | 542 | 105 | 17 |
| Binary | 1000001 | 1100 | 10001 | 0 | 1010010 | 1001010 | 1001011 | 101100010 | 1000101 | 1111 |
Color Harmonies of #410C11
Complementary color
Monochromatic Colors of #410C11
Black with #410C11
Text Example
Text Example
White with #410C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C11; }
p { color: rgb(65,12,17); }
H1.HeaderClassName
{
color: #410C11;
}
.AnyTagClassName
{
color: #410C11;
}
</style>
background-color css
<style>
a { background-color: #410C11; }
a { background-color: rgb(65,12,17); }
div.DivClassName
{
background-color: #410C11;
}
.BgClassName
{
background-color: #410C11;
}
</style>
border-color css
<style>
span { border-color: #410C11; }
span { border-color: rgb(65,12,17); }
td.TdClassName
{
border-color: #410C11;
}
.TagClassName
{
border-color: #410C11;
}
</style>