Shades of Rustic Red #41000C
Tints of Rustic Red #41000C
RGB
CMYK
RGB Variations
Color information
#41000C (or 0x41000C) is known color: Rustic Red. HEX triplet: 41, 00 and 0C. RGB value is (65,0,12). Sum of RGB (Red+Green+Blue) = 65+0+12=77 (10% of max value = 765). Red value is 65 (25.78% from 255 or 84.42% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 65 - color contains mainly: red. Hex color #41000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41000C is #BEFFF3. Grayscale: #141414. Windows color (decimal): -12517364 or 786497. OLE color: 786497.
HSL color Cylindrical-coordinate representation of color #41000C: hue angle of 348.92º 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 #41000C is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.82 | 0.75 |
| HSL | 348.92º | 1% | 0.13% | - |
| HSV(B) | 348.92º | 1% | 0.25% | - |
| XYZ | 2.25 | 1.15 | 0.45 | - |
| YUV | 20.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 12 | 0 | 1 | 0.82 | 0.75 | 348.92 | 1 | 0.13 |
| Hex | 41 | 0 | C | 0 | 64 | 52 | 4B | 15D | 64 | D |
| Octal | 101 | 0 | 14 | 0 | 144 | 122 | 113 | 535 | 144 | 15 |
| Binary | 1000001 | 0 | 1100 | 0 | 1100100 | 1010010 | 1001011 | 101011101 | 1100100 | 1101 |
Color Harmonies of #41000C
Complementary color
Monochromatic Colors of #41000C
Black with #41000C
Text Example
Text Example
White with #41000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41000C; }
p { color: rgb(65,0,12); }
H1.HeaderClassName
{
color: #41000C;
}
.AnyTagClassName
{
color: #41000C;
}
</style>
background-color css
<style>
a { background-color: #41000C; }
a { background-color: rgb(65,0,12); }
div.DivClassName
{
background-color: #41000C;
}
.BgClassName
{
background-color: #41000C;
}
</style>
border-color css
<style>
span { border-color: #41000C; }
span { border-color: rgb(65,0,12); }
td.TdClassName
{
border-color: #41000C;
}
.TagClassName
{
border-color: #41000C;
}
</style>