Shades of Red Oxide #54100A
Tints of Red Oxide #54100A
RGB
CMYK
RGB Variations
Color information
#54100A (or 0x54100A) is known color: Red Oxide. HEX triplet: 54, 10 and 0A. RGB value is (84,16,10). Sum of RGB (Red+Green+Blue) = 84+16+10=110 (14% of max value = 765). Red value is 84 (33.20% from 255 or 76.36% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 84 - color contains mainly: red. Hex color #54100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54100A is #ABEFF5. Grayscale: #232323. Windows color (decimal): -11268086 or 659540. OLE color: 659540.
HSL color Cylindrical-coordinate representation of color #54100A: hue angle of 4.86º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54100A is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 16 | 10 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.67 |
| HSL | 4.86º | 0.79% | 0.18% | - |
| HSV(B) | 4.86º | 0.88% | 0.33% | - |
| XYZ | 3.9 | 2.28 | 0.52 | - |
| YUV | 35.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 10 | 0 | 0.81 | 0.88 | 0.67 | 4.86 | 0.79 | 0.18 |
| Hex | 54 | 10 | A | 0 | 51 | 58 | 43 | 5 | 4F | 12 |
| Octal | 124 | 20 | 12 | 0 | 121 | 130 | 103 | 5 | 117 | 22 |
| Binary | 1010100 | 10000 | 1010 | 0 | 1010001 | 1011000 | 1000011 | 101 | 1001111 | 10010 |
Color Harmonies of #54100A
Complementary color
Monochromatic Colors of #54100A
Black with #54100A
Text Example
Text Example
White with #54100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54100A; }
p { color: rgb(84,16,10); }
H1.HeaderClassName
{
color: #54100A;
}
.AnyTagClassName
{
color: #54100A;
}
</style>
background-color css
<style>
a { background-color: #54100A; }
a { background-color: rgb(84,16,10); }
div.DivClassName
{
background-color: #54100A;
}
.BgClassName
{
background-color: #54100A;
}
</style>
border-color css
<style>
span { border-color: #54100A; }
span { border-color: rgb(84,16,10); }
td.TdClassName
{
border-color: #54100A;
}
.TagClassName
{
border-color: #54100A;
}
</style>