Shades of Rustic Red #43040E
Tints of Rustic Red #43040E
RGB
CMYK
RGB Variations
Color information
#43040E (or 0x43040E) is known color: Rustic Red. HEX triplet: 43, 04 and 0E. RGB value is (67,4,14). Sum of RGB (Red+Green+Blue) = 67+4+14=85 (11% of max value = 765). Red value is 67 (26.56% from 255 or 78.82% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 67 - color contains mainly: red. Hex color #43040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43040E is #BCFBF1. Grayscale: #171717. Windows color (decimal): -12385266 or 918595. OLE color: 918595.
HSL color Cylindrical-coordinate representation of color #43040E: hue angle of 350.48º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43040E is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 4 | 14 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.74 |
| HSL | 350.48º | 0.89% | 0.14% | - |
| HSV(B) | 350.48º | 0.94% | 0.26% | - |
| XYZ | 2.44 | 1.31 | 0.54 | - |
| YUV | 23.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 14 | 0 | 0.94 | 0.79 | 0.74 | 350.48 | 0.89 | 0.14 |
| Hex | 43 | 4 | E | 0 | 5E | 4F | 4A | 15E | 59 | E |
| Octal | 103 | 4 | 16 | 0 | 136 | 117 | 112 | 536 | 131 | 16 |
| Binary | 1000011 | 100 | 1110 | 0 | 1011110 | 1001111 | 1001010 | 101011110 | 1011001 | 1110 |
Color Harmonies of #43040E
Complementary color
Monochromatic Colors of #43040E
Black with #43040E
Text Example
Text Example
White with #43040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43040E; }
p { color: rgb(67,4,14); }
H1.HeaderClassName
{
color: #43040E;
}
.AnyTagClassName
{
color: #43040E;
}
</style>
background-color css
<style>
a { background-color: #43040E; }
a { background-color: rgb(67,4,14); }
div.DivClassName
{
background-color: #43040E;
}
.BgClassName
{
background-color: #43040E;
}
</style>
border-color css
<style>
span { border-color: #43040E; }
span { border-color: rgb(67,4,14); }
td.TdClassName
{
border-color: #43040E;
}
.TagClassName
{
border-color: #43040E;
}
</style>