Shades of Rustic Red #430411
Tints of Rustic Red #430411
RGB
CMYK
RGB Variations
Color information
#430411 (or 0x430411) is known color: Rustic Red. HEX triplet: 43, 04 and 11. RGB value is (67,4,17). Sum of RGB (Red+Green+Blue) = 67+4+17=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #430411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430411 is #BCFBEE. Grayscale: #181818. Windows color (decimal): -12385263 or 1115203. OLE color: 1115203.
HSL color Cylindrical-coordinate representation of color #430411: hue angle of 347.62º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430411 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 4 | 17 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.74 |
| HSL | 347.62º | 0.89% | 0.14% | - |
| HSV(B) | 347.62º | 0.94% | 0.26% | - |
| XYZ | 2.46 | 1.32 | 0.66 | - |
| YUV | 24.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 17 | 0 | 0.94 | 0.75 | 0.74 | 347.62 | 0.89 | 0.14 |
| Hex | 43 | 4 | 11 | 0 | 5E | 4B | 4A | 15C | 59 | E |
| Octal | 103 | 4 | 21 | 0 | 136 | 113 | 112 | 534 | 131 | 16 |
| Binary | 1000011 | 100 | 10001 | 0 | 1011110 | 1001011 | 1001010 | 101011100 | 1011001 | 1110 |
Color Harmonies of #430411
Complementary color
Monochromatic Colors of #430411
Black with #430411
Text Example
Text Example
White with #430411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430411; }
p { color: rgb(67,4,17); }
H1.HeaderClassName
{
color: #430411;
}
.AnyTagClassName
{
color: #430411;
}
</style>
background-color css
<style>
a { background-color: #430411; }
a { background-color: rgb(67,4,17); }
div.DivClassName
{
background-color: #430411;
}
.BgClassName
{
background-color: #430411;
}
</style>
border-color css
<style>
span { border-color: #430411; }
span { border-color: rgb(67,4,17); }
td.TdClassName
{
border-color: #430411;
}
.TagClassName
{
border-color: #430411;
}
</style>