Shades of Rustic Red #430214
Tints of Rustic Red #430214
RGB
CMYK
RGB Variations
Color information
#430214 (or 0x430214) is known color: Rustic Red. HEX triplet: 43, 02 and 14. RGB value is (67,2,20). Sum of RGB (Red+Green+Blue) = 67+2+20=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #430214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430214 is #BCFDEB. Grayscale: #171717. Windows color (decimal): -12385772 or 1311299. OLE color: 1311299.
HSL color Cylindrical-coordinate representation of color #430214: hue angle of 343.38º 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 #430214 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 20 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.74 |
| HSL | 343.38º | 0.94% | 0.14% | - |
| HSV(B) | 343.38º | 0.97% | 0.26% | - |
| XYZ | 2.46 | 1.29 | 0.78 | - |
| YUV | 23.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 20 | 0 | 0.97 | 0.70 | 0.74 | 343.38 | 0.94 | 0.14 |
| Hex | 43 | 2 | 14 | 0 | 61 | 46 | 4A | 157 | 5E | E |
| Octal | 103 | 2 | 24 | 0 | 141 | 106 | 112 | 527 | 136 | 16 |
| Binary | 1000011 | 10 | 10100 | 0 | 1100001 | 1000110 | 1001010 | 101010111 | 1011110 | 1110 |
Color Harmonies of #430214
Complementary color
Monochromatic Colors of #430214
Black with #430214
Text Example
Text Example
White with #430214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430214; }
p { color: rgb(67,2,20); }
H1.HeaderClassName
{
color: #430214;
}
.AnyTagClassName
{
color: #430214;
}
</style>
background-color css
<style>
a { background-color: #430214; }
a { background-color: rgb(67,2,20); }
div.DivClassName
{
background-color: #430214;
}
.BgClassName
{
background-color: #430214;
}
</style>
border-color css
<style>
span { border-color: #430214; }
span { border-color: rgb(67,2,20); }
td.TdClassName
{
border-color: #430214;
}
.TagClassName
{
border-color: #430214;
}
</style>