Shades of Rust #B5381C
Tints of Rust #B5381C
RGB
CMYK
RGB Variations
Color information
#B5381C (or 0xB5381C) is known color: Rust. HEX triplet: B5, 38 and 1C. RGB value is (181,56,28). Sum of RGB (Red+Green+Blue) = 181+56+28=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5381C is #4AC7E3. Grayscale: #5A5A5A. Windows color (decimal): -4900836 or 1849525. OLE color: 1849525.
HSL color Cylindrical-coordinate representation of color #B5381C: hue angle of 10.98º degrees, saturation: 0.73, 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 #B5381C is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 28 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.29 |
| HSL | 10.98º | 0.73% | 0.41% | - |
| HSV(B) | 10.98º | 0.85% | 0.71% | - |
| XYZ | 20.68 | 12.74 | 2.47 | - |
| YUV | 90.18 | 92.91 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 28 | 0 | 0.69 | 0.85 | 0.29 | 10.98 | 0.73 | 0.41 |
| Hex | B5 | 38 | 1C | 0 | 45 | 55 | 1D | B | 49 | 29 |
| Octal | 265 | 70 | 34 | 0 | 105 | 125 | 35 | 13 | 111 | 51 |
| Binary | 10110101 | 111000 | 11100 | 0 | 1000101 | 1010101 | 11101 | 1011 | 1001001 | 101001 |
Color Harmonies of #B5381C
Complementary color
Monochromatic Colors of #B5381C
Black with #B5381C
Text Example
Text Example
White with #B5381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5381C; }
p { color: rgb(181,56,28); }
H1.HeaderClassName
{
color: #B5381C;
}
.AnyTagClassName
{
color: #B5381C;
}
</style>
background-color css
<style>
a { background-color: #B5381C; }
a { background-color: rgb(181,56,28); }
div.DivClassName
{
background-color: #B5381C;
}
.BgClassName
{
background-color: #B5381C;
}
</style>
border-color css
<style>
span { border-color: #B5381C; }
span { border-color: rgb(181,56,28); }
td.TdClassName
{
border-color: #B5381C;
}
.TagClassName
{
border-color: #B5381C;
}
</style>