Shades of Rustic Red #530607
Tints of Rustic Red #530607
RGB
CMYK
RGB Variations
Color information
#530607 (or 0x530607) is known color: Rustic Red. HEX triplet: 53, 06 and 07. RGB value is (83,6,7). Sum of RGB (Red+Green+Blue) = 83+6+7=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #530607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530607 is #ACF9F8. Grayscale: #1D1D1D. Windows color (decimal): -11336185 or 460371. OLE color: 460371.
HSL color Cylindrical-coordinate representation of color #530607: hue angle of 359.22º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530607 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 6 | 7 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.67 |
| HSL | 359.22º | 0.87% | 0.17% | - |
| HSV(B) | 359.22º | 0.93% | 0.33% | - |
| XYZ | 3.67 | 1.98 | 0.39 | - |
| YUV | 29.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 7 | 0 | 0.93 | 0.92 | 0.67 | 359.22 | 0.87 | 0.17 |
| Hex | 53 | 6 | 7 | 0 | 5D | 5C | 43 | 167 | 57 | 11 |
| Octal | 123 | 6 | 7 | 0 | 135 | 134 | 103 | 547 | 127 | 21 |
| Binary | 1010011 | 110 | 111 | 0 | 1011101 | 1011100 | 1000011 | 101100111 | 1010111 | 10001 |
Color Harmonies of #530607
Complementary color
Monochromatic Colors of #530607
Black with #530607
Text Example
Text Example
White with #530607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530607; }
p { color: rgb(83,6,7); }
H1.HeaderClassName
{
color: #530607;
}
.AnyTagClassName
{
color: #530607;
}
</style>
background-color css
<style>
a { background-color: #530607; }
a { background-color: rgb(83,6,7); }
div.DivClassName
{
background-color: #530607;
}
.BgClassName
{
background-color: #530607;
}
</style>
border-color css
<style>
span { border-color: #530607; }
span { border-color: rgb(83,6,7); }
td.TdClassName
{
border-color: #530607;
}
.TagClassName
{
border-color: #530607;
}
</style>