Shades of Red Oxide #540B0B
Tints of Red Oxide #540B0B
RGB
CMYK
RGB Variations
Color information
#540B0B (or 0x540B0B) is known color: Red Oxide. HEX triplet: 54, 0B and 0B. RGB value is (84,11,11). Sum of RGB (Red+Green+Blue) = 84+11+11=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #540B0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B0B is #ABF4F4. Grayscale: #202020. Windows color (decimal): -11269365 or 723796. OLE color: 723796.
HSL color Cylindrical-coordinate representation of color #540B0B: hue angle of 0º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540B0B is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 11 | 11 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.67 |
| HSL | 0º | 0.77% | 0.19% | - |
| HSV(B) | 0º | 0.87% | 0.33% | - |
| XYZ | 3.84 | 2.15 | 0.53 | - |
| YUV | 32.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 11 | 0 | 0.87 | 0.87 | 0.67 | 0 | 0.77 | 0.19 |
| Hex | 54 | B | B | 0 | 57 | 57 | 43 | 0 | 4D | 13 |
| Octal | 124 | 13 | 13 | 0 | 127 | 127 | 103 | 0 | 115 | 23 |
| Binary | 1010100 | 1011 | 1011 | 0 | 1010111 | 1010111 | 1000011 | 0 | 1001101 | 10011 |
Color Harmonies of #540B0B
Complementary color
Monochromatic Colors of #540B0B
Black with #540B0B
Text Example
Text Example
White with #540B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540B0B; }
p { color: rgb(84,11,11); }
H1.HeaderClassName
{
color: #540B0B;
}
.AnyTagClassName
{
color: #540B0B;
}
</style>
background-color css
<style>
a { background-color: #540B0B; }
a { background-color: rgb(84,11,11); }
div.DivClassName
{
background-color: #540B0B;
}
.BgClassName
{
background-color: #540B0B;
}
</style>
border-color css
<style>
span { border-color: #540B0B; }
span { border-color: rgb(84,11,11); }
td.TdClassName
{
border-color: #540B0B;
}
.TagClassName
{
border-color: #540B0B;
}
</style>