Shades of Rustic Red #41050C
Tints of Rustic Red #41050C
RGB
CMYK
RGB Variations
Color information
#41050C (or 0x41050C) is known color: Rustic Red. HEX triplet: 41, 05 and 0C. RGB value is (65,5,12). Sum of RGB (Red+Green+Blue) = 65+5+12=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #41050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41050C is #BEFAF3. Grayscale: #171717. Windows color (decimal): -12516084 or 787777. OLE color: 787777.
HSL color Cylindrical-coordinate representation of color #41050C: hue angle of 353º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41050C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 5 | 12 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.75 |
| HSL | 353º | 0.86% | 0.14% | - |
| HSV(B) | 353º | 0.92% | 0.25% | - |
| XYZ | 2.3 | 1.26 | 0.47 | - |
| YUV | 23.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 12 | 0 | 0.92 | 0.82 | 0.75 | 353 | 0.86 | 0.14 |
| Hex | 41 | 5 | C | 0 | 5C | 52 | 4B | 161 | 56 | E |
| Octal | 101 | 5 | 14 | 0 | 134 | 122 | 113 | 541 | 126 | 16 |
| Binary | 1000001 | 101 | 1100 | 0 | 1011100 | 1010010 | 1001011 | 101100001 | 1010110 | 1110 |
Color Harmonies of #41050C
Complementary color
Monochromatic Colors of #41050C
Black with #41050C
Text Example
Text Example
White with #41050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41050C; }
p { color: rgb(65,5,12); }
H1.HeaderClassName
{
color: #41050C;
}
.AnyTagClassName
{
color: #41050C;
}
</style>
background-color css
<style>
a { background-color: #41050C; }
a { background-color: rgb(65,5,12); }
div.DivClassName
{
background-color: #41050C;
}
.BgClassName
{
background-color: #41050C;
}
</style>
border-color css
<style>
span { border-color: #41050C; }
span { border-color: rgb(65,5,12); }
td.TdClassName
{
border-color: #41050C;
}
.TagClassName
{
border-color: #41050C;
}
</style>