Shades of Rustic Red #431A1C
Tints of Rustic Red #431A1C
RGB
CMYK
RGB Variations
Color information
#431A1C (or 0x431A1C) is known color: Rustic Red. HEX triplet: 43, 1A and 1C. RGB value is (67,26,28). Sum of RGB (Red+Green+Blue) = 67+26+28=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A1C is #BCE5E3. Grayscale: #262626. Windows color (decimal): -12379620 or 1841731. OLE color: 1841731.
HSL color Cylindrical-coordinate representation of color #431A1C: hue angle of 357.07º 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 #431A1C is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 28 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.74 |
| HSL | 357.07º | 0.44% | 0.18% | - |
| HSV(B) | 357.07º | 0.61% | 0.26% | - |
| XYZ | 2.89 | 2.02 | 1.34 | - |
| YUV | 38.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 28 | 0 | 0.61 | 0.58 | 0.74 | 357.07 | 0.44 | 0.18 |
| Hex | 43 | 1A | 1C | 0 | 3D | 3A | 4A | 165 | 2C | 12 |
| Octal | 103 | 32 | 34 | 0 | 75 | 72 | 112 | 545 | 54 | 22 |
| Binary | 1000011 | 11010 | 11100 | 0 | 111101 | 111010 | 1001010 | 101100101 | 101100 | 10010 |
Color Harmonies of #431A1C
Complementary color
Monochromatic Colors of #431A1C
Black with #431A1C
Text Example
Text Example
White with #431A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A1C; }
p { color: rgb(67,26,28); }
H1.HeaderClassName
{
color: #431A1C;
}
.AnyTagClassName
{
color: #431A1C;
}
</style>
background-color css
<style>
a { background-color: #431A1C; }
a { background-color: rgb(67,26,28); }
div.DivClassName
{
background-color: #431A1C;
}
.BgClassName
{
background-color: #431A1C;
}
</style>
border-color css
<style>
span { border-color: #431A1C; }
span { border-color: rgb(67,26,28); }
td.TdClassName
{
border-color: #431A1C;
}
.TagClassName
{
border-color: #431A1C;
}
</style>