Shades of Rustic Red #430304
Tints of Rustic Red #430304
RGB
CMYK
RGB Variations
Color information
#430304 (or 0x430304) is known color: Rustic Red. HEX triplet: 43, 03 and 04. RGB value is (67,3,4). Sum of RGB (Red+Green+Blue) = 67+3+4=74 (9% of max value = 765). Red value is 67 (26.56% from 255 or 90.54% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 67 - color contains mainly: red. Hex color #430304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430304 is #BCFCFB. Grayscale: #161616. Windows color (decimal): -12385532 or 262979. OLE color: 262979.
HSL color Cylindrical-coordinate representation of color #430304: hue angle of 359.06º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430304 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 3 | 4 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.74 |
| HSL | 359.06º | 0.91% | 0.14% | - |
| HSV(B) | 359.06º | 0.96% | 0.26% | - |
| XYZ | 2.37 | 1.27 | 0.23 | - |
| YUV | 22.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 4 | 0 | 0.96 | 0.94 | 0.74 | 359.06 | 0.91 | 0.14 |
| Hex | 43 | 3 | 4 | 0 | 60 | 5E | 4A | 167 | 5B | E |
| Octal | 103 | 3 | 4 | 0 | 140 | 136 | 112 | 547 | 133 | 16 |
| Binary | 1000011 | 11 | 100 | 0 | 1100000 | 1011110 | 1001010 | 101100111 | 1011011 | 1110 |
Color Harmonies of #430304
Complementary color
Monochromatic Colors of #430304
Black with #430304
Text Example
Text Example
White with #430304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430304; }
p { color: rgb(67,3,4); }
H1.HeaderClassName
{
color: #430304;
}
.AnyTagClassName
{
color: #430304;
}
</style>
background-color css
<style>
a { background-color: #430304; }
a { background-color: rgb(67,3,4); }
div.DivClassName
{
background-color: #430304;
}
.BgClassName
{
background-color: #430304;
}
</style>
border-color css
<style>
span { border-color: #430304; }
span { border-color: rgb(67,3,4); }
td.TdClassName
{
border-color: #430304;
}
.TagClassName
{
border-color: #430304;
}
</style>