Shades of Rustic Red #430001
Tints of Rustic Red #430001
RGB
CMYK
RGB Variations
Color information
#430001 (or 0x430001) is known color: Rustic Red. HEX triplet: 43, 00 and 01. RGB value is (67,0,1). Sum of RGB (Red+Green+Blue) = 67+0+1=68 (9% of max value = 765). Red value is 67 (26.56% from 255 or 98.53% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 67 - color contains mainly: red. Hex color #430001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430001 is #BCFFFE. Grayscale: #141414. Windows color (decimal): -12386303 or 65603. OLE color: 65603.
HSL color Cylindrical-coordinate representation of color #430001: hue angle of 359.1º 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 #430001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.74 |
| HSL | 359.1º | 1% | 0.13% | - |
| HSV(B) | 359.1º | 1% | 0.26% | - |
| XYZ | 2.32 | 1.2 | 0.14 | - |
| YUV | 20.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 1 | 0 | 1 | 0.99 | 0.74 | 359.1 | 1 | 0.13 |
| Hex | 43 | 0 | 1 | 0 | 64 | 63 | 4A | 167 | 64 | D |
| Octal | 103 | 0 | 1 | 0 | 144 | 143 | 112 | 547 | 144 | 15 |
| Binary | 1000011 | 0 | 1 | 0 | 1100100 | 1100011 | 1001010 | 101100111 | 1100100 | 1101 |
Color Harmonies of #430001
Complementary color
Monochromatic Colors of #430001
Black with #430001
Text Example
Text Example
White with #430001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430001; }
p { color: rgb(67,0,1); }
H1.HeaderClassName
{
color: #430001;
}
.AnyTagClassName
{
color: #430001;
}
</style>
background-color css
<style>
a { background-color: #430001; }
a { background-color: rgb(67,0,1); }
div.DivClassName
{
background-color: #430001;
}
.BgClassName
{
background-color: #430001;
}
</style>
border-color css
<style>
span { border-color: #430001; }
span { border-color: rgb(67,0,1); }
td.TdClassName
{
border-color: #430001;
}
.TagClassName
{
border-color: #430001;
}
</style>