Shades of Rust #BE3A03
Tints of Rust #BE3A03
RGB
CMYK
RGB Variations
Color information
#BE3A03 (or 0xBE3A03) is known color: Rust. HEX triplet: BE, 3A and 03. RGB value is (190,58,3). Sum of RGB (Red+Green+Blue) = 190+58+3=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A03 is #41C5FC. Grayscale: #5B5B5B. Windows color (decimal): -4310525 or 211646. OLE color: 211646.
HSL color Cylindrical-coordinate representation of color #BE3A03: hue angle of 17.65º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE3A03 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.25 |
| HSL | 17.65º | 0.97% | 0.38% | - |
| HSV(B) | 17.65º | 0.98% | 0.75% | - |
| XYZ | 22.76 | 13.98 | 1.58 | - |
| YUV | 91.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 3 | 0 | 0.69 | 0.98 | 0.25 | 17.65 | 0.97 | 0.38 |
| Hex | BE | 3A | 3 | 0 | 45 | 62 | 19 | 12 | 61 | 26 |
| Octal | 276 | 72 | 3 | 0 | 105 | 142 | 31 | 22 | 141 | 46 |
| Binary | 10111110 | 111010 | 11 | 0 | 1000101 | 1100010 | 11001 | 10010 | 1100001 | 100110 |
Color Harmonies of #BE3A03
Complementary color
Monochromatic Colors of #BE3A03
Black with #BE3A03
Text Example
Text Example
White with #BE3A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A03; }
p { color: rgb(190,58,3); }
H1.HeaderClassName
{
color: #BE3A03;
}
.AnyTagClassName
{
color: #BE3A03;
}
</style>
background-color css
<style>
a { background-color: #BE3A03; }
a { background-color: rgb(190,58,3); }
div.DivClassName
{
background-color: #BE3A03;
}
.BgClassName
{
background-color: #BE3A03;
}
</style>
border-color css
<style>
span { border-color: #BE3A03; }
span { border-color: rgb(190,58,3); }
td.TdClassName
{
border-color: #BE3A03;
}
.TagClassName
{
border-color: #BE3A03;
}
</style>