Shades of Rustic Red #430109
Tints of Rustic Red #430109
RGB
CMYK
RGB Variations
Color information
#430109 (or 0x430109) is known color: Rustic Red. HEX triplet: 43, 01 and 09. RGB value is (67,1,9). Sum of RGB (Red+Green+Blue) = 67+1+9=77 (10% of max value = 765). Red value is 67 (26.56% from 255 or 87.01% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 67 - color contains mainly: red. Hex color #430109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430109 is #BCFEF6. Grayscale: #151515. Windows color (decimal): -12386039 or 590147. OLE color: 590147.
HSL color Cylindrical-coordinate representation of color #430109: hue angle of 352.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430109 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.74 |
| HSL | 352.73º | 0.97% | 0.13% | - |
| HSV(B) | 352.73º | 0.99% | 0.26% | - |
| XYZ | 2.37 | 1.23 | 0.37 | - |
| YUV | 21.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 9 | 0 | 0.99 | 0.87 | 0.74 | 352.73 | 0.97 | 0.13 |
| Hex | 43 | 1 | 9 | 0 | 63 | 57 | 4A | 161 | 61 | D |
| Octal | 103 | 1 | 11 | 0 | 143 | 127 | 112 | 541 | 141 | 15 |
| Binary | 1000011 | 1 | 1001 | 0 | 1100011 | 1010111 | 1001010 | 101100001 | 1100001 | 1101 |
Color Harmonies of #430109
Complementary color
Monochromatic Colors of #430109
Black with #430109
Text Example
Text Example
White with #430109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430109; }
p { color: rgb(67,1,9); }
H1.HeaderClassName
{
color: #430109;
}
.AnyTagClassName
{
color: #430109;
}
</style>
background-color css
<style>
a { background-color: #430109; }
a { background-color: rgb(67,1,9); }
div.DivClassName
{
background-color: #430109;
}
.BgClassName
{
background-color: #430109;
}
</style>
border-color css
<style>
span { border-color: #430109; }
span { border-color: rgb(67,1,9); }
td.TdClassName
{
border-color: #430109;
}
.TagClassName
{
border-color: #430109;
}
</style>