Shades of Rustic Red #430216
Tints of Rustic Red #430216
RGB
CMYK
RGB Variations
Color information
#430216 (or 0x430216) is known color: Rustic Red. HEX triplet: 43, 02 and 16. RGB value is (67,2,22). Sum of RGB (Red+Green+Blue) = 67+2+22=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #430216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430216 is #BCFDE9. Grayscale: #171717. Windows color (decimal): -12385770 or 1442371. OLE color: 1442371.
HSL color Cylindrical-coordinate representation of color #430216: hue angle of 341.54º 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 #430216 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 22 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.74 |
| HSL | 341.54º | 0.94% | 0.14% | - |
| HSV(B) | 341.54º | 0.97% | 0.26% | - |
| XYZ | 2.48 | 1.29 | 0.88 | - |
| YUV | 23.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 22 | 0 | 0.97 | 0.67 | 0.74 | 341.54 | 0.94 | 0.14 |
| Hex | 43 | 2 | 16 | 0 | 61 | 43 | 4A | 156 | 5E | E |
| Octal | 103 | 2 | 26 | 0 | 141 | 103 | 112 | 526 | 136 | 16 |
| Binary | 1000011 | 10 | 10110 | 0 | 1100001 | 1000011 | 1001010 | 101010110 | 1011110 | 1110 |
Color Harmonies of #430216
Complementary color
Monochromatic Colors of #430216
Black with #430216
Text Example
Text Example
White with #430216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430216; }
p { color: rgb(67,2,22); }
H1.HeaderClassName
{
color: #430216;
}
.AnyTagClassName
{
color: #430216;
}
</style>
background-color css
<style>
a { background-color: #430216; }
a { background-color: rgb(67,2,22); }
div.DivClassName
{
background-color: #430216;
}
.BgClassName
{
background-color: #430216;
}
</style>
border-color css
<style>
span { border-color: #430216; }
span { border-color: rgb(67,2,22); }
td.TdClassName
{
border-color: #430216;
}
.TagClassName
{
border-color: #430216;
}
</style>