Shades of Rustic Red #430004
Tints of Rustic Red #430004
RGB
CMYK
RGB Variations
Color information
#430004 (or 0x430004) is known color: Rustic Red. HEX triplet: 43, 00 and 04. RGB value is (67,0,4). Sum of RGB (Red+Green+Blue) = 67+0+4=71 (9% of max value = 765). Red value is 67 (26.56% from 255 or 94.37% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 67 - color contains mainly: red. Hex color #430004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430004 is #BCFFFB. Grayscale: #141414. Windows color (decimal): -12386300 or 262211. OLE color: 262211.
HSL color Cylindrical-coordinate representation of color #430004: hue angle of 356.42º 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 #430004 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.94 | 0.74 |
| HSL | 356.42º | 1% | 0.13% | - |
| HSV(B) | 356.42º | 1% | 0.26% | - |
| XYZ | 2.34 | 1.2 | 0.22 | - |
| YUV | 20.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 4 | 0 | 1 | 0.94 | 0.74 | 356.42 | 1 | 0.13 |
| Hex | 43 | 0 | 4 | 0 | 64 | 5E | 4A | 164 | 64 | D |
| Octal | 103 | 0 | 4 | 0 | 144 | 136 | 112 | 544 | 144 | 15 |
| Binary | 1000011 | 0 | 100 | 0 | 1100100 | 1011110 | 1001010 | 101100100 | 1100100 | 1101 |
Color Harmonies of #430004
Complementary color
Monochromatic Colors of #430004
Black with #430004
Text Example
Text Example
White with #430004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430004; }
p { color: rgb(67,0,4); }
H1.HeaderClassName
{
color: #430004;
}
.AnyTagClassName
{
color: #430004;
}
</style>
background-color css
<style>
a { background-color: #430004; }
a { background-color: rgb(67,0,4); }
div.DivClassName
{
background-color: #430004;
}
.BgClassName
{
background-color: #430004;
}
</style>
border-color css
<style>
span { border-color: #430004; }
span { border-color: rgb(67,0,4); }
td.TdClassName
{
border-color: #430004;
}
.TagClassName
{
border-color: #430004;
}
</style>