Shades of Rust #B5380D
Tints of Rust #B5380D
RGB
CMYK
RGB Variations
Color information
#B5380D (or 0xB5380D) is known color: Rust. HEX triplet: B5, 38 and 0D. RGB value is (181,56,13). Sum of RGB (Red+Green+Blue) = 181+56+13=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B5380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5380D is #4AC7F2. Grayscale: #585858. Windows color (decimal): -4900851 or 866485. OLE color: 866485.
HSL color Cylindrical-coordinate representation of color #B5380D: hue angle of 15.36º degrees, saturation: 0.87, 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 #B5380D is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 13 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.29 |
| HSL | 15.36º | 0.87% | 0.38% | - |
| HSV(B) | 15.36º | 0.93% | 0.71% | - |
| XYZ | 20.54 | 12.68 | 1.75 | - |
| YUV | 88.47 | 85.41 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 13 | 0 | 0.69 | 0.93 | 0.29 | 15.36 | 0.87 | 0.38 |
| Hex | B5 | 38 | D | 0 | 45 | 5D | 1D | F | 57 | 26 |
| Octal | 265 | 70 | 15 | 0 | 105 | 135 | 35 | 17 | 127 | 46 |
| Binary | 10110101 | 111000 | 1101 | 0 | 1000101 | 1011101 | 11101 | 1111 | 1010111 | 100110 |
Color Harmonies of #B5380D
Complementary color
Monochromatic Colors of #B5380D
Black with #B5380D
Text Example
Text Example
White with #B5380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5380D; }
p { color: rgb(181,56,13); }
H1.HeaderClassName
{
color: #B5380D;
}
.AnyTagClassName
{
color: #B5380D;
}
</style>
background-color css
<style>
a { background-color: #B5380D; }
a { background-color: rgb(181,56,13); }
div.DivClassName
{
background-color: #B5380D;
}
.BgClassName
{
background-color: #B5380D;
}
</style>
border-color css
<style>
span { border-color: #B5380D; }
span { border-color: rgb(181,56,13); }
td.TdClassName
{
border-color: #B5380D;
}
.TagClassName
{
border-color: #B5380D;
}
</style>