Shades of Rustic Red #41060C
Tints of Rustic Red #41060C
RGB
CMYK
RGB Variations
Color information
#41060C (or 0x41060C) is known color: Rustic Red. HEX triplet: 41, 06 and 0C. RGB value is (65,6,12). Sum of RGB (Red+Green+Blue) = 65+6+12=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #41060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41060C is #BEF9F3. Grayscale: #181818. Windows color (decimal): -12515828 or 788033. OLE color: 788033.
HSL color Cylindrical-coordinate representation of color #41060C: hue angle of 353.9º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41060C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 12 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.75 |
| HSL | 353.9º | 0.83% | 0.14% | - |
| HSV(B) | 353.9º | 0.91% | 0.25% | - |
| XYZ | 2.31 | 1.28 | 0.47 | - |
| YUV | 24.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 12 | 0 | 0.91 | 0.82 | 0.75 | 353.9 | 0.83 | 0.14 |
| Hex | 41 | 6 | C | 0 | 5B | 52 | 4B | 162 | 53 | E |
| Octal | 101 | 6 | 14 | 0 | 133 | 122 | 113 | 542 | 123 | 16 |
| Binary | 1000001 | 110 | 1100 | 0 | 1011011 | 1010010 | 1001011 | 101100010 | 1010011 | 1110 |
Color Harmonies of #41060C
Complementary color
Monochromatic Colors of #41060C
Black with #41060C
Text Example
Text Example
White with #41060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41060C; }
p { color: rgb(65,6,12); }
H1.HeaderClassName
{
color: #41060C;
}
.AnyTagClassName
{
color: #41060C;
}
</style>
background-color css
<style>
a { background-color: #41060C; }
a { background-color: rgb(65,6,12); }
div.DivClassName
{
background-color: #41060C;
}
.BgClassName
{
background-color: #41060C;
}
</style>
border-color css
<style>
span { border-color: #41060C; }
span { border-color: rgb(65,6,12); }
td.TdClassName
{
border-color: #41060C;
}
.TagClassName
{
border-color: #41060C;
}
</style>