Shades of Rustic Red #430017
Tints of Rustic Red #430017
RGB
CMYK
RGB Variations
Color information
#430017 (or 0x430017) is known color: Rustic Red. HEX triplet: 43, 00 and 17. RGB value is (67,0,23). Sum of RGB (Red+Green+Blue) = 67+0+23=90 (11% of max value = 765). Red value is 67 (26.56% from 255 or 74.44% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 67 - color contains mainly: red. Hex color #430017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430017 is #BCFFE8. Grayscale: #161616. Windows color (decimal): -12386281 or 1507395. OLE color: 1507395.
HSL color Cylindrical-coordinate representation of color #430017: hue angle of 339.4º 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 #430017 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.66 | 0.74 |
| HSL | 339.4º | 1% | 0.13% | - |
| HSV(B) | 339.4º | 1% | 0.26% | - |
| XYZ | 2.47 | 1.26 | 0.92 | - |
| YUV | 22.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 23 | 0 | 1 | 0.66 | 0.74 | 339.4 | 1 | 0.13 |
| Hex | 43 | 0 | 17 | 0 | 64 | 42 | 4A | 153 | 64 | D |
| Octal | 103 | 0 | 27 | 0 | 144 | 102 | 112 | 523 | 144 | 15 |
| Binary | 1000011 | 0 | 10111 | 0 | 1100100 | 1000010 | 1001010 | 101010011 | 1100100 | 1101 |
Color Harmonies of #430017
Complementary color
Monochromatic Colors of #430017
Black with #430017
Text Example
Text Example
White with #430017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430017; }
p { color: rgb(67,0,23); }
H1.HeaderClassName
{
color: #430017;
}
.AnyTagClassName
{
color: #430017;
}
</style>
background-color css
<style>
a { background-color: #430017; }
a { background-color: rgb(67,0,23); }
div.DivClassName
{
background-color: #430017;
}
.BgClassName
{
background-color: #430017;
}
</style>
border-color css
<style>
span { border-color: #430017; }
span { border-color: rgb(67,0,23); }
td.TdClassName
{
border-color: #430017;
}
.TagClassName
{
border-color: #430017;
}
</style>