Shades of Rustic Red #431314
Tints of Rustic Red #431314
RGB
CMYK
RGB Variations
Color information
#431314 (or 0x431314) is known color: Rustic Red. HEX triplet: 43, 13 and 14. RGB value is (67,19,20). Sum of RGB (Red+Green+Blue) = 67+19+20=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #431314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431314 is #BCECEB. Grayscale: #212121. Windows color (decimal): -12381420 or 1315651. OLE color: 1315651.
HSL color Cylindrical-coordinate representation of color #431314: hue angle of 358.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431314 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 20 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.74 |
| HSL | 358.75º | 0.56% | 0.17% | - |
| HSV(B) | 358.75º | 0.72% | 0.26% | - |
| XYZ | 2.67 | 1.71 | 0.85 | - |
| YUV | 33.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 20 | 0 | 0.72 | 0.70 | 0.74 | 358.75 | 0.56 | 0.17 |
| Hex | 43 | 13 | 14 | 0 | 48 | 46 | 4A | 167 | 38 | 11 |
| Octal | 103 | 23 | 24 | 0 | 110 | 106 | 112 | 547 | 70 | 21 |
| Binary | 1000011 | 10011 | 10100 | 0 | 1001000 | 1000110 | 1001010 | 101100111 | 111000 | 10001 |
Color Harmonies of #431314
Complementary color
Monochromatic Colors of #431314
Black with #431314
Text Example
Text Example
White with #431314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431314; }
p { color: rgb(67,19,20); }
H1.HeaderClassName
{
color: #431314;
}
.AnyTagClassName
{
color: #431314;
}
</style>
background-color css
<style>
a { background-color: #431314; }
a { background-color: rgb(67,19,20); }
div.DivClassName
{
background-color: #431314;
}
.BgClassName
{
background-color: #431314;
}
</style>
border-color css
<style>
span { border-color: #431314; }
span { border-color: rgb(67,19,20); }
td.TdClassName
{
border-color: #431314;
}
.TagClassName
{
border-color: #431314;
}
</style>