Shades of Rustic Red #530A0C
Tints of Rustic Red #530A0C
RGB
CMYK
RGB Variations
Color information
#530A0C (or 0x530A0C) is known color: Rustic Red. HEX triplet: 53, 0A and 0C. RGB value is (83,10,12). Sum of RGB (Red+Green+Blue) = 83+10+12=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #530A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A0C is #ACF5F3. Grayscale: #202020. Windows color (decimal): -11335156 or 789075. OLE color: 789075.
HSL color Cylindrical-coordinate representation of color #530A0C: hue angle of 358.36º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A0C is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 12 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.67 |
| HSL | 358.36º | 0.78% | 0.18% | - |
| HSV(B) | 358.36º | 0.88% | 0.33% | - |
| XYZ | 3.74 | 2.08 | 0.55 | - |
| YUV | 32.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 12 | 0 | 0.88 | 0.86 | 0.67 | 358.36 | 0.78 | 0.18 |
| Hex | 53 | A | C | 0 | 58 | 56 | 43 | 166 | 4E | 12 |
| Octal | 123 | 12 | 14 | 0 | 130 | 126 | 103 | 546 | 116 | 22 |
| Binary | 1010011 | 1010 | 1100 | 0 | 1011000 | 1010110 | 1000011 | 101100110 | 1001110 | 10010 |
Color Harmonies of #530A0C
Complementary color
Monochromatic Colors of #530A0C
Black with #530A0C
Text Example
Text Example
White with #530A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A0C; }
p { color: rgb(83,10,12); }
H1.HeaderClassName
{
color: #530A0C;
}
.AnyTagClassName
{
color: #530A0C;
}
</style>
background-color css
<style>
a { background-color: #530A0C; }
a { background-color: rgb(83,10,12); }
div.DivClassName
{
background-color: #530A0C;
}
.BgClassName
{
background-color: #530A0C;
}
</style>
border-color css
<style>
span { border-color: #530A0C; }
span { border-color: rgb(83,10,12); }
td.TdClassName
{
border-color: #530A0C;
}
.TagClassName
{
border-color: #530A0C;
}
</style>