Shades of Rustic Red #430205
Tints of Rustic Red #430205
RGB
CMYK
RGB Variations
Color information
#430205 (or 0x430205) is known color: Rustic Red. HEX triplet: 43, 02 and 05. RGB value is (67,2,5). Sum of RGB (Red+Green+Blue) = 67+2+5=74 (9% of max value = 765). Red value is 67 (26.56% from 255 or 90.54% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 67 - color contains mainly: red. Hex color #430205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430205 is #BCFDFA. Grayscale: #151515. Windows color (decimal): -12385787 or 328259. OLE color: 328259.
HSL color Cylindrical-coordinate representation of color #430205: hue angle of 357.23º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430205 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 5 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.74 |
| HSL | 357.23º | 0.94% | 0.14% | - |
| HSV(B) | 357.23º | 0.97% | 0.26% | - |
| XYZ | 2.36 | 1.25 | 0.26 | - |
| YUV | 21.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 5 | 0 | 0.97 | 0.93 | 0.74 | 357.23 | 0.94 | 0.14 |
| Hex | 43 | 2 | 5 | 0 | 61 | 5D | 4A | 165 | 5E | E |
| Octal | 103 | 2 | 5 | 0 | 141 | 135 | 112 | 545 | 136 | 16 |
| Binary | 1000011 | 10 | 101 | 0 | 1100001 | 1011101 | 1001010 | 101100101 | 1011110 | 1110 |
Color Harmonies of #430205
Complementary color
Monochromatic Colors of #430205
Black with #430205
Text Example
Text Example
White with #430205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430205; }
p { color: rgb(67,2,5); }
H1.HeaderClassName
{
color: #430205;
}
.AnyTagClassName
{
color: #430205;
}
</style>
background-color css
<style>
a { background-color: #430205; }
a { background-color: rgb(67,2,5); }
div.DivClassName
{
background-color: #430205;
}
.BgClassName
{
background-color: #430205;
}
</style>
border-color css
<style>
span { border-color: #430205; }
span { border-color: rgb(67,2,5); }
td.TdClassName
{
border-color: #430205;
}
.TagClassName
{
border-color: #430205;
}
</style>