Shades of Rust #B5300B
Tints of Rust #B5300B
RGB
CMYK
RGB Variations
Color information
#B5300B (or 0xB5300B) is known color: Rust. HEX triplet: B5, 30 and 0B. RGB value is (181,48,11). Sum of RGB (Red+Green+Blue) = 181+48+11=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B5300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5300B is #4ACFF4. Grayscale: #535353. Windows color (decimal): -4902901 or 733365. OLE color: 733365.
HSL color Cylindrical-coordinate representation of color #B5300B: hue angle of 13.06º 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 #B5300B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.29 |
| HSL | 13.06º | 0.89% | 0.38% | - |
| HSV(B) | 13.06º | 0.94% | 0.71% | - |
| XYZ | 20.17 | 11.96 | 1.56 | - |
| YUV | 83.55 | 87.06 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 11 | 0 | 0.73 | 0.94 | 0.29 | 13.06 | 0.89 | 0.38 |
| Hex | B5 | 30 | B | 0 | 49 | 5E | 1D | D | 59 | 26 |
| Octal | 265 | 60 | 13 | 0 | 111 | 136 | 35 | 15 | 131 | 46 |
| Binary | 10110101 | 110000 | 1011 | 0 | 1001001 | 1011110 | 11101 | 1101 | 1011001 | 100110 |
Color Harmonies of #B5300B
Complementary color
Monochromatic Colors of #B5300B
Black with #B5300B
Text Example
Text Example
White with #B5300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5300B; }
p { color: rgb(181,48,11); }
H1.HeaderClassName
{
color: #B5300B;
}
.AnyTagClassName
{
color: #B5300B;
}
</style>
background-color css
<style>
a { background-color: #B5300B; }
a { background-color: rgb(181,48,11); }
div.DivClassName
{
background-color: #B5300B;
}
.BgClassName
{
background-color: #B5300B;
}
</style>
border-color css
<style>
span { border-color: #B5300B; }
span { border-color: rgb(181,48,11); }
td.TdClassName
{
border-color: #B5300B;
}
.TagClassName
{
border-color: #B5300B;
}
</style>