Shades of Rustic Red #530B0C
Tints of Rustic Red #530B0C
RGB
CMYK
RGB Variations
Color information
#530B0C (or 0x530B0C) is known color: Rustic Red. HEX triplet: 53, 0B and 0C. RGB value is (83,11,12). Sum of RGB (Red+Green+Blue) = 83+11+12=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #530B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B0C is #ACF4F3. Grayscale: #202020. Windows color (decimal): -11334900 or 789331. OLE color: 789331.
HSL color Cylindrical-coordinate representation of color #530B0C: hue angle of 359.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B0C is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 12 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.67 |
| HSL | 359.17º | 0.77% | 0.18% | - |
| HSV(B) | 359.17º | 0.87% | 0.33% | - |
| XYZ | 3.75 | 2.1 | 0.56 | - |
| YUV | 32.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 12 | 0 | 0.87 | 0.86 | 0.67 | 359.17 | 0.77 | 0.18 |
| Hex | 53 | B | C | 0 | 57 | 56 | 43 | 167 | 4D | 12 |
| Octal | 123 | 13 | 14 | 0 | 127 | 126 | 103 | 547 | 115 | 22 |
| Binary | 1010011 | 1011 | 1100 | 0 | 1010111 | 1010110 | 1000011 | 101100111 | 1001101 | 10010 |
Color Harmonies of #530B0C
Complementary color
Monochromatic Colors of #530B0C
Black with #530B0C
Text Example
Text Example
White with #530B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B0C; }
p { color: rgb(83,11,12); }
H1.HeaderClassName
{
color: #530B0C;
}
.AnyTagClassName
{
color: #530B0C;
}
</style>
background-color css
<style>
a { background-color: #530B0C; }
a { background-color: rgb(83,11,12); }
div.DivClassName
{
background-color: #530B0C;
}
.BgClassName
{
background-color: #530B0C;
}
</style>
border-color css
<style>
span { border-color: #530B0C; }
span { border-color: rgb(83,11,12); }
td.TdClassName
{
border-color: #530B0C;
}
.TagClassName
{
border-color: #530B0C;
}
</style>