Shades of Rust #BE370B
Tints of Rust #BE370B
RGB
CMYK
RGB Variations
Color information
#BE370B (or 0xBE370B) is known color: Rust. HEX triplet: BE, 37 and 0B. RGB value is (190,55,11). Sum of RGB (Red+Green+Blue) = 190+55+11=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE370B is #41C8F4. Grayscale: #5A5A5A. Windows color (decimal): -4311285 or 735166. OLE color: 735166.
HSL color Cylindrical-coordinate representation of color #BE370B: hue angle of 14.75º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE370B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 55 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.25 |
| HSL | 14.75º | 0.89% | 0.39% | - |
| HSV(B) | 14.75º | 0.94% | 0.75% | - |
| XYZ | 22.66 | 13.7 | 1.77 | - |
| YUV | 90.35 | 83.23 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 11 | 0 | 0.71 | 0.94 | 0.25 | 14.75 | 0.89 | 0.39 |
| Hex | BE | 37 | B | 0 | 47 | 5E | 19 | F | 59 | 27 |
| Octal | 276 | 67 | 13 | 0 | 107 | 136 | 31 | 17 | 131 | 47 |
| Binary | 10111110 | 110111 | 1011 | 0 | 1000111 | 1011110 | 11001 | 1111 | 1011001 | 100111 |
Color Harmonies of #BE370B
Complementary color
Monochromatic Colors of #BE370B
Black with #BE370B
Text Example
Text Example
White with #BE370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE370B; }
p { color: rgb(190,55,11); }
H1.HeaderClassName
{
color: #BE370B;
}
.AnyTagClassName
{
color: #BE370B;
}
</style>
background-color css
<style>
a { background-color: #BE370B; }
a { background-color: rgb(190,55,11); }
div.DivClassName
{
background-color: #BE370B;
}
.BgClassName
{
background-color: #BE370B;
}
</style>
border-color css
<style>
span { border-color: #BE370B; }
span { border-color: rgb(190,55,11); }
td.TdClassName
{
border-color: #BE370B;
}
.TagClassName
{
border-color: #BE370B;
}
</style>