Shades of Red Oxide #530B03
Tints of Red Oxide #530B03
RGB
CMYK
RGB Variations
Color information
#530B03 (or 0x530B03) is known color: Red Oxide. HEX triplet: 53, 0B and 03. RGB value is (83,11,3). Sum of RGB (Red+Green+Blue) = 83+11+3=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #530B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B03 is #ACF4FC. Grayscale: #1F1F1F. Windows color (decimal): -11334909 or 199507. OLE color: 199507.
HSL color Cylindrical-coordinate representation of color #530B03: hue angle of 6º 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 #530B03 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 3 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.67 |
| HSL | 6º | 0.93% | 0.17% | - |
| HSV(B) | 6º | 0.96% | 0.33% | - |
| XYZ | 3.7 | 2.08 | 0.29 | - |
| YUV | 31.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 3 | 0 | 0.87 | 0.96 | 0.67 | 6 | 0.93 | 0.17 |
| Hex | 53 | B | 3 | 0 | 57 | 60 | 43 | 6 | 5D | 11 |
| Octal | 123 | 13 | 3 | 0 | 127 | 140 | 103 | 6 | 135 | 21 |
| Binary | 1010011 | 1011 | 11 | 0 | 1010111 | 1100000 | 1000011 | 110 | 1011101 | 10001 |
Color Harmonies of #530B03
Complementary color
Monochromatic Colors of #530B03
Black with #530B03
Text Example
Text Example
White with #530B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B03; }
p { color: rgb(83,11,3); }
H1.HeaderClassName
{
color: #530B03;
}
.AnyTagClassName
{
color: #530B03;
}
</style>
background-color css
<style>
a { background-color: #530B03; }
a { background-color: rgb(83,11,3); }
div.DivClassName
{
background-color: #530B03;
}
.BgClassName
{
background-color: #530B03;
}
</style>
border-color css
<style>
span { border-color: #530B03; }
span { border-color: rgb(83,11,3); }
td.TdClassName
{
border-color: #530B03;
}
.TagClassName
{
border-color: #530B03;
}
</style>