Shades of Rustic Red #540102
Tints of Rustic Red #540102
RGB
CMYK
RGB Variations
Color information
#540102 (or 0x540102) is known color: Rustic Red. HEX triplet: 54, 01 and 02. RGB value is (84,1,2). Sum of RGB (Red+Green+Blue) = 84+1+2=87 (11% of max value = 765). Red value is 84 (33.20% from 255 or 96.55% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 84 - color contains mainly: red. Hex color #540102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540102 is #ABFEFD. Grayscale: #1A1A1A. Windows color (decimal): -11271934 or 131412. OLE color: 131412.
HSL color Cylindrical-coordinate representation of color #540102: hue angle of 359.28º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.67 |
| HSL | 359.28º | 0.98% | 0.17% | - |
| HSV(B) | 359.28º | 0.99% | 0.33% | - |
| XYZ | 3.68 | 1.91 | 0.23 | - |
| YUV | 25.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 2 | 0 | 0.99 | 0.98 | 0.67 | 359.28 | 0.98 | 0.17 |
| Hex | 54 | 1 | 2 | 0 | 63 | 62 | 43 | 167 | 62 | 11 |
| Octal | 124 | 1 | 2 | 0 | 143 | 142 | 103 | 547 | 142 | 21 |
| Binary | 1010100 | 1 | 10 | 0 | 1100011 | 1100010 | 1000011 | 101100111 | 1100010 | 10001 |
Color Harmonies of #540102
Complementary color
Monochromatic Colors of #540102
Black with #540102
Text Example
Text Example
White with #540102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540102; }
p { color: rgb(84,1,2); }
H1.HeaderClassName
{
color: #540102;
}
.AnyTagClassName
{
color: #540102;
}
</style>
background-color css
<style>
a { background-color: #540102; }
a { background-color: rgb(84,1,2); }
div.DivClassName
{
background-color: #540102;
}
.BgClassName
{
background-color: #540102;
}
</style>
border-color css
<style>
span { border-color: #540102; }
span { border-color: rgb(84,1,2); }
td.TdClassName
{
border-color: #540102;
}
.TagClassName
{
border-color: #540102;
}
</style>