Shades of Rust #BE451F
Tints of Rust #BE451F
RGB
CMYK
RGB Variations
Color information
#BE451F (or 0xBE451F) is known color: Rust. HEX triplet: BE, 45 and 1F. RGB value is (190,69,31). Sum of RGB (Red+Green+Blue) = 190+69+31=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE451F is #41BAE0. Grayscale: #656565. Windows color (decimal): -4307681 or 2049470. OLE color: 2049470.
HSL color Cylindrical-coordinate representation of color #BE451F: hue angle of 14.34º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE451F is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 31 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.25 |
| HSL | 14.34º | 0.72% | 0.43% | - |
| HSV(B) | 14.34º | 0.84% | 0.75% | - |
| XYZ | 23.61 | 15.3 | 3.01 | - |
| YUV | 100.85 | 88.59 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 31 | 0 | 0.64 | 0.84 | 0.25 | 14.34 | 0.72 | 0.43 |
| Hex | BE | 45 | 1F | 0 | 40 | 54 | 19 | E | 48 | 2B |
| Octal | 276 | 105 | 37 | 0 | 100 | 124 | 31 | 16 | 110 | 53 |
| Binary | 10111110 | 1000101 | 11111 | 0 | 1000000 | 1010100 | 11001 | 1110 | 1001000 | 101011 |
Color Harmonies of #BE451F
Complementary color
Monochromatic Colors of #BE451F
Black with #BE451F
Text Example
Text Example
White with #BE451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE451F; }
p { color: rgb(190,69,31); }
H1.HeaderClassName
{
color: #BE451F;
}
.AnyTagClassName
{
color: #BE451F;
}
</style>
background-color css
<style>
a { background-color: #BE451F; }
a { background-color: rgb(190,69,31); }
div.DivClassName
{
background-color: #BE451F;
}
.BgClassName
{
background-color: #BE451F;
}
</style>
border-color css
<style>
span { border-color: #BE451F; }
span { border-color: rgb(190,69,31); }
td.TdClassName
{
border-color: #BE451F;
}
.TagClassName
{
border-color: #BE451F;
}
</style>