Shades of Rustic Red #43050C
Tints of Rustic Red #43050C
RGB
CMYK
RGB Variations
Color information
#43050C (or 0x43050C) is known color: Rustic Red. HEX triplet: 43, 05 and 0C. RGB value is (67,5,12). Sum of RGB (Red+Green+Blue) = 67+5+12=84 (11% of max value = 765). Red value is 67 (26.56% from 255 or 79.76% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 67 - color contains mainly: red. Hex color #43050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43050C is #BCFAF3. Grayscale: #181818. Windows color (decimal): -12385012 or 787779. OLE color: 787779.
HSL color Cylindrical-coordinate representation of color #43050C: hue angle of 353.23º 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 #43050C is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 5 | 12 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.74 |
| HSL | 353.23º | 0.86% | 0.14% | - |
| HSV(B) | 353.23º | 0.93% | 0.26% | - |
| XYZ | 2.44 | 1.33 | 0.48 | - |
| YUV | 24.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 12 | 0 | 0.93 | 0.82 | 0.74 | 353.23 | 0.86 | 0.14 |
| Hex | 43 | 5 | C | 0 | 5D | 52 | 4A | 161 | 56 | E |
| Octal | 103 | 5 | 14 | 0 | 135 | 122 | 112 | 541 | 126 | 16 |
| Binary | 1000011 | 101 | 1100 | 0 | 1011101 | 1010010 | 1001010 | 101100001 | 1010110 | 1110 |
Color Harmonies of #43050C
Complementary color
Monochromatic Colors of #43050C
Black with #43050C
Text Example
Text Example
White with #43050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43050C; }
p { color: rgb(67,5,12); }
H1.HeaderClassName
{
color: #43050C;
}
.AnyTagClassName
{
color: #43050C;
}
</style>
background-color css
<style>
a { background-color: #43050C; }
a { background-color: rgb(67,5,12); }
div.DivClassName
{
background-color: #43050C;
}
.BgClassName
{
background-color: #43050C;
}
</style>
border-color css
<style>
span { border-color: #43050C; }
span { border-color: rgb(67,5,12); }
td.TdClassName
{
border-color: #43050C;
}
.TagClassName
{
border-color: #43050C;
}
</style>