Shades of Rust #BE3E07
Tints of Rust #BE3E07
RGB
CMYK
RGB Variations
Color information
#BE3E07 (or 0xBE3E07) is known color: Rust. HEX triplet: BE, 3E and 07. RGB value is (190,62,7). Sum of RGB (Red+Green+Blue) = 190+62+7=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3E07 is #41C1F8. Grayscale: #5E5E5E. Windows color (decimal): -4309497 or 474814. OLE color: 474814.
HSL color Cylindrical-coordinate representation of color #BE3E07: hue angle of 18.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE3E07 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 7 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.25 |
| HSL | 18.03º | 0.93% | 0.39% | - |
| HSV(B) | 18.03º | 0.96% | 0.75% | - |
| XYZ | 23 | 14.41 | 1.77 | - |
| YUV | 94 | 78.91 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 7 | 0 | 0.67 | 0.96 | 0.25 | 18.03 | 0.93 | 0.39 |
| Hex | BE | 3E | 7 | 0 | 43 | 60 | 19 | 12 | 5D | 27 |
| Octal | 276 | 76 | 7 | 0 | 103 | 140 | 31 | 22 | 135 | 47 |
| Binary | 10111110 | 111110 | 111 | 0 | 1000011 | 1100000 | 11001 | 10010 | 1011101 | 100111 |
Color Harmonies of #BE3E07
Complementary color
Monochromatic Colors of #BE3E07
Black with #BE3E07
Text Example
Text Example
White with #BE3E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E07; }
p { color: rgb(190,62,7); }
H1.HeaderClassName
{
color: #BE3E07;
}
.AnyTagClassName
{
color: #BE3E07;
}
</style>
background-color css
<style>
a { background-color: #BE3E07; }
a { background-color: rgb(190,62,7); }
div.DivClassName
{
background-color: #BE3E07;
}
.BgClassName
{
background-color: #BE3E07;
}
</style>
border-color css
<style>
span { border-color: #BE3E07; }
span { border-color: rgb(190,62,7); }
td.TdClassName
{
border-color: #BE3E07;
}
.TagClassName
{
border-color: #BE3E07;
}
</style>