Shades of Rust #BE4A05
Tints of Rust #BE4A05
RGB
CMYK
RGB Variations
Color information
#BE4A05 (or 0xBE4A05) is known color: Rust. HEX triplet: BE, 4A and 05. RGB value is (190,74,5). Sum of RGB (Red+Green+Blue) = 190+74+5=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4A05 is #41B5FA. Grayscale: #656565. Windows color (decimal): -4306427 or 346814. OLE color: 346814.
HSL color Cylindrical-coordinate representation of color #BE4A05: hue angle of 22.38º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE4A05 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 74 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.25 |
| HSL | 22.38º | 0.95% | 0.38% | - |
| HSV(B) | 22.38º | 0.97% | 0.75% | - |
| XYZ | 23.71 | 15.86 | 1.95 | - |
| YUV | 100.82 | 73.93 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 74 | 5 | 0 | 0.61 | 0.97 | 0.25 | 22.38 | 0.95 | 0.38 |
| Hex | BE | 4A | 5 | 0 | 3D | 61 | 19 | 16 | 5F | 26 |
| Octal | 276 | 112 | 5 | 0 | 75 | 141 | 31 | 26 | 137 | 46 |
| Binary | 10111110 | 1001010 | 101 | 0 | 111101 | 1100001 | 11001 | 10110 | 1011111 | 100110 |
Color Harmonies of #BE4A05
Complementary color
Monochromatic Colors of #BE4A05
Black with #BE4A05
Text Example
Text Example
White with #BE4A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4A05; }
p { color: rgb(190,74,5); }
H1.HeaderClassName
{
color: #BE4A05;
}
.AnyTagClassName
{
color: #BE4A05;
}
</style>
background-color css
<style>
a { background-color: #BE4A05; }
a { background-color: rgb(190,74,5); }
div.DivClassName
{
background-color: #BE4A05;
}
.BgClassName
{
background-color: #BE4A05;
}
</style>
border-color css
<style>
span { border-color: #BE4A05; }
span { border-color: rgb(190,74,5); }
td.TdClassName
{
border-color: #BE4A05;
}
.TagClassName
{
border-color: #BE4A05;
}
</style>