Shades of Rustic Red #451213
Tints of Rustic Red #451213
RGB
CMYK
RGB Variations
Color information
#451213 (or 0x451213) is known color: Rustic Red. HEX triplet: 45, 12 and 13. RGB value is (69,18,19). Sum of RGB (Red+Green+Blue) = 69+18+19=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #451213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451213 is #BAEDEC. Grayscale: #212121. Windows color (decimal): -12250605 or 1249861. OLE color: 1249861.
HSL color Cylindrical-coordinate representation of color #451213: hue angle of 358.82º 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 #451213 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 18 | 19 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.73 |
| HSL | 358.82º | 0.59% | 0.17% | - |
| HSV(B) | 358.82º | 0.74% | 0.27% | - |
| XYZ | 2.79 | 1.74 | 0.81 | - |
| YUV | 33.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 19 | 0 | 0.74 | 0.72 | 0.73 | 358.82 | 0.59 | 0.17 |
| Hex | 45 | 12 | 13 | 0 | 4A | 48 | 49 | 167 | 3B | 11 |
| Octal | 105 | 22 | 23 | 0 | 112 | 110 | 111 | 547 | 73 | 21 |
| Binary | 1000101 | 10010 | 10011 | 0 | 1001010 | 1001000 | 1001001 | 101100111 | 111011 | 10001 |
Color Harmonies of #451213
Complementary color
Monochromatic Colors of #451213
Black with #451213
Text Example
Text Example
White with #451213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451213; }
p { color: rgb(69,18,19); }
H1.HeaderClassName
{
color: #451213;
}
.AnyTagClassName
{
color: #451213;
}
</style>
background-color css
<style>
a { background-color: #451213; }
a { background-color: rgb(69,18,19); }
div.DivClassName
{
background-color: #451213;
}
.BgClassName
{
background-color: #451213;
}
</style>
border-color css
<style>
span { border-color: #451213; }
span { border-color: rgb(69,18,19); }
td.TdClassName
{
border-color: #451213;
}
.TagClassName
{
border-color: #451213;
}
</style>