Shades of Rust #B5390C
Tints of Rust #B5390C
RGB
CMYK
RGB Variations
Color information
#B5390C (or 0xB5390C) is known color: Rust. HEX triplet: B5, 39 and 0C. RGB value is (181,57,12). Sum of RGB (Red+Green+Blue) = 181+57+12=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B5390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5390C is #4AC6F3. Grayscale: #595959. Windows color (decimal): -4900596 or 801205. OLE color: 801205.
HSL color Cylindrical-coordinate representation of color #B5390C: hue angle of 15.98º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5390C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 12 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.29 |
| HSL | 15.98º | 0.88% | 0.38% | - |
| HSV(B) | 15.98º | 0.93% | 0.71% | - |
| XYZ | 20.59 | 12.78 | 1.73 | - |
| YUV | 88.95 | 84.58 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 12 | 0 | 0.69 | 0.93 | 0.29 | 15.98 | 0.88 | 0.38 |
| Hex | B5 | 39 | C | 0 | 45 | 5D | 1D | 10 | 58 | 26 |
| Octal | 265 | 71 | 14 | 0 | 105 | 135 | 35 | 20 | 130 | 46 |
| Binary | 10110101 | 111001 | 1100 | 0 | 1000101 | 1011101 | 11101 | 10000 | 1011000 | 100110 |
Color Harmonies of #B5390C
Complementary color
Monochromatic Colors of #B5390C
Black with #B5390C
Text Example
Text Example
White with #B5390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5390C; }
p { color: rgb(181,57,12); }
H1.HeaderClassName
{
color: #B5390C;
}
.AnyTagClassName
{
color: #B5390C;
}
</style>
background-color css
<style>
a { background-color: #B5390C; }
a { background-color: rgb(181,57,12); }
div.DivClassName
{
background-color: #B5390C;
}
.BgClassName
{
background-color: #B5390C;
}
</style>
border-color css
<style>
span { border-color: #B5390C; }
span { border-color: rgb(181,57,12); }
td.TdClassName
{
border-color: #B5390C;
}
.TagClassName
{
border-color: #B5390C;
}
</style>