Shades of Rustic Red #451519
Tints of Rustic Red #451519
RGB
CMYK
RGB Variations
Color information
#451519 (or 0x451519) is known color: Rustic Red. HEX triplet: 45, 15 and 19. RGB value is (69,21,25). Sum of RGB (Red+Green+Blue) = 69+21+25=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #451519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451519 is #BAEAE6. Grayscale: #232323. Windows color (decimal): -12249831 or 1643845. OLE color: 1643845.
HSL color Cylindrical-coordinate representation of color #451519: hue angle of 355º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451519 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 21 | 25 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.73 |
| HSL | 355º | 0.53% | 0.18% | - |
| HSV(B) | 355º | 0.7% | 0.27% | - |
| XYZ | 2.9 | 1.87 | 1.13 | - |
| YUV | 35.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 25 | 0 | 0.70 | 0.64 | 0.73 | 355 | 0.53 | 0.18 |
| Hex | 45 | 15 | 19 | 0 | 46 | 40 | 49 | 163 | 35 | 12 |
| Octal | 105 | 25 | 31 | 0 | 106 | 100 | 111 | 543 | 65 | 22 |
| Binary | 1000101 | 10101 | 11001 | 0 | 1000110 | 1000000 | 1001001 | 101100011 | 110101 | 10010 |
Color Harmonies of #451519
Complementary color
Monochromatic Colors of #451519
Black with #451519
Text Example
Text Example
White with #451519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451519; }
p { color: rgb(69,21,25); }
H1.HeaderClassName
{
color: #451519;
}
.AnyTagClassName
{
color: #451519;
}
</style>
background-color css
<style>
a { background-color: #451519; }
a { background-color: rgb(69,21,25); }
div.DivClassName
{
background-color: #451519;
}
.BgClassName
{
background-color: #451519;
}
</style>
border-color css
<style>
span { border-color: #451519; }
span { border-color: rgb(69,21,25); }
td.TdClassName
{
border-color: #451519;
}
.TagClassName
{
border-color: #451519;
}
</style>