Shades of Rust #BE451D
Tints of Rust #BE451D
RGB
CMYK
RGB Variations
Color information
#BE451D (or 0xBE451D) is known color: Rust. HEX triplet: BE, 45 and 1D. RGB value is (190,69,29). Sum of RGB (Red+Green+Blue) = 190+69+29=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE451D is #41BAE2. Grayscale: #646464. Windows color (decimal): -4307683 or 1918398. OLE color: 1918398.
HSL color Cylindrical-coordinate representation of color #BE451D: hue angle of 14.91º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE451D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 29 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.25 |
| HSL | 14.91º | 0.74% | 0.43% | - |
| HSV(B) | 14.91º | 0.85% | 0.75% | - |
| XYZ | 23.59 | 15.29 | 2.87 | - |
| YUV | 100.62 | 87.59 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 29 | 0 | 0.64 | 0.85 | 0.25 | 14.91 | 0.74 | 0.43 |
| Hex | BE | 45 | 1D | 0 | 40 | 55 | 19 | F | 4A | 2B |
| Octal | 276 | 105 | 35 | 0 | 100 | 125 | 31 | 17 | 112 | 53 |
| Binary | 10111110 | 1000101 | 11101 | 0 | 1000000 | 1010101 | 11001 | 1111 | 1001010 | 101011 |
Color Harmonies of #BE451D
Complementary color
Monochromatic Colors of #BE451D
Black with #BE451D
Text Example
Text Example
White with #BE451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE451D; }
p { color: rgb(190,69,29); }
H1.HeaderClassName
{
color: #BE451D;
}
.AnyTagClassName
{
color: #BE451D;
}
</style>
background-color css
<style>
a { background-color: #BE451D; }
a { background-color: rgb(190,69,29); }
div.DivClassName
{
background-color: #BE451D;
}
.BgClassName
{
background-color: #BE451D;
}
</style>
border-color css
<style>
span { border-color: #BE451D; }
span { border-color: rgb(190,69,29); }
td.TdClassName
{
border-color: #BE451D;
}
.TagClassName
{
border-color: #BE451D;
}
</style>