Shades of Rustic Red #43070D
Tints of Rustic Red #43070D
RGB
CMYK
RGB Variations
Color information
#43070D (or 0x43070D) is known color: Rustic Red. HEX triplet: 43, 07 and 0D. RGB value is (67,7,13). Sum of RGB (Red+Green+Blue) = 67+7+13=87 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.01% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 67 - color contains mainly: red. Hex color #43070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43070D is #BCF8F2. Grayscale: #191919. Windows color (decimal): -12384499 or 853827. OLE color: 853827.
HSL color Cylindrical-coordinate representation of color #43070D: hue angle of 354º 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 #43070D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 7 | 13 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.74 |
| HSL | 354º | 0.81% | 0.15% | - |
| HSV(B) | 354º | 0.9% | 0.26% | - |
| XYZ | 2.46 | 1.37 | 0.52 | - |
| YUV | 25.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 13 | 0 | 0.90 | 0.81 | 0.74 | 354 | 0.81 | 0.15 |
| Hex | 43 | 7 | D | 0 | 5A | 51 | 4A | 162 | 51 | F |
| Octal | 103 | 7 | 15 | 0 | 132 | 121 | 112 | 542 | 121 | 17 |
| Binary | 1000011 | 111 | 1101 | 0 | 1011010 | 1010001 | 1001010 | 101100010 | 1010001 | 1111 |
Color Harmonies of #43070D
Complementary color
Monochromatic Colors of #43070D
Black with #43070D
Text Example
Text Example
White with #43070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43070D; }
p { color: rgb(67,7,13); }
H1.HeaderClassName
{
color: #43070D;
}
.AnyTagClassName
{
color: #43070D;
}
</style>
background-color css
<style>
a { background-color: #43070D; }
a { background-color: rgb(67,7,13); }
div.DivClassName
{
background-color: #43070D;
}
.BgClassName
{
background-color: #43070D;
}
</style>
border-color css
<style>
span { border-color: #43070D; }
span { border-color: rgb(67,7,13); }
td.TdClassName
{
border-color: #43070D;
}
.TagClassName
{
border-color: #43070D;
}
</style>