Shades of Rustic Red #471B1C
Tints of Rustic Red #471B1C
RGB
CMYK
RGB Variations
Color information
#471B1C (or 0x471B1C) is known color: Rustic Red. HEX triplet: 47, 1B and 1C. RGB value is (71,27,28). Sum of RGB (Red+Green+Blue) = 71+27+28=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B1C is #B8E4E3. Grayscale: #282828. Windows color (decimal): -12117220 or 1841991. OLE color: 1841991.
HSL color Cylindrical-coordinate representation of color #471B1C: hue angle of 358.64º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B1C is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 27 | 28 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.72 |
| HSL | 358.64º | 0.45% | 0.19% | - |
| HSV(B) | 358.64º | 0.62% | 0.28% | - |
| XYZ | 3.2 | 2.21 | 1.36 | - |
| YUV | 40.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 28 | 0 | 0.62 | 0.61 | 0.72 | 358.64 | 0.45 | 0.19 |
| Hex | 47 | 1B | 1C | 0 | 3E | 3D | 48 | 167 | 2D | 13 |
| Octal | 107 | 33 | 34 | 0 | 76 | 75 | 110 | 547 | 55 | 23 |
| Binary | 1000111 | 11011 | 11100 | 0 | 111110 | 111101 | 1001000 | 101100111 | 101101 | 10011 |
Color Harmonies of #471B1C
Complementary color
Monochromatic Colors of #471B1C
Black with #471B1C
Text Example
Text Example
White with #471B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B1C; }
p { color: rgb(71,27,28); }
H1.HeaderClassName
{
color: #471B1C;
}
.AnyTagClassName
{
color: #471B1C;
}
</style>
background-color css
<style>
a { background-color: #471B1C; }
a { background-color: rgb(71,27,28); }
div.DivClassName
{
background-color: #471B1C;
}
.BgClassName
{
background-color: #471B1C;
}
</style>
border-color css
<style>
span { border-color: #471B1C; }
span { border-color: rgb(71,27,28); }
td.TdClassName
{
border-color: #471B1C;
}
.TagClassName
{
border-color: #471B1C;
}
</style>