Shades of Red Oxide #530B05
Tints of Red Oxide #530B05
RGB
CMYK
RGB Variations
Color information
#530B05 (or 0x530B05) is known color: Red Oxide. HEX triplet: 53, 0B and 05. RGB value is (83,11,5). Sum of RGB (Red+Green+Blue) = 83+11+5=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #530B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B05 is #ACF4FA. Grayscale: #1F1F1F. Windows color (decimal): -11334907 or 330579. OLE color: 330579.
HSL color Cylindrical-coordinate representation of color #530B05: hue angle of 4.62º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530B05 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 5 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.67 |
| HSL | 4.62º | 0.89% | 0.17% | - |
| HSV(B) | 4.62º | 0.94% | 0.33% | - |
| XYZ | 3.71 | 2.09 | 0.35 | - |
| YUV | 31.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 5 | 0 | 0.87 | 0.94 | 0.67 | 4.62 | 0.89 | 0.17 |
| Hex | 53 | B | 5 | 0 | 57 | 5E | 43 | 5 | 59 | 11 |
| Octal | 123 | 13 | 5 | 0 | 127 | 136 | 103 | 5 | 131 | 21 |
| Binary | 1010011 | 1011 | 101 | 0 | 1010111 | 1011110 | 1000011 | 101 | 1011001 | 10001 |
Color Harmonies of #530B05
Complementary color
Monochromatic Colors of #530B05
Black with #530B05
Text Example
Text Example
White with #530B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B05; }
p { color: rgb(83,11,5); }
H1.HeaderClassName
{
color: #530B05;
}
.AnyTagClassName
{
color: #530B05;
}
</style>
background-color css
<style>
a { background-color: #530B05; }
a { background-color: rgb(83,11,5); }
div.DivClassName
{
background-color: #530B05;
}
.BgClassName
{
background-color: #530B05;
}
</style>
border-color css
<style>
span { border-color: #530B05; }
span { border-color: rgb(83,11,5); }
td.TdClassName
{
border-color: #530B05;
}
.TagClassName
{
border-color: #530B05;
}
</style>