Shades of Rust #BE441A
Tints of Rust #BE441A
RGB
CMYK
RGB Variations
Color information
#BE441A (or 0xBE441A) is known color: Rust. HEX triplet: BE, 44 and 1A. RGB value is (190,68,26). Sum of RGB (Red+Green+Blue) = 190+68+26=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE441A is #41BBE5. Grayscale: #636363. Windows color (decimal): -4307942 or 1721534. OLE color: 1721534.
HSL color Cylindrical-coordinate representation of color #BE441A: hue angle of 15.37º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE441A is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 68 | 26 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.25 |
| HSL | 15.37º | 0.76% | 0.42% | - |
| HSV(B) | 15.37º | 0.86% | 0.75% | - |
| XYZ | 23.49 | 15.16 | 2.66 | - |
| YUV | 99.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 26 | 0 | 0.64 | 0.86 | 0.25 | 15.37 | 0.76 | 0.42 |
| Hex | BE | 44 | 1A | 0 | 40 | 56 | 19 | F | 4C | 2A |
| Octal | 276 | 104 | 32 | 0 | 100 | 126 | 31 | 17 | 114 | 52 |
| Binary | 10111110 | 1000100 | 11010 | 0 | 1000000 | 1010110 | 11001 | 1111 | 1001100 | 101010 |
Color Harmonies of #BE441A
Complementary color
Monochromatic Colors of #BE441A
Black with #BE441A
Text Example
Text Example
White with #BE441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE441A; }
p { color: rgb(190,68,26); }
H1.HeaderClassName
{
color: #BE441A;
}
.AnyTagClassName
{
color: #BE441A;
}
</style>
background-color css
<style>
a { background-color: #BE441A; }
a { background-color: rgb(190,68,26); }
div.DivClassName
{
background-color: #BE441A;
}
.BgClassName
{
background-color: #BE441A;
}
</style>
border-color css
<style>
span { border-color: #BE441A; }
span { border-color: rgb(190,68,26); }
td.TdClassName
{
border-color: #BE441A;
}
.TagClassName
{
border-color: #BE441A;
}
</style>