Shades of Rustic Red #43090F
Tints of Rustic Red #43090F
RGB
CMYK
RGB Variations
Color information
#43090F (or 0x43090F) is known color: Rustic Red. HEX triplet: 43, 09 and 0F. RGB value is (67,9,15). Sum of RGB (Red+Green+Blue) = 67+9+15=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #43090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43090F is #BCF6F0. Grayscale: #1B1B1B. Windows color (decimal): -12383985 or 985411. OLE color: 985411.
HSL color Cylindrical-coordinate representation of color #43090F: hue angle of 353.79º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #43090F is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 9 | 15 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.74 |
| HSL | 353.79º | 0.76% | 0.15% | - |
| HSV(B) | 353.79º | 0.87% | 0.26% | - |
| XYZ | 2.5 | 1.42 | 0.59 | - |
| YUV | 27.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 9 | 15 | 0 | 0.87 | 0.78 | 0.74 | 353.79 | 0.76 | 0.15 |
| Hex | 43 | 9 | F | 0 | 57 | 4E | 4A | 162 | 4C | F |
| Octal | 103 | 11 | 17 | 0 | 127 | 116 | 112 | 542 | 114 | 17 |
| Binary | 1000011 | 1001 | 1111 | 0 | 1010111 | 1001110 | 1001010 | 101100010 | 1001100 | 1111 |
Color Harmonies of #43090F
Complementary color
Monochromatic Colors of #43090F
Black with #43090F
Text Example
Text Example
White with #43090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43090F; }
p { color: rgb(67,9,15); }
H1.HeaderClassName
{
color: #43090F;
}
.AnyTagClassName
{
color: #43090F;
}
</style>
background-color css
<style>
a { background-color: #43090F; }
a { background-color: rgb(67,9,15); }
div.DivClassName
{
background-color: #43090F;
}
.BgClassName
{
background-color: #43090F;
}
</style>
border-color css
<style>
span { border-color: #43090F; }
span { border-color: rgb(67,9,15); }
td.TdClassName
{
border-color: #43090F;
}
.TagClassName
{
border-color: #43090F;
}
</style>