Shades of Red Oxide #530F0C
Tints of Red Oxide #530F0C
RGB
CMYK
RGB Variations
Color information
#530F0C (or 0x530F0C) is known color: Red Oxide. HEX triplet: 53, 0F and 0C. RGB value is (83,15,12). Sum of RGB (Red+Green+Blue) = 83+15+12=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #530F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530F0C is #ACF0F3. Grayscale: #232323. Windows color (decimal): -11333876 or 790355. OLE color: 790355.
HSL color Cylindrical-coordinate representation of color #530F0C: hue angle of 2.54º 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 #530F0C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 12 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.67 |
| HSL | 2.54º | 0.75% | 0.19% | - |
| HSV(B) | 2.54º | 0.86% | 0.33% | - |
| XYZ | 3.8 | 2.21 | 0.57 | - |
| YUV | 34.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 12 | 0 | 0.82 | 0.86 | 0.67 | 2.54 | 0.75 | 0.19 |
| Hex | 53 | F | C | 0 | 52 | 56 | 43 | 3 | 4B | 13 |
| Octal | 123 | 17 | 14 | 0 | 122 | 126 | 103 | 3 | 113 | 23 |
| Binary | 1010011 | 1111 | 1100 | 0 | 1010010 | 1010110 | 1000011 | 11 | 1001011 | 10011 |
Color Harmonies of #530F0C
Complementary color
Monochromatic Colors of #530F0C
Black with #530F0C
Text Example
Text Example
White with #530F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F0C; }
p { color: rgb(83,15,12); }
H1.HeaderClassName
{
color: #530F0C;
}
.AnyTagClassName
{
color: #530F0C;
}
</style>
background-color css
<style>
a { background-color: #530F0C; }
a { background-color: rgb(83,15,12); }
div.DivClassName
{
background-color: #530F0C;
}
.BgClassName
{
background-color: #530F0C;
}
</style>
border-color css
<style>
span { border-color: #530F0C; }
span { border-color: rgb(83,15,12); }
td.TdClassName
{
border-color: #530F0C;
}
.TagClassName
{
border-color: #530F0C;
}
</style>