Shades of Rustic Red #430007
Tints of Rustic Red #430007
RGB
CMYK
RGB Variations
Color information
#430007 (or 0x430007) is known color: Rustic Red. HEX triplet: 43, 00 and 07. RGB value is (67,0,7). Sum of RGB (Red+Green+Blue) = 67+0+7=74 (9% of max value = 765). Red value is 67 (26.56% from 255 or 90.54% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 67 - color contains mainly: red. Hex color #430007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430007 is #BCFFF8. Grayscale: #141414. Windows color (decimal): -12386297 or 458819. OLE color: 458819.
HSL color Cylindrical-coordinate representation of color #430007: hue angle of 353.73º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430007 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.90 | 0.74 |
| HSL | 353.73º | 1% | 0.13% | - |
| HSV(B) | 353.73º | 1% | 0.26% | - |
| XYZ | 2.35 | 1.21 | 0.31 | - |
| YUV | 20.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 7 | 0 | 1 | 0.90 | 0.74 | 353.73 | 1 | 0.13 |
| Hex | 43 | 0 | 7 | 0 | 64 | 5A | 4A | 162 | 64 | D |
| Octal | 103 | 0 | 7 | 0 | 144 | 132 | 112 | 542 | 144 | 15 |
| Binary | 1000011 | 0 | 111 | 0 | 1100100 | 1011010 | 1001010 | 101100010 | 1100100 | 1101 |
Color Harmonies of #430007
Complementary color
Monochromatic Colors of #430007
Black with #430007
Text Example
Text Example
White with #430007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430007; }
p { color: rgb(67,0,7); }
H1.HeaderClassName
{
color: #430007;
}
.AnyTagClassName
{
color: #430007;
}
</style>
background-color css
<style>
a { background-color: #430007; }
a { background-color: rgb(67,0,7); }
div.DivClassName
{
background-color: #430007;
}
.BgClassName
{
background-color: #430007;
}
</style>
border-color css
<style>
span { border-color: #430007; }
span { border-color: rgb(67,0,7); }
td.TdClassName
{
border-color: #430007;
}
.TagClassName
{
border-color: #430007;
}
</style>