Shades of Rustic Red #430011
Tints of Rustic Red #430011
RGB
CMYK
RGB Variations
Color information
#430011 (or 0x430011) is known color: Rustic Red. HEX triplet: 43, 00 and 11. RGB value is (67,0,17). Sum of RGB (Red+Green+Blue) = 67+0+17=84 (11% of max value = 765). Red value is 67 (26.56% from 255 or 79.76% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 67 - color contains mainly: red. Hex color #430011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430011 is #BCFFEE. Grayscale: #151515. Windows color (decimal): -12386287 or 1114179. OLE color: 1114179.
HSL color Cylindrical-coordinate representation of color #430011: hue angle of 344.78º 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 #430011 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.75 | 0.74 |
| HSL | 344.78º | 1% | 0.13% | - |
| HSV(B) | 344.78º | 1% | 0.26% | - |
| XYZ | 2.42 | 1.23 | 0.64 | - |
| YUV | 21.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 17 | 0 | 1 | 0.75 | 0.74 | 344.78 | 1 | 0.13 |
| Hex | 43 | 0 | 11 | 0 | 64 | 4B | 4A | 159 | 64 | D |
| Octal | 103 | 0 | 21 | 0 | 144 | 113 | 112 | 531 | 144 | 15 |
| Binary | 1000011 | 0 | 10001 | 0 | 1100100 | 1001011 | 1001010 | 101011001 | 1100100 | 1101 |
Color Harmonies of #430011
Complementary color
Monochromatic Colors of #430011
Black with #430011
Text Example
Text Example
White with #430011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430011; }
p { color: rgb(67,0,17); }
H1.HeaderClassName
{
color: #430011;
}
.AnyTagClassName
{
color: #430011;
}
</style>
background-color css
<style>
a { background-color: #430011; }
a { background-color: rgb(67,0,17); }
div.DivClassName
{
background-color: #430011;
}
.BgClassName
{
background-color: #430011;
}
</style>
border-color css
<style>
span { border-color: #430011; }
span { border-color: rgb(67,0,17); }
td.TdClassName
{
border-color: #430011;
}
.TagClassName
{
border-color: #430011;
}
</style>