Shades of Rustic Red #430206
Tints of Rustic Red #430206
RGB
CMYK
RGB Variations
Color information
#430206 (or 0x430206) is known color: Rustic Red. HEX triplet: 43, 02 and 06. RGB value is (67,2,6). Sum of RGB (Red+Green+Blue) = 67+2+6=75 (9% of max value = 765). Red value is 67 (26.56% from 255 or 89.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 67 - color contains mainly: red. Hex color #430206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430206 is #BCFDF9. Grayscale: #151515. Windows color (decimal): -12385786 or 393795. OLE color: 393795.
HSL color Cylindrical-coordinate representation of color #430206: hue angle of 356.31º 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 #430206 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 6 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.74 |
| HSL | 356.31º | 0.94% | 0.14% | - |
| HSV(B) | 356.31º | 0.97% | 0.26% | - |
| XYZ | 2.37 | 1.25 | 0.29 | - |
| YUV | 21.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 6 | 0 | 0.97 | 0.91 | 0.74 | 356.31 | 0.94 | 0.14 |
| Hex | 43 | 2 | 6 | 0 | 61 | 5B | 4A | 164 | 5E | E |
| Octal | 103 | 2 | 6 | 0 | 141 | 133 | 112 | 544 | 136 | 16 |
| Binary | 1000011 | 10 | 110 | 0 | 1100001 | 1011011 | 1001010 | 101100100 | 1011110 | 1110 |
Color Harmonies of #430206
Complementary color
Monochromatic Colors of #430206
Black with #430206
Text Example
Text Example
White with #430206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430206; }
p { color: rgb(67,2,6); }
H1.HeaderClassName
{
color: #430206;
}
.AnyTagClassName
{
color: #430206;
}
</style>
background-color css
<style>
a { background-color: #430206; }
a { background-color: rgb(67,2,6); }
div.DivClassName
{
background-color: #430206;
}
.BgClassName
{
background-color: #430206;
}
</style>
border-color css
<style>
span { border-color: #430206; }
span { border-color: rgb(67,2,6); }
td.TdClassName
{
border-color: #430206;
}
.TagClassName
{
border-color: #430206;
}
</style>