Shades of Rustic Red #530002
Tints of Rustic Red #530002
RGB
CMYK
RGB Variations
Color information
#530002 (or 0x530002) is known color: Rustic Red. HEX triplet: 53, 00 and 02. RGB value is (83,0,2). Sum of RGB (Red+Green+Blue) = 83+0+2=85 (11% of max value = 765). Red value is 83 (32.81% from 255 or 97.65% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 83 - color contains mainly: red. Hex color #530002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530002 is #ACFFFD. Grayscale: #191919. Windows color (decimal): -11337726 or 131155. OLE color: 131155.
HSL color Cylindrical-coordinate representation of color #530002: hue angle of 358.55º 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 #530002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.98 | 0.67 |
| HSL | 358.55º | 1% | 0.16% | - |
| HSV(B) | 358.55º | 1% | 0.33% | - |
| XYZ | 3.58 | 1.84 | 0.22 | - |
| YUV | 25.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 2 | 0 | 1 | 0.98 | 0.67 | 358.55 | 1 | 0.16 |
| Hex | 53 | 0 | 2 | 0 | 64 | 62 | 43 | 167 | 64 | 10 |
| Octal | 123 | 0 | 2 | 0 | 144 | 142 | 103 | 547 | 144 | 20 |
| Binary | 1010011 | 0 | 10 | 0 | 1100100 | 1100010 | 1000011 | 101100111 | 1100100 | 10000 |
Color Harmonies of #530002
Complementary color
Monochromatic Colors of #530002
Black with #530002
Text Example
Text Example
White with #530002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530002; }
p { color: rgb(83,0,2); }
H1.HeaderClassName
{
color: #530002;
}
.AnyTagClassName
{
color: #530002;
}
</style>
background-color css
<style>
a { background-color: #530002; }
a { background-color: rgb(83,0,2); }
div.DivClassName
{
background-color: #530002;
}
.BgClassName
{
background-color: #530002;
}
</style>
border-color css
<style>
span { border-color: #530002; }
span { border-color: rgb(83,0,2); }
td.TdClassName
{
border-color: #530002;
}
.TagClassName
{
border-color: #530002;
}
</style>