Shades of Rust #B53300
Tints of Rust #B53300
RGB
CMYK
RGB Variations
Color information
#B53300 (or 0xB53300) is known color: Rust. HEX triplet: B5, 33 and 00. RGB value is (181,51,0). Sum of RGB (Red+Green+Blue) = 181+51+0=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B53300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53300 is #4ACCFF. Grayscale: #545454. Windows color (decimal): -4902144 or 13237. OLE color: 13237.
HSL color Cylindrical-coordinate representation of color #B53300: hue angle of 16.91º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B53300 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.29 |
| HSL | 16.91º | 1% | 0.35% | - |
| HSV(B) | 16.91º | 1% | 0.71% | - |
| XYZ | 20.24 | 12.19 | 1.29 | - |
| YUV | 84.06 | 80.57 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 0 | 0 | 0.72 | 1 | 0.29 | 16.91 | 1 | 0.35 |
| Hex | B5 | 33 | 0 | 0 | 48 | 64 | 1D | 11 | 64 | 23 |
| Octal | 265 | 63 | 0 | 0 | 110 | 144 | 35 | 21 | 144 | 43 |
| Binary | 10110101 | 110011 | 0 | 0 | 1001000 | 1100100 | 11101 | 10001 | 1100100 | 100011 |
Color Harmonies of #B53300
Complementary color
Monochromatic Colors of #B53300
Black with #B53300
Text Example
Text Example
White with #B53300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53300; }
p { color: rgb(181,51,0); }
H1.HeaderClassName
{
color: #B53300;
}
.AnyTagClassName
{
color: #B53300;
}
</style>
background-color css
<style>
a { background-color: #B53300; }
a { background-color: rgb(181,51,0); }
div.DivClassName
{
background-color: #B53300;
}
.BgClassName
{
background-color: #B53300;
}
</style>
border-color css
<style>
span { border-color: #B53300; }
span { border-color: rgb(181,51,0); }
td.TdClassName
{
border-color: #B53300;
}
.TagClassName
{
border-color: #B53300;
}
</style>