Shades of Red Oxide #530F02
Tints of Red Oxide #530F02
RGB
CMYK
RGB Variations
Color information
#530F02 (or 0x530F02) is known color: Red Oxide. HEX triplet: 53, 0F and 02. RGB value is (83,15,2). Sum of RGB (Red+Green+Blue) = 83+15+2=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #530F02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530F02 is #ACF0FD. Grayscale: #212121. Windows color (decimal): -11333886 or 134995. OLE color: 134995.
HSL color Cylindrical-coordinate representation of color #530F02: hue angle of 9.63º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530F02 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 2 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.67 |
| HSL | 9.63º | 0.95% | 0.17% | - |
| HSV(B) | 9.63º | 0.98% | 0.33% | - |
| XYZ | 3.75 | 2.19 | 0.28 | - |
| YUV | 33.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 2 | 0 | 0.82 | 0.98 | 0.67 | 9.63 | 0.95 | 0.17 |
| Hex | 53 | F | 2 | 0 | 52 | 62 | 43 | A | 5F | 11 |
| Octal | 123 | 17 | 2 | 0 | 122 | 142 | 103 | 12 | 137 | 21 |
| Binary | 1010011 | 1111 | 10 | 0 | 1010010 | 1100010 | 1000011 | 1010 | 1011111 | 10001 |
Color Harmonies of #530F02
Complementary color
Monochromatic Colors of #530F02
Black with #530F02
Text Example
Text Example
White with #530F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F02; }
p { color: rgb(83,15,2); }
H1.HeaderClassName
{
color: #530F02;
}
.AnyTagClassName
{
color: #530F02;
}
</style>
background-color css
<style>
a { background-color: #530F02; }
a { background-color: rgb(83,15,2); }
div.DivClassName
{
background-color: #530F02;
}
.BgClassName
{
background-color: #530F02;
}
</style>
border-color css
<style>
span { border-color: #530F02; }
span { border-color: rgb(83,15,2); }
td.TdClassName
{
border-color: #530F02;
}
.TagClassName
{
border-color: #530F02;
}
</style>