Shades of Rust #BE4320
Tints of Rust #BE4320
RGB
CMYK
RGB Variations
Color information
#BE4320 (or 0xBE4320) is known color: Rust. HEX triplet: BE, 43 and 20. RGB value is (190,67,32). Sum of RGB (Red+Green+Blue) = 190+67+32=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4320 is #41BCDF. Grayscale: #646464. Windows color (decimal): -4308192 or 2114494. OLE color: 2114494.
HSL color Cylindrical-coordinate representation of color #BE4320: hue angle of 13.29º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE4320 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 32 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.25 |
| HSL | 13.29º | 0.71% | 0.44% | - |
| HSV(B) | 13.29º | 0.83% | 0.75% | - |
| XYZ | 23.5 | 15.07 | 3.04 | - |
| YUV | 99.79 | 89.75 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 32 | 0 | 0.65 | 0.83 | 0.25 | 13.29 | 0.71 | 0.44 |
| Hex | BE | 43 | 20 | 0 | 41 | 53 | 19 | D | 47 | 2C |
| Octal | 276 | 103 | 40 | 0 | 101 | 123 | 31 | 15 | 107 | 54 |
| Binary | 10111110 | 1000011 | 100000 | 0 | 1000001 | 1010011 | 11001 | 1101 | 1000111 | 101100 |
Color Harmonies of #BE4320
Complementary color
Monochromatic Colors of #BE4320
Black with #BE4320
Text Example
Text Example
White with #BE4320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4320; }
p { color: rgb(190,67,32); }
H1.HeaderClassName
{
color: #BE4320;
}
.AnyTagClassName
{
color: #BE4320;
}
</style>
background-color css
<style>
a { background-color: #BE4320; }
a { background-color: rgb(190,67,32); }
div.DivClassName
{
background-color: #BE4320;
}
.BgClassName
{
background-color: #BE4320;
}
</style>
border-color css
<style>
span { border-color: #BE4320; }
span { border-color: rgb(190,67,32); }
td.TdClassName
{
border-color: #BE4320;
}
.TagClassName
{
border-color: #BE4320;
}
</style>