Shades of Rust #BE420D
Tints of Rust #BE420D
RGB
CMYK
RGB Variations
Color information
#BE420D (or 0xBE420D) is known color: Rust. HEX triplet: BE, 42 and 0D. RGB value is (190,66,13). Sum of RGB (Red+Green+Blue) = 190+66+13=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE420D is #41BDF2. Grayscale: #616161. Windows color (decimal): -4308467 or 869054. OLE color: 869054.
HSL color Cylindrical-coordinate representation of color #BE420D: hue angle of 17.97º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE420D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 66 | 13 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.25 |
| HSL | 17.97º | 0.87% | 0.4% | - |
| HSV(B) | 17.97º | 0.93% | 0.75% | - |
| XYZ | 23.26 | 14.87 | 2.03 | - |
| YUV | 97.03 | 80.58 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 13 | 0 | 0.65 | 0.93 | 0.25 | 17.97 | 0.87 | 0.4 |
| Hex | BE | 42 | D | 0 | 41 | 5D | 19 | 12 | 57 | 28 |
| Octal | 276 | 102 | 15 | 0 | 101 | 135 | 31 | 22 | 127 | 50 |
| Binary | 10111110 | 1000010 | 1101 | 0 | 1000001 | 1011101 | 11001 | 10010 | 1010111 | 101000 |
Color Harmonies of #BE420D
Complementary color
Monochromatic Colors of #BE420D
Black with #BE420D
Text Example
Text Example
White with #BE420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE420D; }
p { color: rgb(190,66,13); }
H1.HeaderClassName
{
color: #BE420D;
}
.AnyTagClassName
{
color: #BE420D;
}
</style>
background-color css
<style>
a { background-color: #BE420D; }
a { background-color: rgb(190,66,13); }
div.DivClassName
{
background-color: #BE420D;
}
.BgClassName
{
background-color: #BE420D;
}
</style>
border-color css
<style>
span { border-color: #BE420D; }
span { border-color: rgb(190,66,13); }
td.TdClassName
{
border-color: #BE420D;
}
.TagClassName
{
border-color: #BE420D;
}
</style>