Shades of Rustic Red #43141B
Tints of Rustic Red #43141B
RGB
CMYK
RGB Variations
Color information
#43141B (or 0x43141B) is known color: Rustic Red. HEX triplet: 43, 14 and 1B. RGB value is (67,20,27). Sum of RGB (Red+Green+Blue) = 67+20+27=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #43141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43141B is #BCEBE4. Grayscale: #222222. Windows color (decimal): -12381157 or 1774659. OLE color: 1774659.
HSL color Cylindrical-coordinate representation of color #43141B: hue angle of 351.06º 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 #43141B is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 20 | 27 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.74 |
| HSL | 351.06º | 0.54% | 0.17% | - |
| HSV(B) | 351.06º | 0.7% | 0.26% | - |
| XYZ | 2.76 | 1.77 | 1.23 | - |
| YUV | 34.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 27 | 0 | 0.70 | 0.60 | 0.74 | 351.06 | 0.54 | 0.17 |
| Hex | 43 | 14 | 1B | 0 | 46 | 3C | 4A | 15F | 36 | 11 |
| Octal | 103 | 24 | 33 | 0 | 106 | 74 | 112 | 537 | 66 | 21 |
| Binary | 1000011 | 10100 | 11011 | 0 | 1000110 | 111100 | 1001010 | 101011111 | 110110 | 10001 |
Color Harmonies of #43141B
Complementary color
Monochromatic Colors of #43141B
Black with #43141B
Text Example
Text Example
White with #43141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43141B; }
p { color: rgb(67,20,27); }
H1.HeaderClassName
{
color: #43141B;
}
.AnyTagClassName
{
color: #43141B;
}
</style>
background-color css
<style>
a { background-color: #43141B; }
a { background-color: rgb(67,20,27); }
div.DivClassName
{
background-color: #43141B;
}
.BgClassName
{
background-color: #43141B;
}
</style>
border-color css
<style>
span { border-color: #43141B; }
span { border-color: rgb(67,20,27); }
td.TdClassName
{
border-color: #43141B;
}
.TagClassName
{
border-color: #43141B;
}
</style>