Shades of Rustic Red #34050A
Tints of Rustic Red #34050A
RGB
CMYK
RGB Variations
Color information
#34050A (or 0x34050A) is known color: Rustic Red. HEX triplet: 34, 05 and 0A. RGB value is (52,5,10). Sum of RGB (Red+Green+Blue) = 52+5+10=67 (8% of max value = 765). Red value is 52 (20.70% from 255 or 77.61% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 52 - color contains mainly: red. Hex color #34050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34050A is #CBFAF5. Grayscale: #131313. Windows color (decimal): -13368054 or 656692. OLE color: 656692.
HSL color Cylindrical-coordinate representation of color #34050A: hue angle of 353.62º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34050A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 10 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.80 |
| HSL | 353.62º | 0.82% | 0.11% | - |
| HSV(B) | 353.62º | 0.9% | 0.2% | - |
| XYZ | 1.53 | 0.86 | 0.37 | - |
| YUV | 19.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 10 | 0 | 0.90 | 0.81 | 0.80 | 353.62 | 0.82 | 0.11 |
| Hex | 34 | 5 | A | 0 | 5A | 51 | 50 | 162 | 52 | B |
| Octal | 64 | 5 | 12 | 0 | 132 | 121 | 120 | 542 | 122 | 13 |
| Binary | 110100 | 101 | 1010 | 0 | 1011010 | 1010001 | 1010000 | 101100010 | 1010010 | 1011 |
Color Harmonies of #34050A
Complementary color
Monochromatic Colors of #34050A
Black with #34050A
Text Example
Text Example
White with #34050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34050A; }
p { color: rgb(52,5,10); }
H1.HeaderClassName
{
color: #34050A;
}
.AnyTagClassName
{
color: #34050A;
}
</style>
background-color css
<style>
a { background-color: #34050A; }
a { background-color: rgb(52,5,10); }
div.DivClassName
{
background-color: #34050A;
}
.BgClassName
{
background-color: #34050A;
}
</style>
border-color css
<style>
span { border-color: #34050A; }
span { border-color: rgb(52,5,10); }
td.TdClassName
{
border-color: #34050A;
}
.TagClassName
{
border-color: #34050A;
}
</style>