Shades of Rust #BE421D
Tints of Rust #BE421D
RGB
CMYK
RGB Variations
Color information
#BE421D (or 0xBE421D) is known color: Rust. HEX triplet: BE, 42 and 1D. RGB value is (190,66,29). Sum of RGB (Red+Green+Blue) = 190+66+29=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE421D is #41BDE2. Grayscale: #636363. Windows color (decimal): -4308451 or 1917630. OLE color: 1917630.
HSL color Cylindrical-coordinate representation of color #BE421D: hue angle of 13.79º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE421D is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 66 | 29 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.25 |
| HSL | 13.79º | 0.74% | 0.43% | - |
| HSV(B) | 13.79º | 0.85% | 0.75% | - |
| XYZ | 23.41 | 14.93 | 2.81 | - |
| YUV | 98.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 29 | 0 | 0.65 | 0.85 | 0.25 | 13.79 | 0.74 | 0.43 |
| Hex | BE | 42 | 1D | 0 | 41 | 55 | 19 | E | 4A | 2B |
| Octal | 276 | 102 | 35 | 0 | 101 | 125 | 31 | 16 | 112 | 53 |
| Binary | 10111110 | 1000010 | 11101 | 0 | 1000001 | 1010101 | 11001 | 1110 | 1001010 | 101011 |
Color Harmonies of #BE421D
Complementary color
Monochromatic Colors of #BE421D
Black with #BE421D
Text Example
Text Example
White with #BE421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE421D; }
p { color: rgb(190,66,29); }
H1.HeaderClassName
{
color: #BE421D;
}
.AnyTagClassName
{
color: #BE421D;
}
</style>
background-color css
<style>
a { background-color: #BE421D; }
a { background-color: rgb(190,66,29); }
div.DivClassName
{
background-color: #BE421D;
}
.BgClassName
{
background-color: #BE421D;
}
</style>
border-color css
<style>
span { border-color: #BE421D; }
span { border-color: rgb(190,66,29); }
td.TdClassName
{
border-color: #BE421D;
}
.TagClassName
{
border-color: #BE421D;
}
</style>