Shades of Rustic Red #530507
Tints of Rustic Red #530507
RGB
CMYK
RGB Variations
Color information
#530507 (or 0x530507) is known color: Rustic Red. HEX triplet: 53, 05 and 07. RGB value is (83,5,7). Sum of RGB (Red+Green+Blue) = 83+5+7=95 (12% of max value = 765). Red value is 83 (32.81% from 255 or 87.37% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 83 - color contains mainly: red. Hex color #530507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530507 is #ACFAF8. Grayscale: #1C1C1C. Windows color (decimal): -11336441 or 460115. OLE color: 460115.
HSL color Cylindrical-coordinate representation of color #530507: hue angle of 358.46º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530507 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 7 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.67 |
| HSL | 358.46º | 0.89% | 0.17% | - |
| HSV(B) | 358.46º | 0.94% | 0.33% | - |
| XYZ | 3.66 | 1.96 | 0.39 | - |
| YUV | 28.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 7 | 0 | 0.94 | 0.92 | 0.67 | 358.46 | 0.89 | 0.17 |
| Hex | 53 | 5 | 7 | 0 | 5E | 5C | 43 | 166 | 59 | 11 |
| Octal | 123 | 5 | 7 | 0 | 136 | 134 | 103 | 546 | 131 | 21 |
| Binary | 1010011 | 101 | 111 | 0 | 1011110 | 1011100 | 1000011 | 101100110 | 1011001 | 10001 |
Color Harmonies of #530507
Complementary color
Monochromatic Colors of #530507
Black with #530507
Text Example
Text Example
White with #530507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530507; }
p { color: rgb(83,5,7); }
H1.HeaderClassName
{
color: #530507;
}
.AnyTagClassName
{
color: #530507;
}
</style>
background-color css
<style>
a { background-color: #530507; }
a { background-color: rgb(83,5,7); }
div.DivClassName
{
background-color: #530507;
}
.BgClassName
{
background-color: #530507;
}
</style>
border-color css
<style>
span { border-color: #530507; }
span { border-color: rgb(83,5,7); }
td.TdClassName
{
border-color: #530507;
}
.TagClassName
{
border-color: #530507;
}
</style>