Shades of Rustic Red #410C17
Tints of Rustic Red #410C17
RGB
CMYK
RGB Variations
Color information
#410C17 (or 0x410C17) is known color: Rustic Red. HEX triplet: 41, 0C and 17. RGB value is (65,12,23). Sum of RGB (Red+Green+Blue) = 65+12+23=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #410C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C17 is #BEF3E8. Grayscale: #1D1D1D. Windows color (decimal): -12514281 or 1510465. OLE color: 1510465.
HSL color Cylindrical-coordinate representation of color #410C17: hue angle of 347.55º 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 #410C17 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 12 | 23 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.75 |
| HSL | 347.55º | 0.69% | 0.15% | - |
| HSV(B) | 347.55º | 0.82% | 0.25% | - |
| XYZ | 2.47 | 1.45 | 0.96 | - |
| YUV | 29.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 23 | 0 | 0.82 | 0.65 | 0.75 | 347.55 | 0.69 | 0.15 |
| Hex | 41 | C | 17 | 0 | 52 | 41 | 4B | 15C | 45 | F |
| Octal | 101 | 14 | 27 | 0 | 122 | 101 | 113 | 534 | 105 | 17 |
| Binary | 1000001 | 1100 | 10111 | 0 | 1010010 | 1000001 | 1001011 | 101011100 | 1000101 | 1111 |
Color Harmonies of #410C17
Complementary color
Monochromatic Colors of #410C17
Black with #410C17
Text Example
Text Example
White with #410C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C17; }
p { color: rgb(65,12,23); }
H1.HeaderClassName
{
color: #410C17;
}
.AnyTagClassName
{
color: #410C17;
}
</style>
background-color css
<style>
a { background-color: #410C17; }
a { background-color: rgb(65,12,23); }
div.DivClassName
{
background-color: #410C17;
}
.BgClassName
{
background-color: #410C17;
}
</style>
border-color css
<style>
span { border-color: #410C17; }
span { border-color: rgb(65,12,23); }
td.TdClassName
{
border-color: #410C17;
}
.TagClassName
{
border-color: #410C17;
}
</style>