Shades of Rust #BE360B
Tints of Rust #BE360B
RGB
CMYK
RGB Variations
Color information
#BE360B (or 0xBE360B) is known color: Rust. HEX triplet: BE, 36 and 0B. RGB value is (190,54,11). Sum of RGB (Red+Green+Blue) = 190+54+11=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE360B is #41C9F4. Grayscale: #5A5A5A. Windows color (decimal): -4311541 or 734910. OLE color: 734910.
HSL color Cylindrical-coordinate representation of color #BE360B: hue angle of 14.41º 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 #BE360B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.25 |
| HSL | 14.41º | 0.89% | 0.39% | - |
| HSV(B) | 14.41º | 0.94% | 0.75% | - |
| XYZ | 22.61 | 13.61 | 1.75 | - |
| YUV | 89.76 | 83.56 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 11 | 0 | 0.72 | 0.94 | 0.25 | 14.41 | 0.89 | 0.39 |
| Hex | BE | 36 | B | 0 | 48 | 5E | 19 | E | 59 | 27 |
| Octal | 276 | 66 | 13 | 0 | 110 | 136 | 31 | 16 | 131 | 47 |
| Binary | 10111110 | 110110 | 1011 | 0 | 1001000 | 1011110 | 11001 | 1110 | 1011001 | 100111 |
Color Harmonies of #BE360B
Complementary color
Monochromatic Colors of #BE360B
Black with #BE360B
Text Example
Text Example
White with #BE360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE360B; }
p { color: rgb(190,54,11); }
H1.HeaderClassName
{
color: #BE360B;
}
.AnyTagClassName
{
color: #BE360B;
}
</style>
background-color css
<style>
a { background-color: #BE360B; }
a { background-color: rgb(190,54,11); }
div.DivClassName
{
background-color: #BE360B;
}
.BgClassName
{
background-color: #BE360B;
}
</style>
border-color css
<style>
span { border-color: #BE360B; }
span { border-color: rgb(190,54,11); }
td.TdClassName
{
border-color: #BE360B;
}
.TagClassName
{
border-color: #BE360B;
}
</style>