Shades of Rustic Red #451819
Tints of Rustic Red #451819
RGB
CMYK
RGB Variations
Color information
#451819 (or 0x451819) is known color: Rustic Red. HEX triplet: 45, 18 and 19. RGB value is (69,24,25). Sum of RGB (Red+Green+Blue) = 69+24+25=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #451819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451819 is #BAE7E6. Grayscale: #252525. Windows color (decimal): -12249063 or 1644613. OLE color: 1644613.
HSL color Cylindrical-coordinate representation of color #451819: hue angle of 358.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #451819 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 24 | 25 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.73 |
| HSL | 358.67º | 0.48% | 0.18% | - |
| HSV(B) | 358.67º | 0.65% | 0.27% | - |
| XYZ | 2.96 | 1.99 | 1.15 | - |
| YUV | 37.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 24 | 25 | 0 | 0.65 | 0.64 | 0.73 | 358.67 | 0.48 | 0.18 |
| Hex | 45 | 18 | 19 | 0 | 41 | 40 | 49 | 167 | 30 | 12 |
| Octal | 105 | 30 | 31 | 0 | 101 | 100 | 111 | 547 | 60 | 22 |
| Binary | 1000101 | 11000 | 11001 | 0 | 1000001 | 1000000 | 1001001 | 101100111 | 110000 | 10010 |
Color Harmonies of #451819
Complementary color
Monochromatic Colors of #451819
Black with #451819
Text Example
Text Example
White with #451819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451819; }
p { color: rgb(69,24,25); }
H1.HeaderClassName
{
color: #451819;
}
.AnyTagClassName
{
color: #451819;
}
</style>
background-color css
<style>
a { background-color: #451819; }
a { background-color: rgb(69,24,25); }
div.DivClassName
{
background-color: #451819;
}
.BgClassName
{
background-color: #451819;
}
</style>
border-color css
<style>
span { border-color: #451819; }
span { border-color: rgb(69,24,25); }
td.TdClassName
{
border-color: #451819;
}
.TagClassName
{
border-color: #451819;
}
</style>