Shades of Rustic Red #410C0F
Tints of Rustic Red #410C0F
RGB
CMYK
RGB Variations
Color information
#410C0F (or 0x410C0F) is known color: Rustic Red. HEX triplet: 41, 0C and 0F. RGB value is (65,12,15). Sum of RGB (Red+Green+Blue) = 65+12+15=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #410C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C0F is #BEF3F0. Grayscale: #1C1C1C. Windows color (decimal): -12514289 or 986177. OLE color: 986177.
HSL color Cylindrical-coordinate representation of color #410C0F: hue angle of 356.6º 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 #410C0F is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 12 | 15 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.75 |
| HSL | 356.6º | 0.69% | 0.15% | - |
| HSV(B) | 356.6º | 0.82% | 0.25% | - |
| XYZ | 2.4 | 1.42 | 0.6 | - |
| YUV | 28.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 15 | 0 | 0.82 | 0.77 | 0.75 | 356.6 | 0.69 | 0.15 |
| Hex | 41 | C | F | 0 | 52 | 4D | 4B | 165 | 45 | F |
| Octal | 101 | 14 | 17 | 0 | 122 | 115 | 113 | 545 | 105 | 17 |
| Binary | 1000001 | 1100 | 1111 | 0 | 1010010 | 1001101 | 1001011 | 101100101 | 1000101 | 1111 |
Color Harmonies of #410C0F
Complementary color
Monochromatic Colors of #410C0F
Black with #410C0F
Text Example
Text Example
White with #410C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C0F; }
p { color: rgb(65,12,15); }
H1.HeaderClassName
{
color: #410C0F;
}
.AnyTagClassName
{
color: #410C0F;
}
</style>
background-color css
<style>
a { background-color: #410C0F; }
a { background-color: rgb(65,12,15); }
div.DivClassName
{
background-color: #410C0F;
}
.BgClassName
{
background-color: #410C0F;
}
</style>
border-color css
<style>
span { border-color: #410C0F; }
span { border-color: rgb(65,12,15); }
td.TdClassName
{
border-color: #410C0F;
}
.TagClassName
{
border-color: #410C0F;
}
</style>