Shades of Red Oxide #530D03
Tints of Red Oxide #530D03
RGB
CMYK
RGB Variations
Color information
#530D03 (or 0x530D03) is known color: Red Oxide. HEX triplet: 53, 0D and 03. RGB value is (83,13,3). Sum of RGB (Red+Green+Blue) = 83+13+3=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #530D03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D03 is #ACF2FC. Grayscale: #202020. Windows color (decimal): -11334397 or 200019. OLE color: 200019.
HSL color Cylindrical-coordinate representation of color #530D03: hue angle of 7.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 #530D03 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 3 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.67 |
| HSL | 7.5º | 0.93% | 0.17% | - |
| HSV(B) | 7.5º | 0.96% | 0.33% | - |
| XYZ | 3.73 | 2.13 | 0.3 | - |
| YUV | 32.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 3 | 0 | 0.84 | 0.96 | 0.67 | 7.5 | 0.93 | 0.17 |
| Hex | 53 | D | 3 | 0 | 54 | 60 | 43 | 8 | 5D | 11 |
| Octal | 123 | 15 | 3 | 0 | 124 | 140 | 103 | 10 | 135 | 21 |
| Binary | 1010011 | 1101 | 11 | 0 | 1010100 | 1100000 | 1000011 | 1000 | 1011101 | 10001 |
Color Harmonies of #530D03
Complementary color
Monochromatic Colors of #530D03
Black with #530D03
Text Example
Text Example
White with #530D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D03; }
p { color: rgb(83,13,3); }
H1.HeaderClassName
{
color: #530D03;
}
.AnyTagClassName
{
color: #530D03;
}
</style>
background-color css
<style>
a { background-color: #530D03; }
a { background-color: rgb(83,13,3); }
div.DivClassName
{
background-color: #530D03;
}
.BgClassName
{
background-color: #530D03;
}
</style>
border-color css
<style>
span { border-color: #530D03; }
span { border-color: rgb(83,13,3); }
td.TdClassName
{
border-color: #530D03;
}
.TagClassName
{
border-color: #530D03;
}
</style>