Shades of Rust #B5350B
Tints of Rust #B5350B
RGB
CMYK
RGB Variations
Color information
#B5350B (or 0xB5350B) is known color: Rust. HEX triplet: B5, 35 and 0B. RGB value is (181,53,11). Sum of RGB (Red+Green+Blue) = 181+53+11=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5350B is #4ACAF4. Grayscale: #565656. Windows color (decimal): -4901621 or 734645. OLE color: 734645.
HSL color Cylindrical-coordinate representation of color #B5350B: hue angle of 14.82º 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 #B5350B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.29 |
| HSL | 14.82º | 0.89% | 0.38% | - |
| HSV(B) | 14.82º | 0.94% | 0.71% | - |
| XYZ | 20.39 | 12.39 | 1.63 | - |
| YUV | 86.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 11 | 0 | 0.71 | 0.94 | 0.29 | 14.82 | 0.89 | 0.38 |
| Hex | B5 | 35 | B | 0 | 47 | 5E | 1D | F | 59 | 26 |
| Octal | 265 | 65 | 13 | 0 | 107 | 136 | 35 | 17 | 131 | 46 |
| Binary | 10110101 | 110101 | 1011 | 0 | 1000111 | 1011110 | 11101 | 1111 | 1011001 | 100110 |
Color Harmonies of #B5350B
Complementary color
Monochromatic Colors of #B5350B
Black with #B5350B
Text Example
Text Example
White with #B5350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5350B; }
p { color: rgb(181,53,11); }
H1.HeaderClassName
{
color: #B5350B;
}
.AnyTagClassName
{
color: #B5350B;
}
</style>
background-color css
<style>
a { background-color: #B5350B; }
a { background-color: rgb(181,53,11); }
div.DivClassName
{
background-color: #B5350B;
}
.BgClassName
{
background-color: #B5350B;
}
</style>
border-color css
<style>
span { border-color: #B5350B; }
span { border-color: rgb(181,53,11); }
td.TdClassName
{
border-color: #B5350B;
}
.TagClassName
{
border-color: #B5350B;
}
</style>