Shades of Rustic Red #43040B
Tints of Rustic Red #43040B
RGB
CMYK
RGB Variations
Color information
#43040B (or 0x43040B) is known color: Rustic Red. HEX triplet: 43, 04 and 0B. RGB value is (67,4,11). Sum of RGB (Red+Green+Blue) = 67+4+11=82 (10% of max value = 765). Red value is 67 (26.56% from 255 or 81.71% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 67 - color contains mainly: red. Hex color #43040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43040B is #BCFBF4. Grayscale: #171717. Windows color (decimal): -12385269 or 721987. OLE color: 721987.
HSL color Cylindrical-coordinate representation of color #43040B: hue angle of 353.33º 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 #43040B is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 4 | 11 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.74 |
| HSL | 353.33º | 0.89% | 0.14% | - |
| HSV(B) | 353.33º | 0.94% | 0.26% | - |
| XYZ | 2.42 | 1.3 | 0.44 | - |
| YUV | 23.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 11 | 0 | 0.94 | 0.84 | 0.74 | 353.33 | 0.89 | 0.14 |
| Hex | 43 | 4 | B | 0 | 5E | 54 | 4A | 161 | 59 | E |
| Octal | 103 | 4 | 13 | 0 | 136 | 124 | 112 | 541 | 131 | 16 |
| Binary | 1000011 | 100 | 1011 | 0 | 1011110 | 1010100 | 1001010 | 101100001 | 1011001 | 1110 |
Color Harmonies of #43040B
Complementary color
Monochromatic Colors of #43040B
Black with #43040B
Text Example
Text Example
White with #43040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43040B; }
p { color: rgb(67,4,11); }
H1.HeaderClassName
{
color: #43040B;
}
.AnyTagClassName
{
color: #43040B;
}
</style>
background-color css
<style>
a { background-color: #43040B; }
a { background-color: rgb(67,4,11); }
div.DivClassName
{
background-color: #43040B;
}
.BgClassName
{
background-color: #43040B;
}
</style>
border-color css
<style>
span { border-color: #43040B; }
span { border-color: rgb(67,4,11); }
td.TdClassName
{
border-color: #43040B;
}
.TagClassName
{
border-color: #43040B;
}
</style>