Shades of Rustic Red #43191D
Tints of Rustic Red #43191D
RGB
CMYK
RGB Variations
Color information
#43191D (or 0x43191D) is known color: Rustic Red. HEX triplet: 43, 19 and 1D. RGB value is (67,25,29). Sum of RGB (Red+Green+Blue) = 67+25+29=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #43191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43191D is #BCE6E2. Grayscale: #262626. Windows color (decimal): -12379875 or 1907011. OLE color: 1907011.
HSL color Cylindrical-coordinate representation of color #43191D: hue angle of 354.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43191D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 25 | 29 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.74 |
| HSL | 354.29º | 0.46% | 0.18% | - |
| HSV(B) | 354.29º | 0.63% | 0.26% | - |
| XYZ | 2.88 | 1.98 | 1.39 | - |
| YUV | 38.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 29 | 0 | 0.63 | 0.57 | 0.74 | 354.29 | 0.46 | 0.18 |
| Hex | 43 | 19 | 1D | 0 | 3F | 39 | 4A | 162 | 2E | 12 |
| Octal | 103 | 31 | 35 | 0 | 77 | 71 | 112 | 542 | 56 | 22 |
| Binary | 1000011 | 11001 | 11101 | 0 | 111111 | 111001 | 1001010 | 101100010 | 101110 | 10010 |
Color Harmonies of #43191D
Complementary color
Monochromatic Colors of #43191D
Black with #43191D
Text Example
Text Example
White with #43191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43191D; }
p { color: rgb(67,25,29); }
H1.HeaderClassName
{
color: #43191D;
}
.AnyTagClassName
{
color: #43191D;
}
</style>
background-color css
<style>
a { background-color: #43191D; }
a { background-color: rgb(67,25,29); }
div.DivClassName
{
background-color: #43191D;
}
.BgClassName
{
background-color: #43191D;
}
</style>
border-color css
<style>
span { border-color: #43191D; }
span { border-color: rgb(67,25,29); }
td.TdClassName
{
border-color: #43191D;
}
.TagClassName
{
border-color: #43191D;
}
</style>