Shades of Red Oxide #530F08
Tints of Red Oxide #530F08
RGB
CMYK
RGB Variations
Color information
#530F08 (or 0x530F08) is known color: Red Oxide. HEX triplet: 53, 0F and 08. RGB value is (83,15,8). Sum of RGB (Red+Green+Blue) = 83+15+8=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #530F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530F08 is #ACF0F7. Grayscale: #222222. Windows color (decimal): -11333880 or 528211. OLE color: 528211.
HSL color Cylindrical-coordinate representation of color #530F08: hue angle of 5.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530F08 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 8 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.67 |
| HSL | 5.6º | 0.82% | 0.18% | - |
| HSV(B) | 5.6º | 0.9% | 0.33% | - |
| XYZ | 3.78 | 2.2 | 0.45 | - |
| YUV | 34.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 8 | 0 | 0.82 | 0.90 | 0.67 | 5.6 | 0.82 | 0.18 |
| Hex | 53 | F | 8 | 0 | 52 | 5A | 43 | 6 | 52 | 12 |
| Octal | 123 | 17 | 10 | 0 | 122 | 132 | 103 | 6 | 122 | 22 |
| Binary | 1010011 | 1111 | 1000 | 0 | 1010010 | 1011010 | 1000011 | 110 | 1010010 | 10010 |
Color Harmonies of #530F08
Complementary color
Monochromatic Colors of #530F08
Black with #530F08
Text Example
Text Example
White with #530F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F08; }
p { color: rgb(83,15,8); }
H1.HeaderClassName
{
color: #530F08;
}
.AnyTagClassName
{
color: #530F08;
}
</style>
background-color css
<style>
a { background-color: #530F08; }
a { background-color: rgb(83,15,8); }
div.DivClassName
{
background-color: #530F08;
}
.BgClassName
{
background-color: #530F08;
}
</style>
border-color css
<style>
span { border-color: #530F08; }
span { border-color: rgb(83,15,8); }
td.TdClassName
{
border-color: #530F08;
}
.TagClassName
{
border-color: #530F08;
}
</style>