Shades of Rust #B5381D
Tints of Rust #B5381D
RGB
CMYK
RGB Variations
Color information
#B5381D (or 0xB5381D) is known color: Rust. HEX triplet: B5, 38 and 1D. RGB value is (181,56,29). Sum of RGB (Red+Green+Blue) = 181+56+29=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B5381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5381D is #4AC7E2. Grayscale: #5A5A5A. Windows color (decimal): -4900835 or 1915061. OLE color: 1915061.
HSL color Cylindrical-coordinate representation of color #B5381D: hue angle of 10.66º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5381D is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 29 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.29 |
| HSL | 10.66º | 0.72% | 0.41% | - |
| HSV(B) | 10.66º | 0.84% | 0.71% | - |
| XYZ | 20.69 | 12.74 | 2.53 | - |
| YUV | 90.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 29 | 0 | 0.69 | 0.84 | 0.29 | 10.66 | 0.72 | 0.41 |
| Hex | B5 | 38 | 1D | 0 | 45 | 54 | 1D | B | 48 | 29 |
| Octal | 265 | 70 | 35 | 0 | 105 | 124 | 35 | 13 | 110 | 51 |
| Binary | 10110101 | 111000 | 11101 | 0 | 1000101 | 1010100 | 11101 | 1011 | 1001000 | 101001 |
Color Harmonies of #B5381D
Complementary color
Monochromatic Colors of #B5381D
Black with #B5381D
Text Example
Text Example
White with #B5381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5381D; }
p { color: rgb(181,56,29); }
H1.HeaderClassName
{
color: #B5381D;
}
.AnyTagClassName
{
color: #B5381D;
}
</style>
background-color css
<style>
a { background-color: #B5381D; }
a { background-color: rgb(181,56,29); }
div.DivClassName
{
background-color: #B5381D;
}
.BgClassName
{
background-color: #B5381D;
}
</style>
border-color css
<style>
span { border-color: #B5381D; }
span { border-color: rgb(181,56,29); }
td.TdClassName
{
border-color: #B5381D;
}
.TagClassName
{
border-color: #B5381D;
}
</style>