Shades of Rustic Red #43070A
Tints of Rustic Red #43070A
RGB
CMYK
RGB Variations
Color information
#43070A (or 0x43070A) is known color: Rustic Red. HEX triplet: 43, 07 and 0A. RGB value is (67,7,10). Sum of RGB (Red+Green+Blue) = 67+7+10=84 (11% of max value = 765). Red value is 67 (26.56% from 255 or 79.76% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 67 - color contains mainly: red. Hex color #43070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43070A is #BCF8F5. Grayscale: #191919. Windows color (decimal): -12384502 or 657219. OLE color: 657219.
HSL color Cylindrical-coordinate representation of color #43070A: hue angle of 357º 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 #43070A is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 7 | 10 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.74 |
| HSL | 357º | 0.81% | 0.15% | - |
| HSV(B) | 357º | 0.9% | 0.26% | - |
| XYZ | 2.45 | 1.37 | 0.42 | - |
| YUV | 25.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 10 | 0 | 0.90 | 0.85 | 0.74 | 357 | 0.81 | 0.15 |
| Hex | 43 | 7 | A | 0 | 5A | 55 | 4A | 165 | 51 | F |
| Octal | 103 | 7 | 12 | 0 | 132 | 125 | 112 | 545 | 121 | 17 |
| Binary | 1000011 | 111 | 1010 | 0 | 1011010 | 1010101 | 1001010 | 101100101 | 1010001 | 1111 |
Color Harmonies of #43070A
Complementary color
Monochromatic Colors of #43070A
Black with #43070A
Text Example
Text Example
White with #43070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43070A; }
p { color: rgb(67,7,10); }
H1.HeaderClassName
{
color: #43070A;
}
.AnyTagClassName
{
color: #43070A;
}
</style>
background-color css
<style>
a { background-color: #43070A; }
a { background-color: rgb(67,7,10); }
div.DivClassName
{
background-color: #43070A;
}
.BgClassName
{
background-color: #43070A;
}
</style>
border-color css
<style>
span { border-color: #43070A; }
span { border-color: rgb(67,7,10); }
td.TdClassName
{
border-color: #43070A;
}
.TagClassName
{
border-color: #43070A;
}
</style>