Shades of Red Oxide #531003
Tints of Red Oxide #531003
RGB
CMYK
RGB Variations
Color information
#531003 (or 0x531003) is known color: Red Oxide. HEX triplet: 53, 10 and 03. RGB value is (83,16,3). Sum of RGB (Red+Green+Blue) = 83+16+3=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 3 (1.56% from 255 or 2.94% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #531003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531003 is #ACEFFC. Grayscale: #222222. Windows color (decimal): -11333629 or 200787. OLE color: 200787.
HSL color Cylindrical-coordinate representation of color #531003: hue angle of 9.75º 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 #531003 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 3 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.67 |
| HSL | 9.75º | 0.93% | 0.17% | - |
| HSV(B) | 9.75º | 0.96% | 0.33% | - |
| XYZ | 3.77 | 2.22 | 0.32 | - |
| YUV | 34.55 | 110.2 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 3 | 0 | 0.81 | 0.96 | 0.67 | 9.75 | 0.93 | 0.17 |
| Hex | 53 | 10 | 3 | 0 | 51 | 60 | 43 | A | 5D | 11 |
| Octal | 123 | 20 | 3 | 0 | 121 | 140 | 103 | 12 | 135 | 21 |
| Binary | 1010011 | 10000 | 11 | 0 | 1010001 | 1100000 | 1000011 | 1010 | 1011101 | 10001 |
Color Harmonies of #531003
Complementary color
Monochromatic Colors of #531003
Black with #531003
Text Example
Text Example
White with #531003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531003; }
p { color: rgb(83,16,3); }
H1.HeaderClassName
{
color: #531003;
}
.AnyTagClassName
{
color: #531003;
}
</style>
background-color css
<style>
a { background-color: #531003; }
a { background-color: rgb(83,16,3); }
div.DivClassName
{
background-color: #531003;
}
.BgClassName
{
background-color: #531003;
}
</style>
border-color css
<style>
span { border-color: #531003; }
span { border-color: rgb(83,16,3); }
td.TdClassName
{
border-color: #531003;
}
.TagClassName
{
border-color: #531003;
}
</style>