Shades of Rustic Red #5A0104
Tints of Rustic Red #5A0104
RGB
CMYK
RGB Variations
Color information
#5A0104 (or 0x5A0104) is known color: Rustic Red. HEX triplet: 5A, 01 and 04. RGB value is (90,1,4). Sum of RGB (Red+Green+Blue) = 90+1+4=95 (12% of max value = 765). Red value is 90 (35.55% from 255 or 94.74% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0104 is #A5FEFB. Grayscale: #1C1C1C. Windows color (decimal): -10878716 or 262490. OLE color: 262490.
HSL color Cylindrical-coordinate representation of color #5A0104: hue angle of 357.98º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A0104 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 1 | 4 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.65 |
| HSL | 357.98º | 0.98% | 0.18% | - |
| HSV(B) | 357.98º | 0.99% | 0.35% | - |
| XYZ | 4.25 | 2.2 | 0.32 | - |
| YUV | 27.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 4 | 0 | 0.99 | 0.96 | 0.65 | 357.98 | 0.98 | 0.18 |
| Hex | 5A | 1 | 4 | 0 | 63 | 60 | 41 | 166 | 62 | 12 |
| Octal | 132 | 1 | 4 | 0 | 143 | 140 | 101 | 546 | 142 | 22 |
| Binary | 1011010 | 1 | 100 | 0 | 1100011 | 1100000 | 1000001 | 101100110 | 1100010 | 10010 |
Color Harmonies of #5A0104
Complementary color
Monochromatic Colors of #5A0104
Black with #5A0104
Text Example
Text Example
White with #5A0104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0104; }
p { color: rgb(90,1,4); }
H1.HeaderClassName
{
color: #5A0104;
}
.AnyTagClassName
{
color: #5A0104;
}
</style>
background-color css
<style>
a { background-color: #5A0104; }
a { background-color: rgb(90,1,4); }
div.DivClassName
{
background-color: #5A0104;
}
.BgClassName
{
background-color: #5A0104;
}
</style>
border-color css
<style>
span { border-color: #5A0104; }
span { border-color: rgb(90,1,4); }
td.TdClassName
{
border-color: #5A0104;
}
.TagClassName
{
border-color: #5A0104;
}
</style>