Shades of Rustic Red #43171D
Tints of Rustic Red #43171D
RGB
CMYK
RGB Variations
Color information
#43171D (or 0x43171D) is known color: Rustic Red. HEX triplet: 43, 17 and 1D. RGB value is (67,23,29). Sum of RGB (Red+Green+Blue) = 67+23+29=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #43171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43171D is #BCE8E2. Grayscale: #242424. Windows color (decimal): -12380387 or 1906499. OLE color: 1906499.
HSL color Cylindrical-coordinate representation of color #43171D: hue angle of 351.82º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43171D is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 23 | 29 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.74 |
| HSL | 351.82º | 0.49% | 0.18% | - |
| HSV(B) | 351.82º | 0.66% | 0.26% | - |
| XYZ | 2.84 | 1.89 | 1.38 | - |
| YUV | 36.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 23 | 29 | 0 | 0.66 | 0.57 | 0.74 | 351.82 | 0.49 | 0.18 |
| Hex | 43 | 17 | 1D | 0 | 42 | 39 | 4A | 160 | 31 | 12 |
| Octal | 103 | 27 | 35 | 0 | 102 | 71 | 112 | 540 | 61 | 22 |
| Binary | 1000011 | 10111 | 11101 | 0 | 1000010 | 111001 | 1001010 | 101100000 | 110001 | 10010 |
Color Harmonies of #43171D
Complementary color
Monochromatic Colors of #43171D
Black with #43171D
Text Example
Text Example
White with #43171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43171D; }
p { color: rgb(67,23,29); }
H1.HeaderClassName
{
color: #43171D;
}
.AnyTagClassName
{
color: #43171D;
}
</style>
background-color css
<style>
a { background-color: #43171D; }
a { background-color: rgb(67,23,29); }
div.DivClassName
{
background-color: #43171D;
}
.BgClassName
{
background-color: #43171D;
}
</style>
border-color css
<style>
span { border-color: #43171D; }
span { border-color: rgb(67,23,29); }
td.TdClassName
{
border-color: #43171D;
}
.TagClassName
{
border-color: #43171D;
}
</style>