Shades of Rustic Red #34010F
Tints of Rustic Red #34010F
RGB
CMYK
RGB Variations
Color information
#34010F (or 0x34010F) is known color: Rustic Red. HEX triplet: 34, 01 and 0F. RGB value is (52,1,15). Sum of RGB (Red+Green+Blue) = 52+1+15=68 (9% of max value = 765). Red value is 52 (20.70% from 255 or 76.47% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 52 - color contains mainly: red. Hex color #34010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #34010F is #CBFEF0. Grayscale: #111111. Windows color (decimal): -13369073 or 983348. OLE color: 983348.
HSL color Cylindrical-coordinate representation of color #34010F: hue angle of 343.53º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34010F is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 1 | 15 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.80 |
| HSL | 343.53º | 0.96% | 0.1% | - |
| HSV(B) | 343.53º | 0.98% | 0.2% | - |
| XYZ | 1.51 | 0.79 | 0.52 | - |
| YUV | 17.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 15 | 0 | 0.98 | 0.71 | 0.80 | 343.53 | 0.96 | 0.1 |
| Hex | 34 | 1 | F | 0 | 62 | 47 | 50 | 158 | 60 | A |
| Octal | 64 | 1 | 17 | 0 | 142 | 107 | 120 | 530 | 140 | 12 |
| Binary | 110100 | 1 | 1111 | 0 | 1100010 | 1000111 | 1010000 | 101011000 | 1100000 | 1010 |
Color Harmonies of #34010F
Complementary color
Monochromatic Colors of #34010F
Black with #34010F
Text Example
Text Example
White with #34010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34010F; }
p { color: rgb(52,1,15); }
H1.HeaderClassName
{
color: #34010F;
}
.AnyTagClassName
{
color: #34010F;
}
</style>
background-color css
<style>
a { background-color: #34010F; }
a { background-color: rgb(52,1,15); }
div.DivClassName
{
background-color: #34010F;
}
.BgClassName
{
background-color: #34010F;
}
</style>
border-color css
<style>
span { border-color: #34010F; }
span { border-color: rgb(52,1,15); }
td.TdClassName
{
border-color: #34010F;
}
.TagClassName
{
border-color: #34010F;
}
</style>