Shades of Red Oxide #530C04
Tints of Red Oxide #530C04
RGB
CMYK
RGB Variations
Color information
#530C04 (or 0x530C04) is known color: Red Oxide. HEX triplet: 53, 0C and 04. RGB value is (83,12,4). Sum of RGB (Red+Green+Blue) = 83+12+4=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #530C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C04 is #ACF3FB. Grayscale: #202020. Windows color (decimal): -11334652 or 265299. OLE color: 265299.
HSL color Cylindrical-coordinate representation of color #530C04: hue angle of 6.08º 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 #530C04 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 4 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.67 |
| HSL | 6.08º | 0.91% | 0.17% | - |
| HSV(B) | 6.08º | 0.95% | 0.33% | - |
| XYZ | 3.72 | 2.11 | 0.33 | - |
| YUV | 32.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 4 | 0 | 0.86 | 0.95 | 0.67 | 6.08 | 0.91 | 0.17 |
| Hex | 53 | C | 4 | 0 | 56 | 5F | 43 | 6 | 5B | 11 |
| Octal | 123 | 14 | 4 | 0 | 126 | 137 | 103 | 6 | 133 | 21 |
| Binary | 1010011 | 1100 | 100 | 0 | 1010110 | 1011111 | 1000011 | 110 | 1011011 | 10001 |
Color Harmonies of #530C04
Complementary color
Monochromatic Colors of #530C04
Black with #530C04
Text Example
Text Example
White with #530C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C04; }
p { color: rgb(83,12,4); }
H1.HeaderClassName
{
color: #530C04;
}
.AnyTagClassName
{
color: #530C04;
}
</style>
background-color css
<style>
a { background-color: #530C04; }
a { background-color: rgb(83,12,4); }
div.DivClassName
{
background-color: #530C04;
}
.BgClassName
{
background-color: #530C04;
}
</style>
border-color css
<style>
span { border-color: #530C04; }
span { border-color: rgb(83,12,4); }
td.TdClassName
{
border-color: #530C04;
}
.TagClassName
{
border-color: #530C04;
}
</style>