Shades of Rustic Red #43141C
Tints of Rustic Red #43141C
RGB
CMYK
RGB Variations
Color information
#43141C (or 0x43141C) is known color: Rustic Red. HEX triplet: 43, 14 and 1C. RGB value is (67,20,28). Sum of RGB (Red+Green+Blue) = 67+20+28=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #43141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43141C is #BCEBE3. Grayscale: #222222. Windows color (decimal): -12381156 or 1840195. OLE color: 1840195.
HSL color Cylindrical-coordinate representation of color #43141C: hue angle of 349.79º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43141C is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 28 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.74 |
| HSL | 349.79º | 0.54% | 0.17% | - |
| HSV(B) | 349.79º | 0.7% | 0.26% | - |
| XYZ | 2.77 | 1.78 | 1.3 | - |
| YUV | 34.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 28 | 0 | 0.70 | 0.58 | 0.74 | 349.79 | 0.54 | 0.17 |
| Hex | 43 | 14 | 1C | 0 | 46 | 3A | 4A | 15E | 36 | 11 |
| Octal | 103 | 24 | 34 | 0 | 106 | 72 | 112 | 536 | 66 | 21 |
| Binary | 1000011 | 10100 | 11100 | 0 | 1000110 | 111010 | 1001010 | 101011110 | 110110 | 10001 |
Color Harmonies of #43141C
Complementary color
Monochromatic Colors of #43141C
Black with #43141C
Text Example
Text Example
White with #43141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43141C; }
p { color: rgb(67,20,28); }
H1.HeaderClassName
{
color: #43141C;
}
.AnyTagClassName
{
color: #43141C;
}
</style>
background-color css
<style>
a { background-color: #43141C; }
a { background-color: rgb(67,20,28); }
div.DivClassName
{
background-color: #43141C;
}
.BgClassName
{
background-color: #43141C;
}
</style>
border-color css
<style>
span { border-color: #43141C; }
span { border-color: rgb(67,20,28); }
td.TdClassName
{
border-color: #43141C;
}
.TagClassName
{
border-color: #43141C;
}
</style>