Shades of Red Oxide #540B03
Tints of Red Oxide #540B03
RGB
CMYK
RGB Variations
Color information
#540B03 (or 0x540B03) is known color: Red Oxide. HEX triplet: 54, 0B and 03. RGB value is (84,11,3). Sum of RGB (Red+Green+Blue) = 84+11+3=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #540B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B03 is #ABF4FC. Grayscale: #202020. Windows color (decimal): -11269373 or 199508. OLE color: 199508.
HSL color Cylindrical-coordinate representation of color #540B03: hue angle of 5.93º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540B03 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 3 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.67 |
| HSL | 5.93º | 0.93% | 0.17% | - |
| HSV(B) | 5.93º | 0.96% | 0.33% | - |
| XYZ | 3.79 | 2.13 | 0.3 | - |
| YUV | 31.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 3 | 0 | 0.87 | 0.96 | 0.67 | 5.93 | 0.93 | 0.17 |
| Hex | 54 | B | 3 | 0 | 57 | 60 | 43 | 6 | 5D | 11 |
| Octal | 124 | 13 | 3 | 0 | 127 | 140 | 103 | 6 | 135 | 21 |
| Binary | 1010100 | 1011 | 11 | 0 | 1010111 | 1100000 | 1000011 | 110 | 1011101 | 10001 |
Color Harmonies of #540B03
Complementary color
Monochromatic Colors of #540B03
Black with #540B03
Text Example
Text Example
White with #540B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B03; }
p { color: rgb(84,11,3); }
H1.HeaderClassName
{
color: #540B03;
}
.AnyTagClassName
{
color: #540B03;
}
</style>
background-color css
<style>
a { background-color: #540B03; }
a { background-color: rgb(84,11,3); }
div.DivClassName
{
background-color: #540B03;
}
.BgClassName
{
background-color: #540B03;
}
</style>
border-color css
<style>
span { border-color: #540B03; }
span { border-color: rgb(84,11,3); }
td.TdClassName
{
border-color: #540B03;
}
.TagClassName
{
border-color: #540B03;
}
</style>