Shades of Rustic Red #530106
Tints of Rustic Red #530106
RGB
CMYK
RGB Variations
Color information
#530106 (or 0x530106) is known color: Rustic Red. HEX triplet: 53, 01 and 06. RGB value is (83,1,6). Sum of RGB (Red+Green+Blue) = 83+1+6=90 (11% of max value = 765). Red value is 83 (32.81% from 255 or 92.22% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 83 - color contains mainly: red. Hex color #530106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530106 is #ACFEF9. Grayscale: #1A1A1A. Windows color (decimal): -11337466 or 393555. OLE color: 393555.
HSL color Cylindrical-coordinate representation of color #530106: hue angle of 356.34º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530106 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.67 |
| HSL | 356.34º | 0.98% | 0.16% | - |
| HSV(B) | 356.34º | 0.99% | 0.33% | - |
| XYZ | 3.61 | 1.87 | 0.34 | - |
| YUV | 26.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 6 | 0 | 0.99 | 0.93 | 0.67 | 356.34 | 0.98 | 0.16 |
| Hex | 53 | 1 | 6 | 0 | 63 | 5D | 43 | 164 | 62 | 10 |
| Octal | 123 | 1 | 6 | 0 | 143 | 135 | 103 | 544 | 142 | 20 |
| Binary | 1010011 | 1 | 110 | 0 | 1100011 | 1011101 | 1000011 | 101100100 | 1100010 | 10000 |
Color Harmonies of #530106
Complementary color
Monochromatic Colors of #530106
Black with #530106
Text Example
Text Example
White with #530106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530106; }
p { color: rgb(83,1,6); }
H1.HeaderClassName
{
color: #530106;
}
.AnyTagClassName
{
color: #530106;
}
</style>
background-color css
<style>
a { background-color: #530106; }
a { background-color: rgb(83,1,6); }
div.DivClassName
{
background-color: #530106;
}
.BgClassName
{
background-color: #530106;
}
</style>
border-color css
<style>
span { border-color: #530106; }
span { border-color: rgb(83,1,6); }
td.TdClassName
{
border-color: #530106;
}
.TagClassName
{
border-color: #530106;
}
</style>