Shades of Rustic Red #530305
Tints of Rustic Red #530305
RGB
CMYK
RGB Variations
Color information
#530305 (or 0x530305) is known color: Rustic Red. HEX triplet: 53, 03 and 05. RGB value is (83,3,5). Sum of RGB (Red+Green+Blue) = 83+3+5=91 (12% of max value = 765). Red value is 83 (32.81% from 255 or 91.21% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 83 - color contains mainly: red. Hex color #530305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530305 is #ACFCFA. Grayscale: #1B1B1B. Windows color (decimal): -11336955 or 328531. OLE color: 328531.
HSL color Cylindrical-coordinate representation of color #530305: hue angle of 358.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530305 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 5 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.67 |
| HSL | 358.5º | 0.93% | 0.17% | - |
| HSV(B) | 358.5º | 0.96% | 0.33% | - |
| XYZ | 3.63 | 1.92 | 0.32 | - |
| YUV | 27.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 5 | 0 | 0.96 | 0.94 | 0.67 | 358.5 | 0.93 | 0.17 |
| Hex | 53 | 3 | 5 | 0 | 60 | 5E | 43 | 166 | 5D | 11 |
| Octal | 123 | 3 | 5 | 0 | 140 | 136 | 103 | 546 | 135 | 21 |
| Binary | 1010011 | 11 | 101 | 0 | 1100000 | 1011110 | 1000011 | 101100110 | 1011101 | 10001 |
Color Harmonies of #530305
Complementary color
Monochromatic Colors of #530305
Black with #530305
Text Example
Text Example
White with #530305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530305; }
p { color: rgb(83,3,5); }
H1.HeaderClassName
{
color: #530305;
}
.AnyTagClassName
{
color: #530305;
}
</style>
background-color css
<style>
a { background-color: #530305; }
a { background-color: rgb(83,3,5); }
div.DivClassName
{
background-color: #530305;
}
.BgClassName
{
background-color: #530305;
}
</style>
border-color css
<style>
span { border-color: #530305; }
span { border-color: rgb(83,3,5); }
td.TdClassName
{
border-color: #530305;
}
.TagClassName
{
border-color: #530305;
}
</style>