Shades of Rustic Red #43070F
Tints of Rustic Red #43070F
RGB
CMYK
RGB Variations
Color information
#43070F (or 0x43070F) is known color: Rustic Red. HEX triplet: 43, 07 and 0F. RGB value is (67,7,15). Sum of RGB (Red+Green+Blue) = 67+7+15=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #43070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43070F is #BCF8F0. Grayscale: #191919. Windows color (decimal): -12384497 or 984899. OLE color: 984899.
HSL color Cylindrical-coordinate representation of color #43070F: hue angle of 352º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43070F is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 7 | 15 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.74 |
| HSL | 352º | 0.81% | 0.15% | - |
| HSV(B) | 352º | 0.9% | 0.26% | - |
| XYZ | 2.48 | 1.38 | 0.59 | - |
| YUV | 25.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 15 | 0 | 0.90 | 0.78 | 0.74 | 352 | 0.81 | 0.15 |
| Hex | 43 | 7 | F | 0 | 5A | 4E | 4A | 160 | 51 | F |
| Octal | 103 | 7 | 17 | 0 | 132 | 116 | 112 | 540 | 121 | 17 |
| Binary | 1000011 | 111 | 1111 | 0 | 1011010 | 1001110 | 1001010 | 101100000 | 1010001 | 1111 |
Color Harmonies of #43070F
Complementary color
Monochromatic Colors of #43070F
Black with #43070F
Text Example
Text Example
White with #43070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43070F; }
p { color: rgb(67,7,15); }
H1.HeaderClassName
{
color: #43070F;
}
.AnyTagClassName
{
color: #43070F;
}
</style>
background-color css
<style>
a { background-color: #43070F; }
a { background-color: rgb(67,7,15); }
div.DivClassName
{
background-color: #43070F;
}
.BgClassName
{
background-color: #43070F;
}
</style>
border-color css
<style>
span { border-color: #43070F; }
span { border-color: rgb(67,7,15); }
td.TdClassName
{
border-color: #43070F;
}
.TagClassName
{
border-color: #43070F;
}
</style>