Shades of Rustic Red #410A1A
Tints of Rustic Red #410A1A
RGB
CMYK
RGB Variations
Color information
#410A1A (or 0x410A1A) is known color: Rustic Red. HEX triplet: 41, 0A and 1A. RGB value is (65,10,26). Sum of RGB (Red+Green+Blue) = 65+10+26=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #410A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A1A is #BEF5E5. Grayscale: #1C1C1C. Windows color (decimal): -12514790 or 1706561. OLE color: 1706561.
HSL color Cylindrical-coordinate representation of color #410A1A: hue angle of 342.55º 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 #410A1A is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 10 | 26 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.75 |
| HSL | 342.55º | 0.73% | 0.15% | - |
| HSV(B) | 342.55º | 0.85% | 0.25% | - |
| XYZ | 2.47 | 1.42 | 1.12 | - |
| YUV | 28.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 26 | 0 | 0.85 | 0.60 | 0.75 | 342.55 | 0.73 | 0.15 |
| Hex | 41 | A | 1A | 0 | 55 | 3C | 4B | 157 | 49 | F |
| Octal | 101 | 12 | 32 | 0 | 125 | 74 | 113 | 527 | 111 | 17 |
| Binary | 1000001 | 1010 | 11010 | 0 | 1010101 | 111100 | 1001011 | 101010111 | 1001001 | 1111 |
Color Harmonies of #410A1A
Complementary color
Monochromatic Colors of #410A1A
Black with #410A1A
Text Example
Text Example
White with #410A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A1A; }
p { color: rgb(65,10,26); }
H1.HeaderClassName
{
color: #410A1A;
}
.AnyTagClassName
{
color: #410A1A;
}
</style>
background-color css
<style>
a { background-color: #410A1A; }
a { background-color: rgb(65,10,26); }
div.DivClassName
{
background-color: #410A1A;
}
.BgClassName
{
background-color: #410A1A;
}
</style>
border-color css
<style>
span { border-color: #410A1A; }
span { border-color: rgb(65,10,26); }
td.TdClassName
{
border-color: #410A1A;
}
.TagClassName
{
border-color: #410A1A;
}
</style>