Shades of Rustic Red #410012
Tints of Rustic Red #410012
RGB
CMYK
RGB Variations
Color information
#410012 (or 0x410012) is known color: Rustic Red. HEX triplet: 41, 00 and 12. RGB value is (65,0,18). Sum of RGB (Red+Green+Blue) = 65+0+18=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #410012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410012 is #BEFFED. Grayscale: #151515. Windows color (decimal): -12517358 or 1179713. OLE color: 1179713.
HSL color Cylindrical-coordinate representation of color #410012: hue angle of 343.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410012 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.72 | 0.75 |
| HSL | 343.38º | 1% | 0.13% | - |
| HSV(B) | 343.38º | 1% | 0.25% | - |
| XYZ | 2.29 | 1.17 | 0.68 | - |
| YUV | 21.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 18 | 0 | 1 | 0.72 | 0.75 | 343.38 | 1 | 0.13 |
| Hex | 41 | 0 | 12 | 0 | 64 | 48 | 4B | 157 | 64 | D |
| Octal | 101 | 0 | 22 | 0 | 144 | 110 | 113 | 527 | 144 | 15 |
| Binary | 1000001 | 0 | 10010 | 0 | 1100100 | 1001000 | 1001011 | 101010111 | 1100100 | 1101 |
Color Harmonies of #410012
Complementary color
Monochromatic Colors of #410012
Black with #410012
Text Example
Text Example
White with #410012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410012; }
p { color: rgb(65,0,18); }
H1.HeaderClassName
{
color: #410012;
}
.AnyTagClassName
{
color: #410012;
}
</style>
background-color css
<style>
a { background-color: #410012; }
a { background-color: rgb(65,0,18); }
div.DivClassName
{
background-color: #410012;
}
.BgClassName
{
background-color: #410012;
}
</style>
border-color css
<style>
span { border-color: #410012; }
span { border-color: rgb(65,0,18); }
td.TdClassName
{
border-color: #410012;
}
.TagClassName
{
border-color: #410012;
}
</style>