Shades of Rust #B5380F
Tints of Rust #B5380F
RGB
CMYK
RGB Variations
Color information
#B5380F (or 0xB5380F) is known color: Rust. HEX triplet: B5, 38 and 0F. RGB value is (181,56,15). Sum of RGB (Red+Green+Blue) = 181+56+15=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B5380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5380F is #4AC7F0. Grayscale: #585858. Windows color (decimal): -4900849 or 997557. OLE color: 997557.
HSL color Cylindrical-coordinate representation of color #B5380F: hue angle of 14.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5380F is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 15 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.29 |
| HSL | 14.82º | 0.85% | 0.38% | - |
| HSV(B) | 14.82º | 0.92% | 0.71% | - |
| XYZ | 20.56 | 12.69 | 1.82 | - |
| YUV | 88.7 | 86.41 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 15 | 0 | 0.69 | 0.92 | 0.29 | 14.82 | 0.85 | 0.38 |
| Hex | B5 | 38 | F | 0 | 45 | 5C | 1D | F | 55 | 26 |
| Octal | 265 | 70 | 17 | 0 | 105 | 134 | 35 | 17 | 125 | 46 |
| Binary | 10110101 | 111000 | 1111 | 0 | 1000101 | 1011100 | 11101 | 1111 | 1010101 | 100110 |
Color Harmonies of #B5380F
Complementary color
Monochromatic Colors of #B5380F
Black with #B5380F
Text Example
Text Example
White with #B5380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5380F; }
p { color: rgb(181,56,15); }
H1.HeaderClassName
{
color: #B5380F;
}
.AnyTagClassName
{
color: #B5380F;
}
</style>
background-color css
<style>
a { background-color: #B5380F; }
a { background-color: rgb(181,56,15); }
div.DivClassName
{
background-color: #B5380F;
}
.BgClassName
{
background-color: #B5380F;
}
</style>
border-color css
<style>
span { border-color: #B5380F; }
span { border-color: rgb(181,56,15); }
td.TdClassName
{
border-color: #B5380F;
}
.TagClassName
{
border-color: #B5380F;
}
</style>