Shades of Rustic Red #410912
Tints of Rustic Red #410912
RGB
CMYK
RGB Variations
Color information
#410912 (or 0x410912) is known color: Rustic Red. HEX triplet: 41, 09 and 12. RGB value is (65,9,18). Sum of RGB (Red+Green+Blue) = 65+9+18=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #410912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410912 is #BEF6ED. Grayscale: #1A1A1A. Windows color (decimal): -12515054 or 1182017. OLE color: 1182017.
HSL color Cylindrical-coordinate representation of color #410912: hue angle of 350.36º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #410912 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 9 | 18 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.75 |
| HSL | 350.36º | 0.76% | 0.15% | - |
| HSV(B) | 350.36º | 0.86% | 0.25% | - |
| XYZ | 2.39 | 1.36 | 0.71 | - |
| YUV | 26.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 18 | 0 | 0.86 | 0.72 | 0.75 | 350.36 | 0.76 | 0.15 |
| Hex | 41 | 9 | 12 | 0 | 56 | 48 | 4B | 15E | 4C | F |
| Octal | 101 | 11 | 22 | 0 | 126 | 110 | 113 | 536 | 114 | 17 |
| Binary | 1000001 | 1001 | 10010 | 0 | 1010110 | 1001000 | 1001011 | 101011110 | 1001100 | 1111 |
Color Harmonies of #410912
Complementary color
Monochromatic Colors of #410912
Black with #410912
Text Example
Text Example
White with #410912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410912; }
p { color: rgb(65,9,18); }
H1.HeaderClassName
{
color: #410912;
}
.AnyTagClassName
{
color: #410912;
}
</style>
background-color css
<style>
a { background-color: #410912; }
a { background-color: rgb(65,9,18); }
div.DivClassName
{
background-color: #410912;
}
.BgClassName
{
background-color: #410912;
}
</style>
border-color css
<style>
span { border-color: #410912; }
span { border-color: rgb(65,9,18); }
td.TdClassName
{
border-color: #410912;
}
.TagClassName
{
border-color: #410912;
}
</style>