Shades of Rust #BE450B
Tints of Rust #BE450B
RGB
CMYK
RGB Variations
Color information
#BE450B (or 0xBE450B) is known color: Rust. HEX triplet: BE, 45 and 0B. RGB value is (190,69,11). Sum of RGB (Red+Green+Blue) = 190+69+11=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE450B is #41BAF4. Grayscale: #626262. Windows color (decimal): -4307701 or 738750. OLE color: 738750.
HSL color Cylindrical-coordinate representation of color #BE450B: hue angle of 19.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE450B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.25 |
| HSL | 19.44º | 0.89% | 0.39% | - |
| HSV(B) | 19.44º | 0.94% | 0.75% | - |
| XYZ | 23.42 | 15.23 | 2.02 | - |
| YUV | 98.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 11 | 0 | 0.64 | 0.94 | 0.25 | 19.44 | 0.89 | 0.39 |
| Hex | BE | 45 | B | 0 | 40 | 5E | 19 | 13 | 59 | 27 |
| Octal | 276 | 105 | 13 | 0 | 100 | 136 | 31 | 23 | 131 | 47 |
| Binary | 10111110 | 1000101 | 1011 | 0 | 1000000 | 1011110 | 11001 | 10011 | 1011001 | 100111 |
Color Harmonies of #BE450B
Complementary color
Monochromatic Colors of #BE450B
Black with #BE450B
Text Example
Text Example
White with #BE450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE450B; }
p { color: rgb(190,69,11); }
H1.HeaderClassName
{
color: #BE450B;
}
.AnyTagClassName
{
color: #BE450B;
}
</style>
background-color css
<style>
a { background-color: #BE450B; }
a { background-color: rgb(190,69,11); }
div.DivClassName
{
background-color: #BE450B;
}
.BgClassName
{
background-color: #BE450B;
}
</style>
border-color css
<style>
span { border-color: #BE450B; }
span { border-color: rgb(190,69,11); }
td.TdClassName
{
border-color: #BE450B;
}
.TagClassName
{
border-color: #BE450B;
}
</style>