Shades of Rust #BE4C03
Tints of Rust #BE4C03
RGB
CMYK
RGB Variations
Color information
#BE4C03 (or 0xBE4C03) is known color: Rust. HEX triplet: BE, 4C and 03. RGB value is (190,76,3). Sum of RGB (Red+Green+Blue) = 190+76+3=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4C03 is #41B3FC. Grayscale: #666666. Windows color (decimal): -4305917 or 216254. OLE color: 216254.
HSL color Cylindrical-coordinate representation of color #BE4C03: hue angle of 23.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE4C03 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 76 | 3 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.25 |
| HSL | 23.42º | 0.97% | 0.38% | - |
| HSV(B) | 23.42º | 0.98% | 0.75% | - |
| XYZ | 23.84 | 16.12 | 1.94 | - |
| YUV | 101.76 | 72.27 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 76 | 3 | 0 | 0.60 | 0.98 | 0.25 | 23.42 | 0.97 | 0.38 |
| Hex | BE | 4C | 3 | 0 | 3C | 62 | 19 | 17 | 61 | 26 |
| Octal | 276 | 114 | 3 | 0 | 74 | 142 | 31 | 27 | 141 | 46 |
| Binary | 10111110 | 1001100 | 11 | 0 | 111100 | 1100010 | 11001 | 10111 | 1100001 | 100110 |
Color Harmonies of #BE4C03
Complementary color
Monochromatic Colors of #BE4C03
Black with #BE4C03
Text Example
Text Example
White with #BE4C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4C03; }
p { color: rgb(190,76,3); }
H1.HeaderClassName
{
color: #BE4C03;
}
.AnyTagClassName
{
color: #BE4C03;
}
</style>
background-color css
<style>
a { background-color: #BE4C03; }
a { background-color: rgb(190,76,3); }
div.DivClassName
{
background-color: #BE4C03;
}
.BgClassName
{
background-color: #BE4C03;
}
</style>
border-color css
<style>
span { border-color: #BE4C03; }
span { border-color: rgb(190,76,3); }
td.TdClassName
{
border-color: #BE4C03;
}
.TagClassName
{
border-color: #BE4C03;
}
</style>