Shades of Rust #BE3F0F
Tints of Rust #BE3F0F
RGB
CMYK
RGB Variations
Color information
#BE3F0F (or 0xBE3F0F) is known color: Rust. HEX triplet: BE, 3F and 0F. RGB value is (190,63,15). Sum of RGB (Red+Green+Blue) = 190+63+15=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3F0F is #41C0F0. Grayscale: #5F5F5F. Windows color (decimal): -4309233 or 999358. OLE color: 999358.
HSL color Cylindrical-coordinate representation of color #BE3F0F: hue angle of 16.46º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE3F0F is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 15 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.25 |
| HSL | 16.46º | 0.85% | 0.4% | - |
| HSV(B) | 16.46º | 0.92% | 0.75% | - |
| XYZ | 23.1 | 14.54 | 2.04 | - |
| YUV | 95.5 | 82.58 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 15 | 0 | 0.67 | 0.92 | 0.25 | 16.46 | 0.85 | 0.4 |
| Hex | BE | 3F | F | 0 | 43 | 5C | 19 | 10 | 55 | 28 |
| Octal | 276 | 77 | 17 | 0 | 103 | 134 | 31 | 20 | 125 | 50 |
| Binary | 10111110 | 111111 | 1111 | 0 | 1000011 | 1011100 | 11001 | 10000 | 1010101 | 101000 |
Color Harmonies of #BE3F0F
Complementary color
Monochromatic Colors of #BE3F0F
Black with #BE3F0F
Text Example
Text Example
White with #BE3F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F0F; }
p { color: rgb(190,63,15); }
H1.HeaderClassName
{
color: #BE3F0F;
}
.AnyTagClassName
{
color: #BE3F0F;
}
</style>
background-color css
<style>
a { background-color: #BE3F0F; }
a { background-color: rgb(190,63,15); }
div.DivClassName
{
background-color: #BE3F0F;
}
.BgClassName
{
background-color: #BE3F0F;
}
</style>
border-color css
<style>
span { border-color: #BE3F0F; }
span { border-color: rgb(190,63,15); }
td.TdClassName
{
border-color: #BE3F0F;
}
.TagClassName
{
border-color: #BE3F0F;
}
</style>