Shades of Rustic Red #451214
Tints of Rustic Red #451214
RGB
CMYK
RGB Variations
Color information
#451214 (or 0x451214) is known color: Rustic Red. HEX triplet: 45, 12 and 14. RGB value is (69,18,20). Sum of RGB (Red+Green+Blue) = 69+18+20=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #451214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451214 is #BAEDEB. Grayscale: #212121. Windows color (decimal): -12250604 or 1315397. OLE color: 1315397.
HSL color Cylindrical-coordinate representation of color #451214: hue angle of 357.65º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451214 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 18 | 20 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.73 |
| HSL | 357.65º | 0.59% | 0.17% | - |
| HSV(B) | 357.65º | 0.74% | 0.27% | - |
| XYZ | 2.8 | 1.75 | 0.85 | - |
| YUV | 33.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 20 | 0 | 0.74 | 0.71 | 0.73 | 357.65 | 0.59 | 0.17 |
| Hex | 45 | 12 | 14 | 0 | 4A | 47 | 49 | 166 | 3B | 11 |
| Octal | 105 | 22 | 24 | 0 | 112 | 107 | 111 | 546 | 73 | 21 |
| Binary | 1000101 | 10010 | 10100 | 0 | 1001010 | 1000111 | 1001001 | 101100110 | 111011 | 10001 |
Color Harmonies of #451214
Complementary color
Monochromatic Colors of #451214
Black with #451214
Text Example
Text Example
White with #451214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451214; }
p { color: rgb(69,18,20); }
H1.HeaderClassName
{
color: #451214;
}
.AnyTagClassName
{
color: #451214;
}
</style>
background-color css
<style>
a { background-color: #451214; }
a { background-color: rgb(69,18,20); }
div.DivClassName
{
background-color: #451214;
}
.BgClassName
{
background-color: #451214;
}
</style>
border-color css
<style>
span { border-color: #451214; }
span { border-color: rgb(69,18,20); }
td.TdClassName
{
border-color: #451214;
}
.TagClassName
{
border-color: #451214;
}
</style>