Shades of Rustic Red #43080E
Tints of Rustic Red #43080E
RGB
CMYK
RGB Variations
Color information
#43080E (or 0x43080E) is known color: Rustic Red. HEX triplet: 43, 08 and 0E. RGB value is (67,8,14). Sum of RGB (Red+Green+Blue) = 67+8+14=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #43080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43080E is #BCF7F1. Grayscale: #1A1A1A. Windows color (decimal): -12384242 or 919619. OLE color: 919619.
HSL color Cylindrical-coordinate representation of color #43080E: hue angle of 353.9º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43080E is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 8 | 14 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.74 |
| HSL | 353.9º | 0.79% | 0.15% | - |
| HSV(B) | 353.9º | 0.88% | 0.26% | - |
| XYZ | 2.48 | 1.4 | 0.55 | - |
| YUV | 26.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 14 | 0 | 0.88 | 0.79 | 0.74 | 353.9 | 0.79 | 0.15 |
| Hex | 43 | 8 | E | 0 | 58 | 4F | 4A | 162 | 4F | F |
| Octal | 103 | 10 | 16 | 0 | 130 | 117 | 112 | 542 | 117 | 17 |
| Binary | 1000011 | 1000 | 1110 | 0 | 1011000 | 1001111 | 1001010 | 101100010 | 1001111 | 1111 |
Color Harmonies of #43080E
Complementary color
Monochromatic Colors of #43080E
Black with #43080E
Text Example
Text Example
White with #43080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43080E; }
p { color: rgb(67,8,14); }
H1.HeaderClassName
{
color: #43080E;
}
.AnyTagClassName
{
color: #43080E;
}
</style>
background-color css
<style>
a { background-color: #43080E; }
a { background-color: rgb(67,8,14); }
div.DivClassName
{
background-color: #43080E;
}
.BgClassName
{
background-color: #43080E;
}
</style>
border-color css
<style>
span { border-color: #43080E; }
span { border-color: rgb(67,8,14); }
td.TdClassName
{
border-color: #43080E;
}
.TagClassName
{
border-color: #43080E;
}
</style>