Shades of Rustic Red #530007
Tints of Rustic Red #530007
RGB
CMYK
RGB Variations
Color information
#530007 (or 0x530007) is known color: Rustic Red. HEX triplet: 53, 00 and 07. RGB value is (83,0,7). Sum of RGB (Red+Green+Blue) = 83+0+7=90 (11% of max value = 765). Red value is 83 (32.81% from 255 or 92.22% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 83 - color contains mainly: red. Hex color #530007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530007 is #ACFFF8. Grayscale: #191919. Windows color (decimal): -11337721 or 458835. OLE color: 458835.
HSL color Cylindrical-coordinate representation of color #530007: hue angle of 354.94º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530007 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.92 | 0.67 |
| HSL | 354.94º | 1% | 0.16% | - |
| HSV(B) | 354.94º | 1% | 0.33% | - |
| XYZ | 3.61 | 1.85 | 0.37 | - |
| YUV | 25.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 7 | 0 | 1 | 0.92 | 0.67 | 354.94 | 1 | 0.16 |
| Hex | 53 | 0 | 7 | 0 | 64 | 5C | 43 | 163 | 64 | 10 |
| Octal | 123 | 0 | 7 | 0 | 144 | 134 | 103 | 543 | 144 | 20 |
| Binary | 1010011 | 0 | 111 | 0 | 1100100 | 1011100 | 1000011 | 101100011 | 1100100 | 10000 |
Color Harmonies of #530007
Complementary color
Monochromatic Colors of #530007
Black with #530007
Text Example
Text Example
White with #530007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530007; }
p { color: rgb(83,0,7); }
H1.HeaderClassName
{
color: #530007;
}
.AnyTagClassName
{
color: #530007;
}
</style>
background-color css
<style>
a { background-color: #530007; }
a { background-color: rgb(83,0,7); }
div.DivClassName
{
background-color: #530007;
}
.BgClassName
{
background-color: #530007;
}
</style>
border-color css
<style>
span { border-color: #530007; }
span { border-color: rgb(83,0,7); }
td.TdClassName
{
border-color: #530007;
}
.TagClassName
{
border-color: #530007;
}
</style>