Shades of Rustic Red #43040D
Tints of Rustic Red #43040D
RGB
CMYK
RGB Variations
Color information
#43040D (or 0x43040D) is known color: Rustic Red. HEX triplet: 43, 04 and 0D. RGB value is (67,4,13). Sum of RGB (Red+Green+Blue) = 67+4+13=84 (11% of max value = 765). Red value is 67 (26.56% from 255 or 79.76% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 67 - color contains mainly: red. Hex color #43040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43040D is #BCFBF2. Grayscale: #171717. Windows color (decimal): -12385267 or 853059. OLE color: 853059.
HSL color Cylindrical-coordinate representation of color #43040D: hue angle of 351.43º 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 #43040D is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 4 | 13 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.74 |
| HSL | 351.43º | 0.89% | 0.14% | - |
| HSV(B) | 351.43º | 0.94% | 0.26% | - |
| XYZ | 2.43 | 1.31 | 0.51 | - |
| YUV | 23.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 13 | 0 | 0.94 | 0.81 | 0.74 | 351.43 | 0.89 | 0.14 |
| Hex | 43 | 4 | D | 0 | 5E | 51 | 4A | 15F | 59 | E |
| Octal | 103 | 4 | 15 | 0 | 136 | 121 | 112 | 537 | 131 | 16 |
| Binary | 1000011 | 100 | 1101 | 0 | 1011110 | 1010001 | 1001010 | 101011111 | 1011001 | 1110 |
Color Harmonies of #43040D
Complementary color
Monochromatic Colors of #43040D
Black with #43040D
Text Example
Text Example
White with #43040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43040D; }
p { color: rgb(67,4,13); }
H1.HeaderClassName
{
color: #43040D;
}
.AnyTagClassName
{
color: #43040D;
}
</style>
background-color css
<style>
a { background-color: #43040D; }
a { background-color: rgb(67,4,13); }
div.DivClassName
{
background-color: #43040D;
}
.BgClassName
{
background-color: #43040D;
}
</style>
border-color css
<style>
span { border-color: #43040D; }
span { border-color: rgb(67,4,13); }
td.TdClassName
{
border-color: #43040D;
}
.TagClassName
{
border-color: #43040D;
}
</style>