Shades of Rust #B53200
Tints of Rust #B53200
RGB
CMYK
RGB Variations
Color information
#B53200 (or 0xB53200) is known color: Rust. HEX triplet: B5, 32 and 00. RGB value is (181,50,0). Sum of RGB (Red+Green+Blue) = 181+50+0=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B53200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53200 is #4ACDFF. Grayscale: #535353. Windows color (decimal): -4902400 or 12981. OLE color: 12981.
HSL color Cylindrical-coordinate representation of color #B53200: hue angle of 16.57º 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 #B53200 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.29 |
| HSL | 16.57º | 1% | 0.35% | - |
| HSV(B) | 16.57º | 1% | 0.71% | - |
| XYZ | 20.2 | 12.1 | 1.27 | - |
| YUV | 83.47 | 80.9 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 0 | 0 | 0.72 | 1 | 0.29 | 16.57 | 1 | 0.35 |
| Hex | B5 | 32 | 0 | 0 | 48 | 64 | 1D | 11 | 64 | 23 |
| Octal | 265 | 62 | 0 | 0 | 110 | 144 | 35 | 21 | 144 | 43 |
| Binary | 10110101 | 110010 | 0 | 0 | 1001000 | 1100100 | 11101 | 10001 | 1100100 | 100011 |
Color Harmonies of #B53200
Complementary color
Monochromatic Colors of #B53200
Black with #B53200
Text Example
Text Example
White with #B53200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53200; }
p { color: rgb(181,50,0); }
H1.HeaderClassName
{
color: #B53200;
}
.AnyTagClassName
{
color: #B53200;
}
</style>
background-color css
<style>
a { background-color: #B53200; }
a { background-color: rgb(181,50,0); }
div.DivClassName
{
background-color: #B53200;
}
.BgClassName
{
background-color: #B53200;
}
</style>
border-color css
<style>
span { border-color: #B53200; }
span { border-color: rgb(181,50,0); }
td.TdClassName
{
border-color: #B53200;
}
.TagClassName
{
border-color: #B53200;
}
</style>