Shades of Rustic Red #410304
Tints of Rustic Red #410304
RGB
CMYK
RGB Variations
Color information
#410304 (or 0x410304) is known color: Rustic Red. HEX triplet: 41, 03 and 04. RGB value is (65,3,4). Sum of RGB (Red+Green+Blue) = 65+3+4=72 (9% of max value = 765). Red value is 65 (25.78% from 255 or 90.28% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 65 - color contains mainly: red. Hex color #410304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410304 is #BEFCFB. Grayscale: #151515. Windows color (decimal): -12516604 or 262977. OLE color: 262977.
HSL color Cylindrical-coordinate representation of color #410304: hue angle of 359.03º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410304 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 3 | 4 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.75 |
| HSL | 359.03º | 0.91% | 0.13% | - |
| HSV(B) | 359.03º | 0.95% | 0.25% | - |
| XYZ | 2.23 | 1.2 | 0.23 | - |
| YUV | 21.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 4 | 0 | 0.95 | 0.94 | 0.75 | 359.03 | 0.91 | 0.13 |
| Hex | 41 | 3 | 4 | 0 | 5F | 5E | 4B | 167 | 5B | D |
| Octal | 101 | 3 | 4 | 0 | 137 | 136 | 113 | 547 | 133 | 15 |
| Binary | 1000001 | 11 | 100 | 0 | 1011111 | 1011110 | 1001011 | 101100111 | 1011011 | 1101 |
Color Harmonies of #410304
Complementary color
Monochromatic Colors of #410304
Black with #410304
Text Example
Text Example
White with #410304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410304; }
p { color: rgb(65,3,4); }
H1.HeaderClassName
{
color: #410304;
}
.AnyTagClassName
{
color: #410304;
}
</style>
background-color css
<style>
a { background-color: #410304; }
a { background-color: rgb(65,3,4); }
div.DivClassName
{
background-color: #410304;
}
.BgClassName
{
background-color: #410304;
}
</style>
border-color css
<style>
span { border-color: #410304; }
span { border-color: rgb(65,3,4); }
td.TdClassName
{
border-color: #410304;
}
.TagClassName
{
border-color: #410304;
}
</style>