Shades of Rust #B5381E
Tints of Rust #B5381E
RGB
CMYK
RGB Variations
Color information
#B5381E (or 0xB5381E) is known color: Rust. HEX triplet: B5, 38 and 1E. RGB value is (181,56,30). Sum of RGB (Red+Green+Blue) = 181+56+30=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B5381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5381E is #4AC7E1. Grayscale: #5A5A5A. Windows color (decimal): -4900834 or 1980597. OLE color: 1980597.
HSL color Cylindrical-coordinate representation of color #B5381E: hue angle of 10.33º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5381E is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 30 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.29 |
| HSL | 10.33º | 0.72% | 0.41% | - |
| HSV(B) | 10.33º | 0.83% | 0.71% | - |
| XYZ | 20.7 | 12.75 | 2.6 | - |
| YUV | 90.41 | 93.91 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 30 | 0 | 0.69 | 0.83 | 0.29 | 10.33 | 0.72 | 0.41 |
| Hex | B5 | 38 | 1E | 0 | 45 | 53 | 1D | A | 48 | 29 |
| Octal | 265 | 70 | 36 | 0 | 105 | 123 | 35 | 12 | 110 | 51 |
| Binary | 10110101 | 111000 | 11110 | 0 | 1000101 | 1010011 | 11101 | 1010 | 1001000 | 101001 |
Color Harmonies of #B5381E
Complementary color
Monochromatic Colors of #B5381E
Black with #B5381E
Text Example
Text Example
White with #B5381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5381E; }
p { color: rgb(181,56,30); }
H1.HeaderClassName
{
color: #B5381E;
}
.AnyTagClassName
{
color: #B5381E;
}
</style>
background-color css
<style>
a { background-color: #B5381E; }
a { background-color: rgb(181,56,30); }
div.DivClassName
{
background-color: #B5381E;
}
.BgClassName
{
background-color: #B5381E;
}
</style>
border-color css
<style>
span { border-color: #B5381E; }
span { border-color: rgb(181,56,30); }
td.TdClassName
{
border-color: #B5381E;
}
.TagClassName
{
border-color: #B5381E;
}
</style>