Shades of Rustic Red #431D1F
Tints of Rustic Red #431D1F
RGB
CMYK
RGB Variations
Color information
#431D1F (or 0x431D1F) is known color: Rustic Red. HEX triplet: 43, 1D and 1F. RGB value is (67,29,31). Sum of RGB (Red+Green+Blue) = 67+29+31=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #431D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D1F is #BCE2E0. Grayscale: #282828. Windows color (decimal): -12378849 or 2039107. OLE color: 2039107.
HSL color Cylindrical-coordinate representation of color #431D1F: hue angle of 356.84º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D1F is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 29 | 31 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.74 |
| HSL | 356.84º | 0.4% | 0.19% | - |
| HSV(B) | 356.84º | 0.57% | 0.26% | - |
| XYZ | 3 | 2.17 | 1.56 | - |
| YUV | 40.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 29 | 31 | 0 | 0.57 | 0.54 | 0.74 | 356.84 | 0.4 | 0.19 |
| Hex | 43 | 1D | 1F | 0 | 39 | 36 | 4A | 165 | 28 | 13 |
| Octal | 103 | 35 | 37 | 0 | 71 | 66 | 112 | 545 | 50 | 23 |
| Binary | 1000011 | 11101 | 11111 | 0 | 111001 | 110110 | 1001010 | 101100101 | 101000 | 10011 |
Color Harmonies of #431D1F
Complementary color
Monochromatic Colors of #431D1F
Black with #431D1F
Text Example
Text Example
White with #431D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431D1F; }
p { color: rgb(67,29,31); }
H1.HeaderClassName
{
color: #431D1F;
}
.AnyTagClassName
{
color: #431D1F;
}
</style>
background-color css
<style>
a { background-color: #431D1F; }
a { background-color: rgb(67,29,31); }
div.DivClassName
{
background-color: #431D1F;
}
.BgClassName
{
background-color: #431D1F;
}
</style>
border-color css
<style>
span { border-color: #431D1F; }
span { border-color: rgb(67,29,31); }
td.TdClassName
{
border-color: #431D1F;
}
.TagClassName
{
border-color: #431D1F;
}
</style>