Shades of Red Oxide #540C0B
Tints of Red Oxide #540C0B
RGB
CMYK
RGB Variations
Color information
#540C0B (or 0x540C0B) is known color: Red Oxide. HEX triplet: 54, 0C and 0B. RGB value is (84,12,11). Sum of RGB (Red+Green+Blue) = 84+12+11=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #540C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C0B is #ABF3F4. Grayscale: #212121. Windows color (decimal): -11269109 or 724052. OLE color: 724052.
HSL color Cylindrical-coordinate representation of color #540C0B: hue angle of 0.82º 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 #540C0B is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 11 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.67 |
| HSL | 0.82º | 0.77% | 0.19% | - |
| HSV(B) | 0.82º | 0.87% | 0.33% | - |
| XYZ | 3.85 | 2.17 | 0.53 | - |
| YUV | 33.41 | 115.35 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 11 | 0 | 0.86 | 0.87 | 0.67 | 0.82 | 0.77 | 0.19 |
| Hex | 54 | C | B | 0 | 56 | 57 | 43 | 1 | 4D | 13 |
| Octal | 124 | 14 | 13 | 0 | 126 | 127 | 103 | 1 | 115 | 23 |
| Binary | 1010100 | 1100 | 1011 | 0 | 1010110 | 1010111 | 1000011 | 1 | 1001101 | 10011 |
Color Harmonies of #540C0B
Complementary color
Monochromatic Colors of #540C0B
Black with #540C0B
Text Example
Text Example
White with #540C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C0B; }
p { color: rgb(84,12,11); }
H1.HeaderClassName
{
color: #540C0B;
}
.AnyTagClassName
{
color: #540C0B;
}
</style>
background-color css
<style>
a { background-color: #540C0B; }
a { background-color: rgb(84,12,11); }
div.DivClassName
{
background-color: #540C0B;
}
.BgClassName
{
background-color: #540C0B;
}
</style>
border-color css
<style>
span { border-color: #540C0B; }
span { border-color: rgb(84,12,11); }
td.TdClassName
{
border-color: #540C0B;
}
.TagClassName
{
border-color: #540C0B;
}
</style>