Shades of Rust #B5381B
Tints of Rust #B5381B
RGB
CMYK
RGB Variations
Color information
#B5381B (or 0xB5381B) is known color: Rust. HEX triplet: B5, 38 and 1B. RGB value is (181,56,27). Sum of RGB (Red+Green+Blue) = 181+56+27=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5381B is #4AC7E4. Grayscale: #5A5A5A. Windows color (decimal): -4900837 or 1783989. OLE color: 1783989.
HSL color Cylindrical-coordinate representation of color #B5381B: hue angle of 11.3º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5381B is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 27 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.29 |
| HSL | 11.3º | 0.74% | 0.41% | - |
| HSV(B) | 11.3º | 0.85% | 0.71% | - |
| XYZ | 20.67 | 12.73 | 2.4 | - |
| YUV | 90.07 | 92.41 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 27 | 0 | 0.69 | 0.85 | 0.29 | 11.3 | 0.74 | 0.41 |
| Hex | B5 | 38 | 1B | 0 | 45 | 55 | 1D | B | 4A | 29 |
| Octal | 265 | 70 | 33 | 0 | 105 | 125 | 35 | 13 | 112 | 51 |
| Binary | 10110101 | 111000 | 11011 | 0 | 1000101 | 1010101 | 11101 | 1011 | 1001010 | 101001 |
Color Harmonies of #B5381B
Complementary color
Monochromatic Colors of #B5381B
Black with #B5381B
Text Example
Text Example
White with #B5381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5381B; }
p { color: rgb(181,56,27); }
H1.HeaderClassName
{
color: #B5381B;
}
.AnyTagClassName
{
color: #B5381B;
}
</style>
background-color css
<style>
a { background-color: #B5381B; }
a { background-color: rgb(181,56,27); }
div.DivClassName
{
background-color: #B5381B;
}
.BgClassName
{
background-color: #B5381B;
}
</style>
border-color css
<style>
span { border-color: #B5381B; }
span { border-color: rgb(181,56,27); }
td.TdClassName
{
border-color: #B5381B;
}
.TagClassName
{
border-color: #B5381B;
}
</style>