Shades of Rust #BE421F
Tints of Rust #BE421F
RGB
CMYK
RGB Variations
Color information
#BE421F (or 0xBE421F) is known color: Rust. HEX triplet: BE, 42 and 1F. RGB value is (190,66,31). Sum of RGB (Red+Green+Blue) = 190+66+31=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE421F is #41BDE0. Grayscale: #636363. Windows color (decimal): -4308449 or 2048702. OLE color: 2048702.
HSL color Cylindrical-coordinate representation of color #BE421F: hue angle of 13.21º 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 #BE421F is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 66 | 31 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.25 |
| HSL | 13.21º | 0.72% | 0.43% | - |
| HSV(B) | 13.21º | 0.84% | 0.75% | - |
| XYZ | 23.43 | 14.94 | 2.95 | - |
| YUV | 99.09 | 89.58 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 31 | 0 | 0.65 | 0.84 | 0.25 | 13.21 | 0.72 | 0.43 |
| Hex | BE | 42 | 1F | 0 | 41 | 54 | 19 | D | 48 | 2B |
| Octal | 276 | 102 | 37 | 0 | 101 | 124 | 31 | 15 | 110 | 53 |
| Binary | 10111110 | 1000010 | 11111 | 0 | 1000001 | 1010100 | 11001 | 1101 | 1001000 | 101011 |
Color Harmonies of #BE421F
Complementary color
Monochromatic Colors of #BE421F
Black with #BE421F
Text Example
Text Example
White with #BE421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE421F; }
p { color: rgb(190,66,31); }
H1.HeaderClassName
{
color: #BE421F;
}
.AnyTagClassName
{
color: #BE421F;
}
</style>
background-color css
<style>
a { background-color: #BE421F; }
a { background-color: rgb(190,66,31); }
div.DivClassName
{
background-color: #BE421F;
}
.BgClassName
{
background-color: #BE421F;
}
</style>
border-color css
<style>
span { border-color: #BE421F; }
span { border-color: rgb(190,66,31); }
td.TdClassName
{
border-color: #BE421F;
}
.TagClassName
{
border-color: #BE421F;
}
</style>