Shades of Rustic Red #43050B
Tints of Rustic Red #43050B
RGB
CMYK
RGB Variations
Color information
#43050B (or 0x43050B) is known color: Rustic Red. HEX triplet: 43, 05 and 0B. RGB value is (67,5,11). Sum of RGB (Red+Green+Blue) = 67+5+11=83 (10% of max value = 765). Red value is 67 (26.56% from 255 or 80.72% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 67 - color contains mainly: red. Hex color #43050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43050B is #BCFAF4. Grayscale: #181818. Windows color (decimal): -12385013 or 722243. OLE color: 722243.
HSL color Cylindrical-coordinate representation of color #43050B: hue angle of 354.19º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43050B is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 5 | 11 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.74 |
| HSL | 354.19º | 0.86% | 0.14% | - |
| HSV(B) | 354.19º | 0.93% | 0.26% | - |
| XYZ | 2.43 | 1.33 | 0.44 | - |
| YUV | 24.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 11 | 0 | 0.93 | 0.84 | 0.74 | 354.19 | 0.86 | 0.14 |
| Hex | 43 | 5 | B | 0 | 5D | 54 | 4A | 162 | 56 | E |
| Octal | 103 | 5 | 13 | 0 | 135 | 124 | 112 | 542 | 126 | 16 |
| Binary | 1000011 | 101 | 1011 | 0 | 1011101 | 1010100 | 1001010 | 101100010 | 1010110 | 1110 |
Color Harmonies of #43050B
Complementary color
Monochromatic Colors of #43050B
Black with #43050B
Text Example
Text Example
White with #43050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43050B; }
p { color: rgb(67,5,11); }
H1.HeaderClassName
{
color: #43050B;
}
.AnyTagClassName
{
color: #43050B;
}
</style>
background-color css
<style>
a { background-color: #43050B; }
a { background-color: rgb(67,5,11); }
div.DivClassName
{
background-color: #43050B;
}
.BgClassName
{
background-color: #43050B;
}
</style>
border-color css
<style>
span { border-color: #43050B; }
span { border-color: rgb(67,5,11); }
td.TdClassName
{
border-color: #43050B;
}
.TagClassName
{
border-color: #43050B;
}
</style>