Shades of Rustic Red #461B1C
Tints of Rustic Red #461B1C
RGB
CMYK
RGB Variations
Color information
#461B1C (or 0x461B1C) is known color: Rustic Red. HEX triplet: 46, 1B and 1C. RGB value is (70,27,28). Sum of RGB (Red+Green+Blue) = 70+27+28=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #461B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461B1C is #B9E4E3. Grayscale: #282828. Windows color (decimal): -12182756 or 1841990. OLE color: 1841990.
HSL color Cylindrical-coordinate representation of color #461B1C: hue angle of 358.6º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #461B1C is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 27 | 28 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.73 |
| HSL | 358.6º | 0.44% | 0.19% | - |
| HSV(B) | 358.6º | 0.61% | 0.27% | - |
| XYZ | 3.13 | 2.17 | 1.35 | - |
| YUV | 39.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 27 | 28 | 0 | 0.61 | 0.60 | 0.73 | 358.6 | 0.44 | 0.19 |
| Hex | 46 | 1B | 1C | 0 | 3D | 3C | 49 | 167 | 2C | 13 |
| Octal | 106 | 33 | 34 | 0 | 75 | 74 | 111 | 547 | 54 | 23 |
| Binary | 1000110 | 11011 | 11100 | 0 | 111101 | 111100 | 1001001 | 101100111 | 101100 | 10011 |
Color Harmonies of #461B1C
Complementary color
Monochromatic Colors of #461B1C
Black with #461B1C
Text Example
Text Example
White with #461B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461B1C; }
p { color: rgb(70,27,28); }
H1.HeaderClassName
{
color: #461B1C;
}
.AnyTagClassName
{
color: #461B1C;
}
</style>
background-color css
<style>
a { background-color: #461B1C; }
a { background-color: rgb(70,27,28); }
div.DivClassName
{
background-color: #461B1C;
}
.BgClassName
{
background-color: #461B1C;
}
</style>
border-color css
<style>
span { border-color: #461B1C; }
span { border-color: rgb(70,27,28); }
td.TdClassName
{
border-color: #461B1C;
}
.TagClassName
{
border-color: #461B1C;
}
</style>