Shades of Rustic Red #410A19
Tints of Rustic Red #410A19
RGB
CMYK
RGB Variations
Color information
#410A19 (or 0x410A19) is known color: Rustic Red. HEX triplet: 41, 0A and 19. RGB value is (65,10,25). Sum of RGB (Red+Green+Blue) = 65+10+25=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #410A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A19 is #BEF5E6. Grayscale: #1C1C1C. Windows color (decimal): -12514791 or 1641025. OLE color: 1641025.
HSL color Cylindrical-coordinate representation of color #410A19: hue angle of 343.64º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A19 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 10 | 25 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.75 |
| HSL | 343.64º | 0.73% | 0.15% | - |
| HSV(B) | 343.64º | 0.85% | 0.25% | - |
| XYZ | 2.46 | 1.41 | 1.06 | - |
| YUV | 28.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 25 | 0 | 0.85 | 0.62 | 0.75 | 343.64 | 0.73 | 0.15 |
| Hex | 41 | A | 19 | 0 | 55 | 3E | 4B | 158 | 49 | F |
| Octal | 101 | 12 | 31 | 0 | 125 | 76 | 113 | 530 | 111 | 17 |
| Binary | 1000001 | 1010 | 11001 | 0 | 1010101 | 111110 | 1001011 | 101011000 | 1001001 | 1111 |
Color Harmonies of #410A19
Complementary color
Monochromatic Colors of #410A19
Black with #410A19
Text Example
Text Example
White with #410A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A19; }
p { color: rgb(65,10,25); }
H1.HeaderClassName
{
color: #410A19;
}
.AnyTagClassName
{
color: #410A19;
}
</style>
background-color css
<style>
a { background-color: #410A19; }
a { background-color: rgb(65,10,25); }
div.DivClassName
{
background-color: #410A19;
}
.BgClassName
{
background-color: #410A19;
}
</style>
border-color css
<style>
span { border-color: #410A19; }
span { border-color: rgb(65,10,25); }
td.TdClassName
{
border-color: #410A19;
}
.TagClassName
{
border-color: #410A19;
}
</style>