Shades of Rust #BE451B
Tints of Rust #BE451B
RGB
CMYK
RGB Variations
Color information
#BE451B (or 0xBE451B) is known color: Rust. HEX triplet: BE, 45 and 1B. RGB value is (190,69,27). Sum of RGB (Red+Green+Blue) = 190+69+27=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE451B is #41BAE4. Grayscale: #646464. Windows color (decimal): -4307685 or 1787326. OLE color: 1787326.
HSL color Cylindrical-coordinate representation of color #BE451B: hue angle of 15.46º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE451B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 27 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.25 |
| HSL | 15.46º | 0.75% | 0.43% | - |
| HSV(B) | 15.46º | 0.86% | 0.75% | - |
| XYZ | 23.56 | 15.28 | 2.74 | - |
| YUV | 100.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 27 | 0 | 0.64 | 0.86 | 0.25 | 15.46 | 0.75 | 0.43 |
| Hex | BE | 45 | 1B | 0 | 40 | 56 | 19 | F | 4B | 2B |
| Octal | 276 | 105 | 33 | 0 | 100 | 126 | 31 | 17 | 113 | 53 |
| Binary | 10111110 | 1000101 | 11011 | 0 | 1000000 | 1010110 | 11001 | 1111 | 1001011 | 101011 |
Color Harmonies of #BE451B
Complementary color
Monochromatic Colors of #BE451B
Black with #BE451B
Text Example
Text Example
White with #BE451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE451B; }
p { color: rgb(190,69,27); }
H1.HeaderClassName
{
color: #BE451B;
}
.AnyTagClassName
{
color: #BE451B;
}
</style>
background-color css
<style>
a { background-color: #BE451B; }
a { background-color: rgb(190,69,27); }
div.DivClassName
{
background-color: #BE451B;
}
.BgClassName
{
background-color: #BE451B;
}
</style>
border-color css
<style>
span { border-color: #BE451B; }
span { border-color: rgb(190,69,27); }
td.TdClassName
{
border-color: #BE451B;
}
.TagClassName
{
border-color: #BE451B;
}
</style>