Shades of Rust #BE3C16
Tints of Rust #BE3C16
RGB
CMYK
RGB Variations
Color information
#BE3C16 (or 0xBE3C16) is known color: Rust. HEX triplet: BE, 3C and 16. RGB value is (190,60,22). Sum of RGB (Red+Green+Blue) = 190+60+22=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C16 is #41C3E9. Grayscale: #5E5E5E. Windows color (decimal): -4309994 or 1457342. OLE color: 1457342.
HSL color Cylindrical-coordinate representation of color #BE3C16: hue angle of 13.57º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE3C16 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 22 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.25 |
| HSL | 13.57º | 0.79% | 0.42% | - |
| HSV(B) | 13.57º | 0.88% | 0.75% | - |
| XYZ | 23 | 14.24 | 2.3 | - |
| YUV | 94.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 22 | 0 | 0.68 | 0.88 | 0.25 | 13.57 | 0.79 | 0.42 |
| Hex | BE | 3C | 16 | 0 | 44 | 58 | 19 | E | 4F | 2A |
| Octal | 276 | 74 | 26 | 0 | 104 | 130 | 31 | 16 | 117 | 52 |
| Binary | 10111110 | 111100 | 10110 | 0 | 1000100 | 1011000 | 11001 | 1110 | 1001111 | 101010 |
Color Harmonies of #BE3C16
Complementary color
Monochromatic Colors of #BE3C16
Black with #BE3C16
Text Example
Text Example
White with #BE3C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C16; }
p { color: rgb(190,60,22); }
H1.HeaderClassName
{
color: #BE3C16;
}
.AnyTagClassName
{
color: #BE3C16;
}
</style>
background-color css
<style>
a { background-color: #BE3C16; }
a { background-color: rgb(190,60,22); }
div.DivClassName
{
background-color: #BE3C16;
}
.BgClassName
{
background-color: #BE3C16;
}
</style>
border-color css
<style>
span { border-color: #BE3C16; }
span { border-color: rgb(190,60,22); }
td.TdClassName
{
border-color: #BE3C16;
}
.TagClassName
{
border-color: #BE3C16;
}
</style>