Shades of Red Oxide #530B07
Tints of Red Oxide #530B07
RGB
CMYK
RGB Variations
Color information
#530B07 (or 0x530B07) is known color: Red Oxide. HEX triplet: 53, 0B and 07. RGB value is (83,11,7). Sum of RGB (Red+Green+Blue) = 83+11+7=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 11 (4.69% from 255 or 10.89% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #530B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B07 is #ACF4F8. Grayscale: #202020. Windows color (decimal): -11334905 or 461651. OLE color: 461651.
HSL color Cylindrical-coordinate representation of color #530B07: hue angle of 3.16º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530B07 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 7 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.67 |
| HSL | 3.16º | 0.84% | 0.18% | - |
| HSV(B) | 3.16º | 0.92% | 0.33% | - |
| XYZ | 3.73 | 2.09 | 0.41 | - |
| YUV | 32.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 7 | 0 | 0.87 | 0.92 | 0.67 | 3.16 | 0.84 | 0.18 |
| Hex | 53 | B | 7 | 0 | 57 | 5C | 43 | 3 | 54 | 12 |
| Octal | 123 | 13 | 7 | 0 | 127 | 134 | 103 | 3 | 124 | 22 |
| Binary | 1010011 | 1011 | 111 | 0 | 1010111 | 1011100 | 1000011 | 11 | 1010100 | 10010 |
Color Harmonies of #530B07
Complementary color
Monochromatic Colors of #530B07
Black with #530B07
Text Example
Text Example
White with #530B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B07; }
p { color: rgb(83,11,7); }
H1.HeaderClassName
{
color: #530B07;
}
.AnyTagClassName
{
color: #530B07;
}
</style>
background-color css
<style>
a { background-color: #530B07; }
a { background-color: rgb(83,11,7); }
div.DivClassName
{
background-color: #530B07;
}
.BgClassName
{
background-color: #530B07;
}
</style>
border-color css
<style>
span { border-color: #530B07; }
span { border-color: rgb(83,11,7); }
td.TdClassName
{
border-color: #530B07;
}
.TagClassName
{
border-color: #530B07;
}
</style>