Shades of Red Oxide #540302
Tints of Red Oxide #540302
RGB
CMYK
RGB Variations
Color information
#540302 (or 0x540302) is known color: Red Oxide. HEX triplet: 54, 03 and 02. RGB value is (84,3,2). Sum of RGB (Red+Green+Blue) = 84+3+2=89 (11% of max value = 765). Red value is 84 (33.20% from 255 or 94.38% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 84 - color contains mainly: red. Hex color #540302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540302 is #ABFCFD. Grayscale: #1B1B1B. Windows color (decimal): -11271422 or 131924. OLE color: 131924.
HSL color Cylindrical-coordinate representation of color #540302: hue angle of 0.73º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #540302 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 3 | 2 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.67 |
| HSL | 0.73º | 0.95% | 0.17% | - |
| HSV(B) | 0.73º | 0.98% | 0.33% | - |
| XYZ | 3.7 | 1.95 | 0.24 | - |
| YUV | 27.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 2 | 0 | 0.96 | 0.98 | 0.67 | 0.73 | 0.95 | 0.17 |
| Hex | 54 | 3 | 2 | 0 | 60 | 62 | 43 | 1 | 5F | 11 |
| Octal | 124 | 3 | 2 | 0 | 140 | 142 | 103 | 1 | 137 | 21 |
| Binary | 1010100 | 11 | 10 | 0 | 1100000 | 1100010 | 1000011 | 1 | 1011111 | 10001 |
Color Harmonies of #540302
Complementary color
Monochromatic Colors of #540302
Black with #540302
Text Example
Text Example
White with #540302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540302; }
p { color: rgb(84,3,2); }
H1.HeaderClassName
{
color: #540302;
}
.AnyTagClassName
{
color: #540302;
}
</style>
background-color css
<style>
a { background-color: #540302; }
a { background-color: rgb(84,3,2); }
div.DivClassName
{
background-color: #540302;
}
.BgClassName
{
background-color: #540302;
}
</style>
border-color css
<style>
span { border-color: #540302; }
span { border-color: rgb(84,3,2); }
td.TdClassName
{
border-color: #540302;
}
.TagClassName
{
border-color: #540302;
}
</style>