Shades of Rustic Red #410613
Tints of Rustic Red #410613
RGB
CMYK
RGB Variations
Color information
#410613 (or 0x410613) is known color: Rustic Red. HEX triplet: 41, 06 and 13. RGB value is (65,6,19). Sum of RGB (Red+Green+Blue) = 65+6+19=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #410613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410613 is #BEF9EC. Grayscale: #191919. Windows color (decimal): -12515821 or 1246785. OLE color: 1246785.
HSL color Cylindrical-coordinate representation of color #410613: hue angle of 346.78º 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 #410613 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 6 | 19 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.75 |
| HSL | 346.78º | 0.83% | 0.14% | - |
| HSV(B) | 346.78º | 0.91% | 0.25% | - |
| XYZ | 2.36 | 1.3 | 0.74 | - |
| YUV | 25.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 19 | 0 | 0.91 | 0.71 | 0.75 | 346.78 | 0.83 | 0.14 |
| Hex | 41 | 6 | 13 | 0 | 5B | 47 | 4B | 15B | 53 | E |
| Octal | 101 | 6 | 23 | 0 | 133 | 107 | 113 | 533 | 123 | 16 |
| Binary | 1000001 | 110 | 10011 | 0 | 1011011 | 1000111 | 1001011 | 101011011 | 1010011 | 1110 |
Color Harmonies of #410613
Complementary color
Monochromatic Colors of #410613
Black with #410613
Text Example
Text Example
White with #410613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410613; }
p { color: rgb(65,6,19); }
H1.HeaderClassName
{
color: #410613;
}
.AnyTagClassName
{
color: #410613;
}
</style>
background-color css
<style>
a { background-color: #410613; }
a { background-color: rgb(65,6,19); }
div.DivClassName
{
background-color: #410613;
}
.BgClassName
{
background-color: #410613;
}
</style>
border-color css
<style>
span { border-color: #410613; }
span { border-color: rgb(65,6,19); }
td.TdClassName
{
border-color: #410613;
}
.TagClassName
{
border-color: #410613;
}
</style>