Shades of Rustic Red #340A0B
Tints of Rustic Red #340A0B
RGB
CMYK
RGB Variations
Color information
#340A0B (or 0x340A0B) is known color: Rustic Red. HEX triplet: 34, 0A and 0B. RGB value is (52,10,11). Sum of RGB (Red+Green+Blue) = 52+10+11=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #340A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340A0B is #CBF5F4. Grayscale: #161616. Windows color (decimal): -13366773 or 723508. OLE color: 723508.
HSL color Cylindrical-coordinate representation of color #340A0B: hue angle of 358.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340A0B is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 10 | 11 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.80 |
| HSL | 358.57º | 0.68% | 0.12% | - |
| HSV(B) | 358.57º | 0.81% | 0.2% | - |
| XYZ | 1.59 | 0.97 | 0.42 | - |
| YUV | 22.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 10 | 11 | 0 | 0.81 | 0.79 | 0.80 | 358.57 | 0.68 | 0.12 |
| Hex | 34 | A | B | 0 | 51 | 4F | 50 | 167 | 44 | C |
| Octal | 64 | 12 | 13 | 0 | 121 | 117 | 120 | 547 | 104 | 14 |
| Binary | 110100 | 1010 | 1011 | 0 | 1010001 | 1001111 | 1010000 | 101100111 | 1000100 | 1100 |
Color Harmonies of #340A0B
Complementary color
Monochromatic Colors of #340A0B
Black with #340A0B
Text Example
Text Example
White with #340A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340A0B; }
p { color: rgb(52,10,11); }
H1.HeaderClassName
{
color: #340A0B;
}
.AnyTagClassName
{
color: #340A0B;
}
</style>
background-color css
<style>
a { background-color: #340A0B; }
a { background-color: rgb(52,10,11); }
div.DivClassName
{
background-color: #340A0B;
}
.BgClassName
{
background-color: #340A0B;
}
</style>
border-color css
<style>
span { border-color: #340A0B; }
span { border-color: rgb(52,10,11); }
td.TdClassName
{
border-color: #340A0B;
}
.TagClassName
{
border-color: #340A0B;
}
</style>