Shades of Rust #BE431E
Tints of Rust #BE431E
RGB
CMYK
RGB Variations
Color information
#BE431E (or 0xBE431E) is known color: Rust. HEX triplet: BE, 43 and 1E. RGB value is (190,67,30). Sum of RGB (Red+Green+Blue) = 190+67+30=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE431E is #41BCE1. Grayscale: #636363. Windows color (decimal): -4308194 or 1983422. OLE color: 1983422.
HSL color Cylindrical-coordinate representation of color #BE431E: hue angle of 13.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE431E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 30 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.25 |
| HSL | 13.88º | 0.73% | 0.43% | - |
| HSV(B) | 13.88º | 0.84% | 0.75% | - |
| XYZ | 23.48 | 15.06 | 2.9 | - |
| YUV | 99.56 | 88.75 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 30 | 0 | 0.65 | 0.84 | 0.25 | 13.88 | 0.73 | 0.43 |
| Hex | BE | 43 | 1E | 0 | 41 | 54 | 19 | E | 49 | 2B |
| Octal | 276 | 103 | 36 | 0 | 101 | 124 | 31 | 16 | 111 | 53 |
| Binary | 10111110 | 1000011 | 11110 | 0 | 1000001 | 1010100 | 11001 | 1110 | 1001001 | 101011 |
Color Harmonies of #BE431E
Complementary color
Monochromatic Colors of #BE431E
Black with #BE431E
Text Example
Text Example
White with #BE431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE431E; }
p { color: rgb(190,67,30); }
H1.HeaderClassName
{
color: #BE431E;
}
.AnyTagClassName
{
color: #BE431E;
}
</style>
background-color css
<style>
a { background-color: #BE431E; }
a { background-color: rgb(190,67,30); }
div.DivClassName
{
background-color: #BE431E;
}
.BgClassName
{
background-color: #BE431E;
}
</style>
border-color css
<style>
span { border-color: #BE431E; }
span { border-color: rgb(190,67,30); }
td.TdClassName
{
border-color: #BE431E;
}
.TagClassName
{
border-color: #BE431E;
}
</style>