Shades of Rustic Red #530008
Tints of Rustic Red #530008
RGB
CMYK
RGB Variations
Color information
#530008 (or 0x530008) is known color: Rustic Red. HEX triplet: 53, 00 and 08. RGB value is (83,0,8). Sum of RGB (Red+Green+Blue) = 83+0+8=91 (12% of max value = 765). Red value is 83 (32.81% from 255 or 91.21% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 83 - color contains mainly: red. Hex color #530008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530008 is #ACFFF7. Grayscale: #191919. Windows color (decimal): -11337720 or 524371. OLE color: 524371.
HSL color Cylindrical-coordinate representation of color #530008: hue angle of 354.22º 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 #530008 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.90 | 0.67 |
| HSL | 354.22º | 1% | 0.16% | - |
| HSV(B) | 354.22º | 1% | 0.33% | - |
| XYZ | 3.61 | 1.86 | 0.4 | - |
| YUV | 25.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 8 | 0 | 1 | 0.90 | 0.67 | 354.22 | 1 | 0.16 |
| Hex | 53 | 0 | 8 | 0 | 64 | 5A | 43 | 162 | 64 | 10 |
| Octal | 123 | 0 | 10 | 0 | 144 | 132 | 103 | 542 | 144 | 20 |
| Binary | 1010011 | 0 | 1000 | 0 | 1100100 | 1011010 | 1000011 | 101100010 | 1100100 | 10000 |
Color Harmonies of #530008
Complementary color
Monochromatic Colors of #530008
Black with #530008
Text Example
Text Example
White with #530008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530008; }
p { color: rgb(83,0,8); }
H1.HeaderClassName
{
color: #530008;
}
.AnyTagClassName
{
color: #530008;
}
</style>
background-color css
<style>
a { background-color: #530008; }
a { background-color: rgb(83,0,8); }
div.DivClassName
{
background-color: #530008;
}
.BgClassName
{
background-color: #530008;
}
</style>
border-color css
<style>
span { border-color: #530008; }
span { border-color: rgb(83,0,8); }
td.TdClassName
{
border-color: #530008;
}
.TagClassName
{
border-color: #530008;
}
</style>