Shades of Rust #BE4512
Tints of Rust #BE4512
RGB
CMYK
RGB Variations
Color information
#BE4512 (or 0xBE4512) is known color: Rust. HEX triplet: BE, 45 and 12. RGB value is (190,69,18). Sum of RGB (Red+Green+Blue) = 190+69+18=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4512 is #41BAED. Grayscale: #636363. Windows color (decimal): -4307694 or 1197502. OLE color: 1197502.
HSL color Cylindrical-coordinate representation of color #BE4512: hue angle of 17.79º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE4512 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 18 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.25 |
| HSL | 17.79º | 0.83% | 0.41% | - |
| HSV(B) | 17.79º | 0.91% | 0.75% | - |
| XYZ | 23.47 | 15.25 | 2.28 | - |
| YUV | 99.37 | 82.09 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 18 | 0 | 0.64 | 0.91 | 0.25 | 17.79 | 0.83 | 0.41 |
| Hex | BE | 45 | 12 | 0 | 40 | 5B | 19 | 12 | 53 | 29 |
| Octal | 276 | 105 | 22 | 0 | 100 | 133 | 31 | 22 | 123 | 51 |
| Binary | 10111110 | 1000101 | 10010 | 0 | 1000000 | 1011011 | 11001 | 10010 | 1010011 | 101001 |
Color Harmonies of #BE4512
Complementary color
Monochromatic Colors of #BE4512
Black with #BE4512
Text Example
Text Example
White with #BE4512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4512; }
p { color: rgb(190,69,18); }
H1.HeaderClassName
{
color: #BE4512;
}
.AnyTagClassName
{
color: #BE4512;
}
</style>
background-color css
<style>
a { background-color: #BE4512; }
a { background-color: rgb(190,69,18); }
div.DivClassName
{
background-color: #BE4512;
}
.BgClassName
{
background-color: #BE4512;
}
</style>
border-color css
<style>
span { border-color: #BE4512; }
span { border-color: rgb(190,69,18); }
td.TdClassName
{
border-color: #BE4512;
}
.TagClassName
{
border-color: #BE4512;
}
</style>