Shades of Rust #B5380B
Tints of Rust #B5380B
RGB
CMYK
RGB Variations
Color information
#B5380B (or 0xB5380B) is known color: Rust. HEX triplet: B5, 38 and 0B. RGB value is (181,56,11). Sum of RGB (Red+Green+Blue) = 181+56+11=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B5380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5380B is #4AC7F4. Grayscale: #585858. Windows color (decimal): -4900853 or 735413. OLE color: 735413.
HSL color Cylindrical-coordinate representation of color #B5380B: hue angle of 15.88º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5380B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.29 |
| HSL | 15.88º | 0.89% | 0.38% | - |
| HSV(B) | 15.88º | 0.94% | 0.71% | - |
| XYZ | 20.53 | 12.68 | 1.68 | - |
| YUV | 88.25 | 84.41 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 11 | 0 | 0.69 | 0.94 | 0.29 | 15.88 | 0.89 | 0.38 |
| Hex | B5 | 38 | B | 0 | 45 | 5E | 1D | 10 | 59 | 26 |
| Octal | 265 | 70 | 13 | 0 | 105 | 136 | 35 | 20 | 131 | 46 |
| Binary | 10110101 | 111000 | 1011 | 0 | 1000101 | 1011110 | 11101 | 10000 | 1011001 | 100110 |
Color Harmonies of #B5380B
Complementary color
Monochromatic Colors of #B5380B
Black with #B5380B
Text Example
Text Example
White with #B5380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5380B; }
p { color: rgb(181,56,11); }
H1.HeaderClassName
{
color: #B5380B;
}
.AnyTagClassName
{
color: #B5380B;
}
</style>
background-color css
<style>
a { background-color: #B5380B; }
a { background-color: rgb(181,56,11); }
div.DivClassName
{
background-color: #B5380B;
}
.BgClassName
{
background-color: #B5380B;
}
</style>
border-color css
<style>
span { border-color: #B5380B; }
span { border-color: rgb(181,56,11); }
td.TdClassName
{
border-color: #B5380B;
}
.TagClassName
{
border-color: #B5380B;
}
</style>