Shades of Rust #BE3F05
Tints of Rust #BE3F05
RGB
CMYK
RGB Variations
Color information
#BE3F05 (or 0xBE3F05) is known color: Rust. HEX triplet: BE, 3F and 05. RGB value is (190,63,5). Sum of RGB (Red+Green+Blue) = 190+63+5=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3F05 is #41C0FA. Grayscale: #5E5E5E. Windows color (decimal): -4309243 or 343998. OLE color: 343998.
HSL color Cylindrical-coordinate representation of color #BE3F05: hue angle of 18.81º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE3F05 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.25 |
| HSL | 18.81º | 0.95% | 0.38% | - |
| HSV(B) | 18.81º | 0.97% | 0.75% | - |
| XYZ | 23.04 | 14.51 | 1.73 | - |
| YUV | 94.36 | 77.58 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 5 | 0 | 0.67 | 0.97 | 0.25 | 18.81 | 0.95 | 0.38 |
| Hex | BE | 3F | 5 | 0 | 43 | 61 | 19 | 13 | 5F | 26 |
| Octal | 276 | 77 | 5 | 0 | 103 | 141 | 31 | 23 | 137 | 46 |
| Binary | 10111110 | 111111 | 101 | 0 | 1000011 | 1100001 | 11001 | 10011 | 1011111 | 100110 |
Color Harmonies of #BE3F05
Complementary color
Monochromatic Colors of #BE3F05
Black with #BE3F05
Text Example
Text Example
White with #BE3F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F05; }
p { color: rgb(190,63,5); }
H1.HeaderClassName
{
color: #BE3F05;
}
.AnyTagClassName
{
color: #BE3F05;
}
</style>
background-color css
<style>
a { background-color: #BE3F05; }
a { background-color: rgb(190,63,5); }
div.DivClassName
{
background-color: #BE3F05;
}
.BgClassName
{
background-color: #BE3F05;
}
</style>
border-color css
<style>
span { border-color: #BE3F05; }
span { border-color: rgb(190,63,5); }
td.TdClassName
{
border-color: #BE3F05;
}
.TagClassName
{
border-color: #BE3F05;
}
</style>