Shades of Rustic Red #431A1D
Tints of Rustic Red #431A1D
RGB
CMYK
RGB Variations
Color information
#431A1D (or 0x431A1D) is known color: Rustic Red. HEX triplet: 43, 1A and 1D. RGB value is (67,26,29). Sum of RGB (Red+Green+Blue) = 67+26+29=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A1D is #BCE5E2. Grayscale: #262626. Windows color (decimal): -12379619 or 1907267. OLE color: 1907267.
HSL color Cylindrical-coordinate representation of color #431A1D: hue angle of 355.61º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #431A1D is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 29 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.74 |
| HSL | 355.61º | 0.44% | 0.18% | - |
| HSV(B) | 355.61º | 0.61% | 0.26% | - |
| XYZ | 2.91 | 2.02 | 1.4 | - |
| YUV | 38.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 29 | 0 | 0.61 | 0.57 | 0.74 | 355.61 | 0.44 | 0.18 |
| Hex | 43 | 1A | 1D | 0 | 3D | 39 | 4A | 164 | 2C | 12 |
| Octal | 103 | 32 | 35 | 0 | 75 | 71 | 112 | 544 | 54 | 22 |
| Binary | 1000011 | 11010 | 11101 | 0 | 111101 | 111001 | 1001010 | 101100100 | 101100 | 10010 |
Color Harmonies of #431A1D
Complementary color
Monochromatic Colors of #431A1D
Black with #431A1D
Text Example
Text Example
White with #431A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A1D; }
p { color: rgb(67,26,29); }
H1.HeaderClassName
{
color: #431A1D;
}
.AnyTagClassName
{
color: #431A1D;
}
</style>
background-color css
<style>
a { background-color: #431A1D; }
a { background-color: rgb(67,26,29); }
div.DivClassName
{
background-color: #431A1D;
}
.BgClassName
{
background-color: #431A1D;
}
</style>
border-color css
<style>
span { border-color: #431A1D; }
span { border-color: rgb(67,26,29); }
td.TdClassName
{
border-color: #431A1D;
}
.TagClassName
{
border-color: #431A1D;
}
</style>