Shades of Rustic Red #431A1B
Tints of Rustic Red #431A1B
RGB
CMYK
RGB Variations
Color information
#431A1B (or 0x431A1B) is known color: Rustic Red. HEX triplet: 43, 1A and 1B. RGB value is (67,26,27). Sum of RGB (Red+Green+Blue) = 67+26+27=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #431A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A1B is #BCE5E4. Grayscale: #262626. Windows color (decimal): -12379621 or 1776195. OLE color: 1776195.
HSL color Cylindrical-coordinate representation of color #431A1B: hue angle of 358.54º 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 #431A1B is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 26 | 27 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.74 |
| HSL | 358.54º | 0.44% | 0.18% | - |
| HSV(B) | 358.54º | 0.61% | 0.26% | - |
| XYZ | 2.88 | 2.01 | 1.27 | - |
| YUV | 38.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 26 | 27 | 0 | 0.61 | 0.60 | 0.74 | 358.54 | 0.44 | 0.18 |
| Hex | 43 | 1A | 1B | 0 | 3D | 3C | 4A | 167 | 2C | 12 |
| Octal | 103 | 32 | 33 | 0 | 75 | 74 | 112 | 547 | 54 | 22 |
| Binary | 1000011 | 11010 | 11011 | 0 | 111101 | 111100 | 1001010 | 101100111 | 101100 | 10010 |
Color Harmonies of #431A1B
Complementary color
Monochromatic Colors of #431A1B
Black with #431A1B
Text Example
Text Example
White with #431A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431A1B; }
p { color: rgb(67,26,27); }
H1.HeaderClassName
{
color: #431A1B;
}
.AnyTagClassName
{
color: #431A1B;
}
</style>
background-color css
<style>
a { background-color: #431A1B; }
a { background-color: rgb(67,26,27); }
div.DivClassName
{
background-color: #431A1B;
}
.BgClassName
{
background-color: #431A1B;
}
</style>
border-color css
<style>
span { border-color: #431A1B; }
span { border-color: rgb(67,26,27); }
td.TdClassName
{
border-color: #431A1B;
}
.TagClassName
{
border-color: #431A1B;
}
</style>