Shades of Rustic Red #431215
Tints of Rustic Red #431215
RGB
CMYK
RGB Variations
Color information
#431215 (or 0x431215) is known color: Rustic Red. HEX triplet: 43, 12 and 15. RGB value is (67,18,21). Sum of RGB (Red+Green+Blue) = 67+18+21=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #431215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431215 is #BCEDEA. Grayscale: #212121. Windows color (decimal): -12381675 or 1380931. OLE color: 1380931.
HSL color Cylindrical-coordinate representation of color #431215: hue angle of 356.33º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431215 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 18 | 21 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.74 |
| HSL | 356.33º | 0.58% | 0.17% | - |
| HSV(B) | 356.33º | 0.73% | 0.26% | - |
| XYZ | 2.67 | 1.68 | 0.89 | - |
| YUV | 32.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 21 | 0 | 0.73 | 0.69 | 0.74 | 356.33 | 0.58 | 0.17 |
| Hex | 43 | 12 | 15 | 0 | 49 | 45 | 4A | 164 | 3A | 11 |
| Octal | 103 | 22 | 25 | 0 | 111 | 105 | 112 | 544 | 72 | 21 |
| Binary | 1000011 | 10010 | 10101 | 0 | 1001001 | 1000101 | 1001010 | 101100100 | 111010 | 10001 |
Color Harmonies of #431215
Complementary color
Monochromatic Colors of #431215
Black with #431215
Text Example
Text Example
White with #431215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431215; }
p { color: rgb(67,18,21); }
H1.HeaderClassName
{
color: #431215;
}
.AnyTagClassName
{
color: #431215;
}
</style>
background-color css
<style>
a { background-color: #431215; }
a { background-color: rgb(67,18,21); }
div.DivClassName
{
background-color: #431215;
}
.BgClassName
{
background-color: #431215;
}
</style>
border-color css
<style>
span { border-color: #431215; }
span { border-color: rgb(67,18,21); }
td.TdClassName
{
border-color: #431215;
}
.TagClassName
{
border-color: #431215;
}
</style>