Shades of Red Oxide #530E04
Tints of Red Oxide #530E04
RGB
CMYK
RGB Variations
Color information
#530E04 (or 0x530E04) is known color: Red Oxide. HEX triplet: 53, 0E and 04. RGB value is (83,14,4). Sum of RGB (Red+Green+Blue) = 83+14+4=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #530E04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530E04 is #ACF1FB. Grayscale: #212121. Windows color (decimal): -11334140 or 265811. OLE color: 265811.
HSL color Cylindrical-coordinate representation of color #530E04: hue angle of 7.59º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530E04 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 14 | 4 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.67 |
| HSL | 7.59º | 0.91% | 0.17% | - |
| HSV(B) | 7.59º | 0.95% | 0.33% | - |
| XYZ | 3.75 | 2.16 | 0.33 | - |
| YUV | 33.49 | 111.36 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 4 | 0 | 0.83 | 0.95 | 0.67 | 7.59 | 0.91 | 0.17 |
| Hex | 53 | E | 4 | 0 | 53 | 5F | 43 | 8 | 5B | 11 |
| Octal | 123 | 16 | 4 | 0 | 123 | 137 | 103 | 10 | 133 | 21 |
| Binary | 1010011 | 1110 | 100 | 0 | 1010011 | 1011111 | 1000011 | 1000 | 1011011 | 10001 |
Color Harmonies of #530E04
Complementary color
Monochromatic Colors of #530E04
Black with #530E04
Text Example
Text Example
White with #530E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E04; }
p { color: rgb(83,14,4); }
H1.HeaderClassName
{
color: #530E04;
}
.AnyTagClassName
{
color: #530E04;
}
</style>
background-color css
<style>
a { background-color: #530E04; }
a { background-color: rgb(83,14,4); }
div.DivClassName
{
background-color: #530E04;
}
.BgClassName
{
background-color: #530E04;
}
</style>
border-color css
<style>
span { border-color: #530E04; }
span { border-color: rgb(83,14,4); }
td.TdClassName
{
border-color: #530E04;
}
.TagClassName
{
border-color: #530E04;
}
</style>