Shades of Rustic Red #410C16
Tints of Rustic Red #410C16
RGB
CMYK
RGB Variations
Color information
#410C16 (or 0x410C16) is known color: Rustic Red. HEX triplet: 41, 0C and 16. RGB value is (65,12,22). Sum of RGB (Red+Green+Blue) = 65+12+22=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #410C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C16 is #BEF3E9. Grayscale: #1D1D1D. Windows color (decimal): -12514282 or 1444929. OLE color: 1444929.
HSL color Cylindrical-coordinate representation of color #410C16: hue angle of 348.68º 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 #410C16 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 12 | 22 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.75 |
| HSL | 348.68º | 0.69% | 0.15% | - |
| HSV(B) | 348.68º | 0.82% | 0.25% | - |
| XYZ | 2.46 | 1.44 | 0.91 | - |
| YUV | 28.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 22 | 0 | 0.82 | 0.66 | 0.75 | 348.68 | 0.69 | 0.15 |
| Hex | 41 | C | 16 | 0 | 52 | 42 | 4B | 15D | 45 | F |
| Octal | 101 | 14 | 26 | 0 | 122 | 102 | 113 | 535 | 105 | 17 |
| Binary | 1000001 | 1100 | 10110 | 0 | 1010010 | 1000010 | 1001011 | 101011101 | 1000101 | 1111 |
Color Harmonies of #410C16
Complementary color
Monochromatic Colors of #410C16
Black with #410C16
Text Example
Text Example
White with #410C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C16; }
p { color: rgb(65,12,22); }
H1.HeaderClassName
{
color: #410C16;
}
.AnyTagClassName
{
color: #410C16;
}
</style>
background-color css
<style>
a { background-color: #410C16; }
a { background-color: rgb(65,12,22); }
div.DivClassName
{
background-color: #410C16;
}
.BgClassName
{
background-color: #410C16;
}
</style>
border-color css
<style>
span { border-color: #410C16; }
span { border-color: rgb(65,12,22); }
td.TdClassName
{
border-color: #410C16;
}
.TagClassName
{
border-color: #410C16;
}
</style>