Shades of Rustic Red #530D0E
Tints of Rustic Red #530D0E
RGB
CMYK
RGB Variations
Color information
#530D0E (or 0x530D0E) is known color: Rustic Red. HEX triplet: 53, 0D and 0E. RGB value is (83,13,14). Sum of RGB (Red+Green+Blue) = 83+13+14=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #530D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D0E is #ACF2F1. Grayscale: #222222. Windows color (decimal): -11334386 or 920915. OLE color: 920915.
HSL color Cylindrical-coordinate representation of color #530D0E: hue angle of 359.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D0E is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 14 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.67 |
| HSL | 359.14º | 0.73% | 0.19% | - |
| HSV(B) | 359.14º | 0.84% | 0.33% | - |
| XYZ | 3.79 | 2.16 | 0.63 | - |
| YUV | 34.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 14 | 0 | 0.84 | 0.83 | 0.67 | 359.14 | 0.73 | 0.19 |
| Hex | 53 | D | E | 0 | 54 | 53 | 43 | 167 | 49 | 13 |
| Octal | 123 | 15 | 16 | 0 | 124 | 123 | 103 | 547 | 111 | 23 |
| Binary | 1010011 | 1101 | 1110 | 0 | 1010100 | 1010011 | 1000011 | 101100111 | 1001001 | 10011 |
Color Harmonies of #530D0E
Complementary color
Monochromatic Colors of #530D0E
Black with #530D0E
Text Example
Text Example
White with #530D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D0E; }
p { color: rgb(83,13,14); }
H1.HeaderClassName
{
color: #530D0E;
}
.AnyTagClassName
{
color: #530D0E;
}
</style>
background-color css
<style>
a { background-color: #530D0E; }
a { background-color: rgb(83,13,14); }
div.DivClassName
{
background-color: #530D0E;
}
.BgClassName
{
background-color: #530D0E;
}
</style>
border-color css
<style>
span { border-color: #530D0E; }
span { border-color: rgb(83,13,14); }
td.TdClassName
{
border-color: #530D0E;
}
.TagClassName
{
border-color: #530D0E;
}
</style>