Shades of Rustic Red #431A1E
Tints of Rustic Red #431A1E
RGB
CMYK
RGB Variations
Color information
#431A1E (or 0x431A1E) is known color: Rustic Red. HEX triplet: 43, 1A and 1E. RGB value is (67,26,30). Sum of RGB (Red+Green+Blue) = 67+26+30=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #431A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A1E is #BCE5E1. Grayscale: #262626. Windows color (decimal): -12379618 or 1972803. OLE color: 1972803.
HSL color Cylindrical-coordinate representation of color #431A1E: hue angle of 354.15º 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 #431A1E is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 30 | - |
| CMYK | 0 | 0.61 | 0.55 | 0.74 |
| HSL | 354.15º | 0.44% | 0.18% | - |
| HSV(B) | 354.15º | 0.61% | 0.26% | - |
| XYZ | 2.92 | 2.03 | 1.47 | - |
| YUV | 38.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 30 | 0 | 0.61 | 0.55 | 0.74 | 354.15 | 0.44 | 0.18 |
| Hex | 43 | 1A | 1E | 0 | 3D | 37 | 4A | 162 | 2C | 12 |
| Octal | 103 | 32 | 36 | 0 | 75 | 67 | 112 | 542 | 54 | 22 |
| Binary | 1000011 | 11010 | 11110 | 0 | 111101 | 110111 | 1001010 | 101100010 | 101100 | 10010 |
Color Harmonies of #431A1E
Complementary color
Monochromatic Colors of #431A1E
Black with #431A1E
Text Example
Text Example
White with #431A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A1E; }
p { color: rgb(67,26,30); }
H1.HeaderClassName
{
color: #431A1E;
}
.AnyTagClassName
{
color: #431A1E;
}
</style>
background-color css
<style>
a { background-color: #431A1E; }
a { background-color: rgb(67,26,30); }
div.DivClassName
{
background-color: #431A1E;
}
.BgClassName
{
background-color: #431A1E;
}
</style>
border-color css
<style>
span { border-color: #431A1E; }
span { border-color: rgb(67,26,30); }
td.TdClassName
{
border-color: #431A1E;
}
.TagClassName
{
border-color: #431A1E;
}
</style>