Shades of Red Oxide #530C0A
Tints of Red Oxide #530C0A
RGB
CMYK
RGB Variations
Color information
#530C0A (or 0x530C0A) is known color: Red Oxide. HEX triplet: 53, 0C and 0A. RGB value is (83,12,10). Sum of RGB (Red+Green+Blue) = 83+12+10=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #530C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C0A is #ACF3F5. Grayscale: #212121. Windows color (decimal): -11334646 or 658515. OLE color: 658515.
HSL color Cylindrical-coordinate representation of color #530C0A: hue angle of 1.64º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530C0A is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 10 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.67 |
| HSL | 1.64º | 0.78% | 0.18% | - |
| HSV(B) | 1.64º | 0.88% | 0.33% | - |
| XYZ | 3.75 | 2.12 | 0.5 | - |
| YUV | 33 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 10 | 0 | 0.86 | 0.88 | 0.67 | 1.64 | 0.78 | 0.18 |
| Hex | 53 | C | A | 0 | 56 | 58 | 43 | 2 | 4E | 12 |
| Octal | 123 | 14 | 12 | 0 | 126 | 130 | 103 | 2 | 116 | 22 |
| Binary | 1010011 | 1100 | 1010 | 0 | 1010110 | 1011000 | 1000011 | 10 | 1001110 | 10010 |
Color Harmonies of #530C0A
Complementary color
Monochromatic Colors of #530C0A
Black with #530C0A
Text Example
Text Example
White with #530C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C0A; }
p { color: rgb(83,12,10); }
H1.HeaderClassName
{
color: #530C0A;
}
.AnyTagClassName
{
color: #530C0A;
}
</style>
background-color css
<style>
a { background-color: #530C0A; }
a { background-color: rgb(83,12,10); }
div.DivClassName
{
background-color: #530C0A;
}
.BgClassName
{
background-color: #530C0A;
}
</style>
border-color css
<style>
span { border-color: #530C0A; }
span { border-color: rgb(83,12,10); }
td.TdClassName
{
border-color: #530C0A;
}
.TagClassName
{
border-color: #530C0A;
}
</style>