Shades of Rust #BE3A10
Tints of Rust #BE3A10
RGB
CMYK
RGB Variations
Color information
#BE3A10 (or 0xBE3A10) is known color: Rust. HEX triplet: BE, 3A and 10. RGB value is (190,58,16). Sum of RGB (Red+Green+Blue) = 190+58+16=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A10 is #41C5EF. Grayscale: #5C5C5C. Windows color (decimal): -4310512 or 1063614. OLE color: 1063614.
HSL color Cylindrical-coordinate representation of color #BE3A10: hue angle of 14.48º degrees, saturation: 0.84, 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 #BE3A10 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.25 |
| HSL | 14.48º | 0.84% | 0.4% | - |
| HSV(B) | 14.48º | 0.92% | 0.75% | - |
| XYZ | 22.84 | 14.01 | 1.99 | - |
| YUV | 92.68 | 84.73 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 16 | 0 | 0.69 | 0.92 | 0.25 | 14.48 | 0.84 | 0.4 |
| Hex | BE | 3A | 10 | 0 | 45 | 5C | 19 | E | 54 | 28 |
| Octal | 276 | 72 | 20 | 0 | 105 | 134 | 31 | 16 | 124 | 50 |
| Binary | 10111110 | 111010 | 10000 | 0 | 1000101 | 1011100 | 11001 | 1110 | 1010100 | 101000 |
Color Harmonies of #BE3A10
Complementary color
Monochromatic Colors of #BE3A10
Black with #BE3A10
Text Example
Text Example
White with #BE3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A10; }
p { color: rgb(190,58,16); }
H1.HeaderClassName
{
color: #BE3A10;
}
.AnyTagClassName
{
color: #BE3A10;
}
</style>
background-color css
<style>
a { background-color: #BE3A10; }
a { background-color: rgb(190,58,16); }
div.DivClassName
{
background-color: #BE3A10;
}
.BgClassName
{
background-color: #BE3A10;
}
</style>
border-color css
<style>
span { border-color: #BE3A10; }
span { border-color: rgb(190,58,16); }
td.TdClassName
{
border-color: #BE3A10;
}
.TagClassName
{
border-color: #BE3A10;
}
</style>