Shades of Rust #B5381A
Tints of Rust #B5381A
RGB
CMYK
RGB Variations
Color information
#B5381A (or 0xB5381A) is known color: Rust. HEX triplet: B5, 38 and 1A. RGB value is (181,56,26). Sum of RGB (Red+Green+Blue) = 181+56+26=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5381A is #4AC7E5. Grayscale: #5A5A5A. Windows color (decimal): -4900838 or 1718453. OLE color: 1718453.
HSL color Cylindrical-coordinate representation of color #B5381A: hue angle of 11.61º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5381A is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 26 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.29 |
| HSL | 11.61º | 0.75% | 0.41% | - |
| HSV(B) | 11.61º | 0.86% | 0.71% | - |
| XYZ | 20.66 | 12.73 | 2.35 | - |
| YUV | 89.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 26 | 0 | 0.69 | 0.86 | 0.29 | 11.61 | 0.75 | 0.41 |
| Hex | B5 | 38 | 1A | 0 | 45 | 56 | 1D | C | 4B | 29 |
| Octal | 265 | 70 | 32 | 0 | 105 | 126 | 35 | 14 | 113 | 51 |
| Binary | 10110101 | 111000 | 11010 | 0 | 1000101 | 1010110 | 11101 | 1100 | 1001011 | 101001 |
Color Harmonies of #B5381A
Complementary color
Monochromatic Colors of #B5381A
Black with #B5381A
Text Example
Text Example
White with #B5381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5381A; }
p { color: rgb(181,56,26); }
H1.HeaderClassName
{
color: #B5381A;
}
.AnyTagClassName
{
color: #B5381A;
}
</style>
background-color css
<style>
a { background-color: #B5381A; }
a { background-color: rgb(181,56,26); }
div.DivClassName
{
background-color: #B5381A;
}
.BgClassName
{
background-color: #B5381A;
}
</style>
border-color css
<style>
span { border-color: #B5381A; }
span { border-color: rgb(181,56,26); }
td.TdClassName
{
border-color: #B5381A;
}
.TagClassName
{
border-color: #B5381A;
}
</style>