Shades of Rustic Red #451419
Tints of Rustic Red #451419
RGB
CMYK
RGB Variations
Color information
#451419 (or 0x451419) is known color: Rustic Red. HEX triplet: 45, 14 and 19. RGB value is (69,20,25). Sum of RGB (Red+Green+Blue) = 69+20+25=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #451419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451419 is #BAEBE6. Grayscale: #232323. Windows color (decimal): -12250087 or 1643589. OLE color: 1643589.
HSL color Cylindrical-coordinate representation of color #451419: hue angle of 353.88º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #451419 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 20 | 25 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.73 |
| HSL | 353.88º | 0.55% | 0.17% | - |
| HSV(B) | 353.88º | 0.71% | 0.27% | - |
| XYZ | 2.88 | 1.84 | 1.12 | - |
| YUV | 35.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 25 | 0 | 0.71 | 0.64 | 0.73 | 353.88 | 0.55 | 0.17 |
| Hex | 45 | 14 | 19 | 0 | 47 | 40 | 49 | 162 | 37 | 11 |
| Octal | 105 | 24 | 31 | 0 | 107 | 100 | 111 | 542 | 67 | 21 |
| Binary | 1000101 | 10100 | 11001 | 0 | 1000111 | 1000000 | 1001001 | 101100010 | 110111 | 10001 |
Color Harmonies of #451419
Complementary color
Monochromatic Colors of #451419
Black with #451419
Text Example
Text Example
White with #451419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451419; }
p { color: rgb(69,20,25); }
H1.HeaderClassName
{
color: #451419;
}
.AnyTagClassName
{
color: #451419;
}
</style>
background-color css
<style>
a { background-color: #451419; }
a { background-color: rgb(69,20,25); }
div.DivClassName
{
background-color: #451419;
}
.BgClassName
{
background-color: #451419;
}
</style>
border-color css
<style>
span { border-color: #451419; }
span { border-color: rgb(69,20,25); }
td.TdClassName
{
border-color: #451419;
}
.TagClassName
{
border-color: #451419;
}
</style>