Shades of Red Oxide #530E06
Tints of Red Oxide #530E06
RGB
CMYK
RGB Variations
Color information
#530E06 (or 0x530E06) is known color: Red Oxide. HEX triplet: 53, 0E and 06. RGB value is (83,14,6). Sum of RGB (Red+Green+Blue) = 83+14+6=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530E06 is #ACF1F9. Grayscale: #212121. Windows color (decimal): -11334138 or 396883. OLE color: 396883.
HSL color Cylindrical-coordinate representation of color #530E06: hue angle of 6.23º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530E06 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 14 | 6 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.67 |
| HSL | 6.23º | 0.87% | 0.17% | - |
| HSV(B) | 6.23º | 0.93% | 0.33% | - |
| XYZ | 3.76 | 2.17 | 0.39 | - |
| YUV | 33.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 6 | 0 | 0.83 | 0.93 | 0.67 | 6.23 | 0.87 | 0.17 |
| Hex | 53 | E | 6 | 0 | 53 | 5D | 43 | 6 | 57 | 11 |
| Octal | 123 | 16 | 6 | 0 | 123 | 135 | 103 | 6 | 127 | 21 |
| Binary | 1010011 | 1110 | 110 | 0 | 1010011 | 1011101 | 1000011 | 110 | 1010111 | 10001 |
Color Harmonies of #530E06
Complementary color
Monochromatic Colors of #530E06
Black with #530E06
Text Example
Text Example
White with #530E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E06; }
p { color: rgb(83,14,6); }
H1.HeaderClassName
{
color: #530E06;
}
.AnyTagClassName
{
color: #530E06;
}
</style>
background-color css
<style>
a { background-color: #530E06; }
a { background-color: rgb(83,14,6); }
div.DivClassName
{
background-color: #530E06;
}
.BgClassName
{
background-color: #530E06;
}
</style>
border-color css
<style>
span { border-color: #530E06; }
span { border-color: rgb(83,14,6); }
td.TdClassName
{
border-color: #530E06;
}
.TagClassName
{
border-color: #530E06;
}
</style>