Shades of Rustic Red #430012
Tints of Rustic Red #430012
RGB
CMYK
RGB Variations
Color information
#430012 (or 0x430012) is known color: Rustic Red. HEX triplet: 43, 00 and 12. RGB value is (67,0,18). Sum of RGB (Red+Green+Blue) = 67+0+18=85 (11% of max value = 765). Red value is 67 (26.56% from 255 or 78.82% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 67 - color contains mainly: red. Hex color #430012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430012 is #BCFFED. Grayscale: #161616. Windows color (decimal): -12386286 or 1179715. OLE color: 1179715.
HSL color Cylindrical-coordinate representation of color #430012: hue angle of 343.88º 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 #430012 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.73 | 0.74 |
| HSL | 343.88º | 1% | 0.13% | - |
| HSV(B) | 343.88º | 1% | 0.26% | - |
| XYZ | 2.42 | 1.24 | 0.68 | - |
| YUV | 22.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 18 | 0 | 1 | 0.73 | 0.74 | 343.88 | 1 | 0.13 |
| Hex | 43 | 0 | 12 | 0 | 64 | 49 | 4A | 158 | 64 | D |
| Octal | 103 | 0 | 22 | 0 | 144 | 111 | 112 | 530 | 144 | 15 |
| Binary | 1000011 | 0 | 10010 | 0 | 1100100 | 1001001 | 1001010 | 101011000 | 1100100 | 1101 |
Color Harmonies of #430012
Complementary color
Monochromatic Colors of #430012
Black with #430012
Text Example
Text Example
White with #430012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430012; }
p { color: rgb(67,0,18); }
H1.HeaderClassName
{
color: #430012;
}
.AnyTagClassName
{
color: #430012;
}
</style>
background-color css
<style>
a { background-color: #430012; }
a { background-color: rgb(67,0,18); }
div.DivClassName
{
background-color: #430012;
}
.BgClassName
{
background-color: #430012;
}
</style>
border-color css
<style>
span { border-color: #430012; }
span { border-color: rgb(67,0,18); }
td.TdClassName
{
border-color: #430012;
}
.TagClassName
{
border-color: #430012;
}
</style>