Shades of Rust #BE3E1B
Tints of Rust #BE3E1B
RGB
CMYK
RGB Variations
Color information
#BE3E1B (or 0xBE3E1B) is known color: Rust. HEX triplet: BE, 3E and 1B. RGB value is (190,62,27). Sum of RGB (Red+Green+Blue) = 190+62+27=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E1B is #41C1E4. Grayscale: #606060. Windows color (decimal): -4309477 or 1785534. OLE color: 1785534.
HSL color Cylindrical-coordinate representation of color #BE3E1B: hue angle of 12.88º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE3E1B is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 27 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.25 |
| HSL | 12.88º | 0.75% | 0.43% | - |
| HSV(B) | 12.88º | 0.86% | 0.75% | - |
| XYZ | 23.16 | 14.47 | 2.61 | - |
| YUV | 96.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 27 | 0 | 0.67 | 0.86 | 0.25 | 12.88 | 0.75 | 0.43 |
| Hex | BE | 3E | 1B | 0 | 43 | 56 | 19 | D | 4B | 2B |
| Octal | 276 | 76 | 33 | 0 | 103 | 126 | 31 | 15 | 113 | 53 |
| Binary | 10111110 | 111110 | 11011 | 0 | 1000011 | 1010110 | 11001 | 1101 | 1001011 | 101011 |
Color Harmonies of #BE3E1B
Complementary color
Monochromatic Colors of #BE3E1B
Black with #BE3E1B
Text Example
Text Example
White with #BE3E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E1B; }
p { color: rgb(190,62,27); }
H1.HeaderClassName
{
color: #BE3E1B;
}
.AnyTagClassName
{
color: #BE3E1B;
}
</style>
background-color css
<style>
a { background-color: #BE3E1B; }
a { background-color: rgb(190,62,27); }
div.DivClassName
{
background-color: #BE3E1B;
}
.BgClassName
{
background-color: #BE3E1B;
}
</style>
border-color css
<style>
span { border-color: #BE3E1B; }
span { border-color: rgb(190,62,27); }
td.TdClassName
{
border-color: #BE3E1B;
}
.TagClassName
{
border-color: #BE3E1B;
}
</style>