Shades of Rust #BE431F
Tints of Rust #BE431F
RGB
CMYK
RGB Variations
Color information
#BE431F (or 0xBE431F) is known color: Rust. HEX triplet: BE, 43 and 1F. RGB value is (190,67,31). Sum of RGB (Red+Green+Blue) = 190+67+31=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE431F is #41BCE0. Grayscale: #636363. Windows color (decimal): -4308193 or 2048958. OLE color: 2048958.
HSL color Cylindrical-coordinate representation of color #BE431F: hue angle of 13.58º degrees, saturation: 0.72, 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 #BE431F is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 31 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.25 |
| HSL | 13.58º | 0.72% | 0.43% | - |
| HSV(B) | 13.58º | 0.84% | 0.75% | - |
| XYZ | 23.49 | 15.06 | 2.97 | - |
| YUV | 99.67 | 89.25 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 31 | 0 | 0.65 | 0.84 | 0.25 | 13.58 | 0.72 | 0.43 |
| Hex | BE | 43 | 1F | 0 | 41 | 54 | 19 | E | 48 | 2B |
| Octal | 276 | 103 | 37 | 0 | 101 | 124 | 31 | 16 | 110 | 53 |
| Binary | 10111110 | 1000011 | 11111 | 0 | 1000001 | 1010100 | 11001 | 1110 | 1001000 | 101011 |
Color Harmonies of #BE431F
Complementary color
Monochromatic Colors of #BE431F
Black with #BE431F
Text Example
Text Example
White with #BE431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE431F; }
p { color: rgb(190,67,31); }
H1.HeaderClassName
{
color: #BE431F;
}
.AnyTagClassName
{
color: #BE431F;
}
</style>
background-color css
<style>
a { background-color: #BE431F; }
a { background-color: rgb(190,67,31); }
div.DivClassName
{
background-color: #BE431F;
}
.BgClassName
{
background-color: #BE431F;
}
</style>
border-color css
<style>
span { border-color: #BE431F; }
span { border-color: rgb(190,67,31); }
td.TdClassName
{
border-color: #BE431F;
}
.TagClassName
{
border-color: #BE431F;
}
</style>