Shades of Rustic Red #51040C
Tints of Rustic Red #51040C
RGB
CMYK
RGB Variations
Color information
#51040C (or 0x51040C) is known color: Rustic Red. HEX triplet: 51, 04 and 0C. RGB value is (81,4,12). Sum of RGB (Red+Green+Blue) = 81+4+12=97 (12% of max value = 765). Red value is 81 (32.03% from 255 or 83.51% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 81 - color contains mainly: red. Hex color #51040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #51040C is #AEFBF3. Grayscale: #1B1B1B. Windows color (decimal): -11467764 or 787537. OLE color: 787537.
HSL color Cylindrical-coordinate representation of color #51040C: hue angle of 353.77º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51040C is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 4 | 12 | - |
| CMYK | 0 | 0.95 | 0.85 | 0.68 |
| HSL | 353.77º | 0.91% | 0.17% | - |
| HSV(B) | 353.77º | 0.95% | 0.32% | - |
| XYZ | 3.5 | 1.86 | 0.52 | - |
| YUV | 27.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 12 | 0 | 0.95 | 0.85 | 0.68 | 353.77 | 0.91 | 0.17 |
| Hex | 51 | 4 | C | 0 | 5F | 55 | 44 | 162 | 5B | 11 |
| Octal | 121 | 4 | 14 | 0 | 137 | 125 | 104 | 542 | 133 | 21 |
| Binary | 1010001 | 100 | 1100 | 0 | 1011111 | 1010101 | 1000100 | 101100010 | 1011011 | 10001 |
Color Harmonies of #51040C
Complementary color
Monochromatic Colors of #51040C
Black with #51040C
Text Example
Text Example
White with #51040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51040C; }
p { color: rgb(81,4,12); }
H1.HeaderClassName
{
color: #51040C;
}
.AnyTagClassName
{
color: #51040C;
}
</style>
background-color css
<style>
a { background-color: #51040C; }
a { background-color: rgb(81,4,12); }
div.DivClassName
{
background-color: #51040C;
}
.BgClassName
{
background-color: #51040C;
}
</style>
border-color css
<style>
span { border-color: #51040C; }
span { border-color: rgb(81,4,12); }
td.TdClassName
{
border-color: #51040C;
}
.TagClassName
{
border-color: #51040C;
}
</style>