Shades of Rustic Red #410818
Tints of Rustic Red #410818
RGB
CMYK
RGB Variations
Color information
#410818 (or 0x410818) is known color: Rustic Red. HEX triplet: 41, 08 and 18. RGB value is (65,8,24). Sum of RGB (Red+Green+Blue) = 65+8+24=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #410818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410818 is #BEF7E7. Grayscale: #1A1A1A. Windows color (decimal): -12515304 or 1574977. OLE color: 1574977.
HSL color Cylindrical-coordinate representation of color #410818: hue angle of 343.16º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410818 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 8 | 24 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.75 |
| HSL | 343.16º | 0.78% | 0.14% | - |
| HSV(B) | 343.16º | 0.88% | 0.25% | - |
| XYZ | 2.43 | 1.36 | 1 | - |
| YUV | 26.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 24 | 0 | 0.88 | 0.63 | 0.75 | 343.16 | 0.78 | 0.14 |
| Hex | 41 | 8 | 18 | 0 | 58 | 3F | 4B | 157 | 4E | E |
| Octal | 101 | 10 | 30 | 0 | 130 | 77 | 113 | 527 | 116 | 16 |
| Binary | 1000001 | 1000 | 11000 | 0 | 1011000 | 111111 | 1001011 | 101010111 | 1001110 | 1110 |
Color Harmonies of #410818
Complementary color
Monochromatic Colors of #410818
Black with #410818
Text Example
Text Example
White with #410818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410818; }
p { color: rgb(65,8,24); }
H1.HeaderClassName
{
color: #410818;
}
.AnyTagClassName
{
color: #410818;
}
</style>
background-color css
<style>
a { background-color: #410818; }
a { background-color: rgb(65,8,24); }
div.DivClassName
{
background-color: #410818;
}
.BgClassName
{
background-color: #410818;
}
</style>
border-color css
<style>
span { border-color: #410818; }
span { border-color: rgb(65,8,24); }
td.TdClassName
{
border-color: #410818;
}
.TagClassName
{
border-color: #410818;
}
</style>