Shades of Rust #BE4417
Tints of Rust #BE4417
RGB
CMYK
RGB Variations
Color information
#BE4417 (or 0xBE4417) is known color: Rust. HEX triplet: BE, 44 and 17. RGB value is (190,68,23). Sum of RGB (Red+Green+Blue) = 190+68+23=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4417 is #41BBE8. Grayscale: #636363. Windows color (decimal): -4307945 or 1524926. OLE color: 1524926.
HSL color Cylindrical-coordinate representation of color #BE4417: hue angle of 16.17º degrees, saturation: 0.78, 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 #BE4417 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 23 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.25 |
| HSL | 16.17º | 0.78% | 0.42% | - |
| HSV(B) | 16.17º | 0.88% | 0.75% | - |
| XYZ | 23.46 | 15.14 | 2.5 | - |
| YUV | 99.35 | 84.92 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 23 | 0 | 0.64 | 0.88 | 0.25 | 16.17 | 0.78 | 0.42 |
| Hex | BE | 44 | 17 | 0 | 40 | 58 | 19 | 10 | 4E | 2A |
| Octal | 276 | 104 | 27 | 0 | 100 | 130 | 31 | 20 | 116 | 52 |
| Binary | 10111110 | 1000100 | 10111 | 0 | 1000000 | 1011000 | 11001 | 10000 | 1001110 | 101010 |
Color Harmonies of #BE4417
Complementary color
Monochromatic Colors of #BE4417
Black with #BE4417
Text Example
Text Example
White with #BE4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4417; }
p { color: rgb(190,68,23); }
H1.HeaderClassName
{
color: #BE4417;
}
.AnyTagClassName
{
color: #BE4417;
}
</style>
background-color css
<style>
a { background-color: #BE4417; }
a { background-color: rgb(190,68,23); }
div.DivClassName
{
background-color: #BE4417;
}
.BgClassName
{
background-color: #BE4417;
}
</style>
border-color css
<style>
span { border-color: #BE4417; }
span { border-color: rgb(190,68,23); }
td.TdClassName
{
border-color: #BE4417;
}
.TagClassName
{
border-color: #BE4417;
}
</style>