Shades of Rustic Red #431B1D
Tints of Rustic Red #431B1D
RGB
CMYK
RGB Variations
Color information
#431B1D (or 0x431B1D) is known color: Rustic Red. HEX triplet: 43, 1B and 1D. RGB value is (67,27,29). Sum of RGB (Red+Green+Blue) = 67+27+29=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #431B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B1D is #BCE4E2. Grayscale: #272727. Windows color (decimal): -12379363 or 1907523. OLE color: 1907523.
HSL color Cylindrical-coordinate representation of color #431B1D: hue angle of 357º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B1D is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 29 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.74 |
| HSL | 357º | 0.43% | 0.18% | - |
| HSV(B) | 357º | 0.6% | 0.26% | - |
| XYZ | 2.93 | 2.07 | 1.41 | - |
| YUV | 39.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 29 | 0 | 0.60 | 0.57 | 0.74 | 357 | 0.43 | 0.18 |
| Hex | 43 | 1B | 1D | 0 | 3C | 39 | 4A | 165 | 2B | 12 |
| Octal | 103 | 33 | 35 | 0 | 74 | 71 | 112 | 545 | 53 | 22 |
| Binary | 1000011 | 11011 | 11101 | 0 | 111100 | 111001 | 1001010 | 101100101 | 101011 | 10010 |
Color Harmonies of #431B1D
Complementary color
Monochromatic Colors of #431B1D
Black with #431B1D
Text Example
Text Example
White with #431B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B1D; }
p { color: rgb(67,27,29); }
H1.HeaderClassName
{
color: #431B1D;
}
.AnyTagClassName
{
color: #431B1D;
}
</style>
background-color css
<style>
a { background-color: #431B1D; }
a { background-color: rgb(67,27,29); }
div.DivClassName
{
background-color: #431B1D;
}
.BgClassName
{
background-color: #431B1D;
}
</style>
border-color css
<style>
span { border-color: #431B1D; }
span { border-color: rgb(67,27,29); }
td.TdClassName
{
border-color: #431B1D;
}
.TagClassName
{
border-color: #431B1D;
}
</style>