Shades of Rust #BE481D
Tints of Rust #BE481D
RGB
CMYK
RGB Variations
Color information
#BE481D (or 0xBE481D) is known color: Rust. HEX triplet: BE, 48 and 1D. RGB value is (190,72,29). Sum of RGB (Red+Green+Blue) = 190+72+29=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE481D is #41B7E2. Grayscale: #666666. Windows color (decimal): -4306915 or 1919166. OLE color: 1919166.
HSL color Cylindrical-coordinate representation of color #BE481D: hue angle of 16.02º 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 #BE481D is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 72 | 29 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.25 |
| HSL | 16.02º | 0.74% | 0.43% | - |
| HSV(B) | 16.02º | 0.85% | 0.75% | - |
| XYZ | 23.77 | 15.67 | 2.93 | - |
| YUV | 102.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 72 | 29 | 0 | 0.62 | 0.85 | 0.25 | 16.02 | 0.74 | 0.43 |
| Hex | BE | 48 | 1D | 0 | 3E | 55 | 19 | 10 | 4A | 2B |
| Octal | 276 | 110 | 35 | 0 | 76 | 125 | 31 | 20 | 112 | 53 |
| Binary | 10111110 | 1001000 | 11101 | 0 | 111110 | 1010101 | 11001 | 10000 | 1001010 | 101011 |
Color Harmonies of #BE481D
Complementary color
Monochromatic Colors of #BE481D
Black with #BE481D
Text Example
Text Example
White with #BE481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE481D; }
p { color: rgb(190,72,29); }
H1.HeaderClassName
{
color: #BE481D;
}
.AnyTagClassName
{
color: #BE481D;
}
</style>
background-color css
<style>
a { background-color: #BE481D; }
a { background-color: rgb(190,72,29); }
div.DivClassName
{
background-color: #BE481D;
}
.BgClassName
{
background-color: #BE481D;
}
</style>
border-color css
<style>
span { border-color: #BE481D; }
span { border-color: rgb(190,72,29); }
td.TdClassName
{
border-color: #BE481D;
}
.TagClassName
{
border-color: #BE481D;
}
</style>