Shades of Rustic Red #451319
Tints of Rustic Red #451319
RGB
CMYK
RGB Variations
Color information
#451319 (or 0x451319) is known color: Rustic Red. HEX triplet: 45, 13 and 19. RGB value is (69,19,25). Sum of RGB (Red+Green+Blue) = 69+19+25=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #451319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451319 is #BAECE6. Grayscale: #222222. Windows color (decimal): -12250343 or 1643333. OLE color: 1643333.
HSL color Cylindrical-coordinate representation of color #451319: hue angle of 352.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451319 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 19 | 25 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.73 |
| HSL | 352.8º | 0.57% | 0.17% | - |
| HSV(B) | 352.8º | 0.72% | 0.27% | - |
| XYZ | 2.86 | 1.8 | 1.12 | - |
| YUV | 34.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 25 | 0 | 0.72 | 0.64 | 0.73 | 352.8 | 0.57 | 0.17 |
| Hex | 45 | 13 | 19 | 0 | 48 | 40 | 49 | 161 | 39 | 11 |
| Octal | 105 | 23 | 31 | 0 | 110 | 100 | 111 | 541 | 71 | 21 |
| Binary | 1000101 | 10011 | 11001 | 0 | 1001000 | 1000000 | 1001001 | 101100001 | 111001 | 10001 |
Color Harmonies of #451319
Complementary color
Monochromatic Colors of #451319
Black with #451319
Text Example
Text Example
White with #451319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451319; }
p { color: rgb(69,19,25); }
H1.HeaderClassName
{
color: #451319;
}
.AnyTagClassName
{
color: #451319;
}
</style>
background-color css
<style>
a { background-color: #451319; }
a { background-color: rgb(69,19,25); }
div.DivClassName
{
background-color: #451319;
}
.BgClassName
{
background-color: #451319;
}
</style>
border-color css
<style>
span { border-color: #451319; }
span { border-color: rgb(69,19,25); }
td.TdClassName
{
border-color: #451319;
}
.TagClassName
{
border-color: #451319;
}
</style>