Shades of Rustic Red #430010
Tints of Rustic Red #430010
RGB
CMYK
RGB Variations
Color information
#430010 (or 0x430010) is known color: Rustic Red. HEX triplet: 43, 00 and 10. RGB value is (67,0,16). Sum of RGB (Red+Green+Blue) = 67+0+16=83 (10% of max value = 765). Red value is 67 (26.56% from 255 or 80.72% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 67 - color contains mainly: red. Hex color #430010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430010 is #BCFFEF. Grayscale: #151515. Windows color (decimal): -12386288 or 1048643. OLE color: 1048643.
HSL color Cylindrical-coordinate representation of color #430010: hue angle of 345.67º 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 #430010 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.76 | 0.74 |
| HSL | 345.67º | 1% | 0.13% | - |
| HSV(B) | 345.67º | 1% | 0.26% | - |
| XYZ | 2.41 | 1.23 | 0.6 | - |
| YUV | 21.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 16 | 0 | 1 | 0.76 | 0.74 | 345.67 | 1 | 0.13 |
| Hex | 43 | 0 | 10 | 0 | 64 | 4C | 4A | 15A | 64 | D |
| Octal | 103 | 0 | 20 | 0 | 144 | 114 | 112 | 532 | 144 | 15 |
| Binary | 1000011 | 0 | 10000 | 0 | 1100100 | 1001100 | 1001010 | 101011010 | 1100100 | 1101 |
Color Harmonies of #430010
Complementary color
Monochromatic Colors of #430010
Black with #430010
Text Example
Text Example
White with #430010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430010; }
p { color: rgb(67,0,16); }
H1.HeaderClassName
{
color: #430010;
}
.AnyTagClassName
{
color: #430010;
}
</style>
background-color css
<style>
a { background-color: #430010; }
a { background-color: rgb(67,0,16); }
div.DivClassName
{
background-color: #430010;
}
.BgClassName
{
background-color: #430010;
}
</style>
border-color css
<style>
span { border-color: #430010; }
span { border-color: rgb(67,0,16); }
td.TdClassName
{
border-color: #430010;
}
.TagClassName
{
border-color: #430010;
}
</style>