Shades of Red Oxide #530B04
Tints of Red Oxide #530B04
RGB
CMYK
RGB Variations
Color information
#530B04 (or 0x530B04) is known color: Red Oxide. HEX triplet: 53, 0B and 04. RGB value is (83,11,4). Sum of RGB (Red+Green+Blue) = 83+11+4=98 (12% of max value = 765). Red value is 83 (32.81% from 255 or 84.69% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 83 - color contains mainly: red. Hex color #530B04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B04 is #ACF4FB. Grayscale: #1F1F1F. Windows color (decimal): -11334908 or 265043. OLE color: 265043.
HSL color Cylindrical-coordinate representation of color #530B04: hue angle of 5.32º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530B04 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 4 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.67 |
| HSL | 5.32º | 0.91% | 0.17% | - |
| HSV(B) | 5.32º | 0.95% | 0.33% | - |
| XYZ | 3.71 | 2.09 | 0.32 | - |
| YUV | 31.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 4 | 0 | 0.87 | 0.95 | 0.67 | 5.32 | 0.91 | 0.17 |
| Hex | 53 | B | 4 | 0 | 57 | 5F | 43 | 5 | 5B | 11 |
| Octal | 123 | 13 | 4 | 0 | 127 | 137 | 103 | 5 | 133 | 21 |
| Binary | 1010011 | 1011 | 100 | 0 | 1010111 | 1011111 | 1000011 | 101 | 1011011 | 10001 |
Color Harmonies of #530B04
Complementary color
Monochromatic Colors of #530B04
Black with #530B04
Text Example
Text Example
White with #530B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B04; }
p { color: rgb(83,11,4); }
H1.HeaderClassName
{
color: #530B04;
}
.AnyTagClassName
{
color: #530B04;
}
</style>
background-color css
<style>
a { background-color: #530B04; }
a { background-color: rgb(83,11,4); }
div.DivClassName
{
background-color: #530B04;
}
.BgClassName
{
background-color: #530B04;
}
</style>
border-color css
<style>
span { border-color: #530B04; }
span { border-color: rgb(83,11,4); }
td.TdClassName
{
border-color: #530B04;
}
.TagClassName
{
border-color: #530B04;
}
</style>