Shades of Red Oxide #530300
Tints of Red Oxide #530300
RGB
CMYK
RGB Variations
Color information
#530300 (or 0x530300) is known color: Red Oxide. HEX triplet: 53, 03 and 00. RGB value is (83,3,0). Sum of RGB (Red+Green+Blue) = 83+3+0=86 (11% of max value = 765). Red value is 83 (32.81% from 255 or 96.51% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 83 - color contains mainly: red. Hex color #530300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530300 is #ACFCFF. Grayscale: #1A1A1A. Windows color (decimal): -11336960 or 851. OLE color: 851.
HSL color Cylindrical-coordinate representation of color #530300: hue angle of 2.17º 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 #530300 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.67 |
| HSL | 2.17º | 1% | 0.16% | - |
| HSV(B) | 2.17º | 1% | 0.33% | - |
| XYZ | 3.6 | 1.9 | 0.18 | - |
| YUV | 26.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 0 | 0 | 0.96 | 1 | 0.67 | 2.17 | 1 | 0.16 |
| Hex | 53 | 3 | 0 | 0 | 60 | 64 | 43 | 2 | 64 | 10 |
| Octal | 123 | 3 | 0 | 0 | 140 | 144 | 103 | 2 | 144 | 20 |
| Binary | 1010011 | 11 | 0 | 0 | 1100000 | 1100100 | 1000011 | 10 | 1100100 | 10000 |
Color Harmonies of #530300
Complementary color
Monochromatic Colors of #530300
Black with #530300
Text Example
Text Example
White with #530300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530300; }
p { color: rgb(83,3,0); }
H1.HeaderClassName
{
color: #530300;
}
.AnyTagClassName
{
color: #530300;
}
</style>
background-color css
<style>
a { background-color: #530300; }
a { background-color: rgb(83,3,0); }
div.DivClassName
{
background-color: #530300;
}
.BgClassName
{
background-color: #530300;
}
</style>
border-color css
<style>
span { border-color: #530300; }
span { border-color: rgb(83,3,0); }
td.TdClassName
{
border-color: #530300;
}
.TagClassName
{
border-color: #530300;
}
</style>