Shades of Red Oxide #530D0C
Tints of Red Oxide #530D0C
RGB
CMYK
RGB Variations
Color information
#530D0C (or 0x530D0C) is known color: Red Oxide. HEX triplet: 53, 0D and 0C. RGB value is (83,13,12). Sum of RGB (Red+Green+Blue) = 83+13+12=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530D0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D0C is #ACF2F3. Grayscale: #212121. Windows color (decimal): -11334388 or 789843. OLE color: 789843.
HSL color Cylindrical-coordinate representation of color #530D0C: hue angle of 0.85º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530D0C is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 12 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.67 |
| HSL | 0.85º | 0.75% | 0.19% | - |
| HSV(B) | 0.85º | 0.86% | 0.33% | - |
| XYZ | 3.78 | 2.15 | 0.56 | - |
| YUV | 33.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 12 | 0 | 0.84 | 0.86 | 0.67 | 0.85 | 0.75 | 0.19 |
| Hex | 53 | D | C | 0 | 54 | 56 | 43 | 1 | 4B | 13 |
| Octal | 123 | 15 | 14 | 0 | 124 | 126 | 103 | 1 | 113 | 23 |
| Binary | 1010011 | 1101 | 1100 | 0 | 1010100 | 1010110 | 1000011 | 1 | 1001011 | 10011 |
Color Harmonies of #530D0C
Complementary color
Monochromatic Colors of #530D0C
Black with #530D0C
Text Example
Text Example
White with #530D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D0C; }
p { color: rgb(83,13,12); }
H1.HeaderClassName
{
color: #530D0C;
}
.AnyTagClassName
{
color: #530D0C;
}
</style>
background-color css
<style>
a { background-color: #530D0C; }
a { background-color: rgb(83,13,12); }
div.DivClassName
{
background-color: #530D0C;
}
.BgClassName
{
background-color: #530D0C;
}
</style>
border-color css
<style>
span { border-color: #530D0C; }
span { border-color: rgb(83,13,12); }
td.TdClassName
{
border-color: #530D0C;
}
.TagClassName
{
border-color: #530D0C;
}
</style>