Shades of Rust #B53101
Tints of Rust #B53101
RGB
CMYK
RGB Variations
Color information
#B53101 (or 0xB53101) is known color: Rust. HEX triplet: B5, 31 and 01. RGB value is (181,49,1). Sum of RGB (Red+Green+Blue) = 181+49+1=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B53101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53101 is #4ACEFE. Grayscale: #535353. Windows color (decimal): -4902655 or 78261. OLE color: 78261.
HSL color Cylindrical-coordinate representation of color #B53101: hue angle of 16º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B53101 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.29 |
| HSL | 16º | 0.99% | 0.36% | - |
| HSV(B) | 16º | 0.99% | 0.71% | - |
| XYZ | 20.16 | 12.02 | 1.29 | - |
| YUV | 83 | 81.73 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 1 | 0 | 0.73 | 0.99 | 0.29 | 16 | 0.99 | 0.36 |
| Hex | B5 | 31 | 1 | 0 | 49 | 63 | 1D | 10 | 63 | 24 |
| Octal | 265 | 61 | 1 | 0 | 111 | 143 | 35 | 20 | 143 | 44 |
| Binary | 10110101 | 110001 | 1 | 0 | 1001001 | 1100011 | 11101 | 10000 | 1100011 | 100100 |
Color Harmonies of #B53101
Complementary color
Monochromatic Colors of #B53101
Black with #B53101
Text Example
Text Example
White with #B53101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53101; }
p { color: rgb(181,49,1); }
H1.HeaderClassName
{
color: #B53101;
}
.AnyTagClassName
{
color: #B53101;
}
</style>
background-color css
<style>
a { background-color: #B53101; }
a { background-color: rgb(181,49,1); }
div.DivClassName
{
background-color: #B53101;
}
.BgClassName
{
background-color: #B53101;
}
</style>
border-color css
<style>
span { border-color: #B53101; }
span { border-color: rgb(181,49,1); }
td.TdClassName
{
border-color: #B53101;
}
.TagClassName
{
border-color: #B53101;
}
</style>