Shades of Rustic Red #530709
Tints of Rustic Red #530709
RGB
CMYK
RGB Variations
Color information
#530709 (or 0x530709) is known color: Rustic Red. HEX triplet: 53, 07 and 09. RGB value is (83,7,9). Sum of RGB (Red+Green+Blue) = 83+7+9=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #530709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530709 is #ACF8F6. Grayscale: #1E1E1E. Windows color (decimal): -11335927 or 591699. OLE color: 591699.
HSL color Cylindrical-coordinate representation of color #530709: hue angle of 358.42º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530709 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 9 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.67 |
| HSL | 358.42º | 0.84% | 0.18% | - |
| HSV(B) | 358.42º | 0.92% | 0.33% | - |
| XYZ | 3.69 | 2.01 | 0.45 | - |
| YUV | 29.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 9 | 0 | 0.92 | 0.89 | 0.67 | 358.42 | 0.84 | 0.18 |
| Hex | 53 | 7 | 9 | 0 | 5C | 59 | 43 | 166 | 54 | 12 |
| Octal | 123 | 7 | 11 | 0 | 134 | 131 | 103 | 546 | 124 | 22 |
| Binary | 1010011 | 111 | 1001 | 0 | 1011100 | 1011001 | 1000011 | 101100110 | 1010100 | 10010 |
Color Harmonies of #530709
Complementary color
Monochromatic Colors of #530709
Black with #530709
Text Example
Text Example
White with #530709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530709; }
p { color: rgb(83,7,9); }
H1.HeaderClassName
{
color: #530709;
}
.AnyTagClassName
{
color: #530709;
}
</style>
background-color css
<style>
a { background-color: #530709; }
a { background-color: rgb(83,7,9); }
div.DivClassName
{
background-color: #530709;
}
.BgClassName
{
background-color: #530709;
}
</style>
border-color css
<style>
span { border-color: #530709; }
span { border-color: rgb(83,7,9); }
td.TdClassName
{
border-color: #530709;
}
.TagClassName
{
border-color: #530709;
}
</style>