Shades of Rustic Red #450713
Tints of Rustic Red #450713
RGB
CMYK
RGB Variations
Color information
#450713 (or 0x450713) is known color: Rustic Red. HEX triplet: 45, 07 and 13. RGB value is (69,7,19). Sum of RGB (Red+Green+Blue) = 69+7+19=95 (12% of max value = 765). Red value is 69 (27.34% from 255 or 72.63% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 69 - color contains mainly: red. Hex color #450713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450713 is #BAF8EC. Grayscale: #1A1A1A. Windows color (decimal): -12253421 or 1247045. OLE color: 1247045.
HSL color Cylindrical-coordinate representation of color #450713: hue angle of 348.39º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450713 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 7 | 19 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.73 |
| HSL | 348.39º | 0.82% | 0.15% | - |
| HSV(B) | 348.39º | 0.9% | 0.27% | - |
| XYZ | 2.65 | 1.46 | 0.76 | - |
| YUV | 26.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 7 | 19 | 0 | 0.90 | 0.72 | 0.73 | 348.39 | 0.82 | 0.15 |
| Hex | 45 | 7 | 13 | 0 | 5A | 48 | 49 | 15C | 52 | F |
| Octal | 105 | 7 | 23 | 0 | 132 | 110 | 111 | 534 | 122 | 17 |
| Binary | 1000101 | 111 | 10011 | 0 | 1011010 | 1001000 | 1001001 | 101011100 | 1010010 | 1111 |
Color Harmonies of #450713
Complementary color
Monochromatic Colors of #450713
Black with #450713
Text Example
Text Example
White with #450713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450713; }
p { color: rgb(69,7,19); }
H1.HeaderClassName
{
color: #450713;
}
.AnyTagClassName
{
color: #450713;
}
</style>
background-color css
<style>
a { background-color: #450713; }
a { background-color: rgb(69,7,19); }
div.DivClassName
{
background-color: #450713;
}
.BgClassName
{
background-color: #450713;
}
</style>
border-color css
<style>
span { border-color: #450713; }
span { border-color: rgb(69,7,19); }
td.TdClassName
{
border-color: #450713;
}
.TagClassName
{
border-color: #450713;
}
</style>