Shades of Rustic Red #410C12
Tints of Rustic Red #410C12
RGB
CMYK
RGB Variations
Color information
#410C12 (or 0x410C12) is known color: Rustic Red. HEX triplet: 41, 0C and 12. RGB value is (65,12,18). Sum of RGB (Red+Green+Blue) = 65+12+18=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #410C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C12 is #BEF3ED. Grayscale: #1C1C1C. Windows color (decimal): -12514286 or 1182785. OLE color: 1182785.
HSL color Cylindrical-coordinate representation of color #410C12: hue angle of 353.21º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #410C12 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 12 | 18 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.75 |
| HSL | 353.21º | 0.69% | 0.15% | - |
| HSV(B) | 353.21º | 0.82% | 0.25% | - |
| XYZ | 2.42 | 1.43 | 0.72 | - |
| YUV | 28.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 18 | 0 | 0.82 | 0.72 | 0.75 | 353.21 | 0.69 | 0.15 |
| Hex | 41 | C | 12 | 0 | 52 | 48 | 4B | 161 | 45 | F |
| Octal | 101 | 14 | 22 | 0 | 122 | 110 | 113 | 541 | 105 | 17 |
| Binary | 1000001 | 1100 | 10010 | 0 | 1010010 | 1001000 | 1001011 | 101100001 | 1000101 | 1111 |
Color Harmonies of #410C12
Complementary color
Monochromatic Colors of #410C12
Black with #410C12
Text Example
Text Example
White with #410C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C12; }
p { color: rgb(65,12,18); }
H1.HeaderClassName
{
color: #410C12;
}
.AnyTagClassName
{
color: #410C12;
}
</style>
background-color css
<style>
a { background-color: #410C12; }
a { background-color: rgb(65,12,18); }
div.DivClassName
{
background-color: #410C12;
}
.BgClassName
{
background-color: #410C12;
}
</style>
border-color css
<style>
span { border-color: #410C12; }
span { border-color: rgb(65,12,18); }
td.TdClassName
{
border-color: #410C12;
}
.TagClassName
{
border-color: #410C12;
}
</style>