Shades of Rust #B53400
Tints of Rust #B53400
RGB
CMYK
RGB Variations
Color information
#B53400 (or 0xB53400) is known color: Rust. HEX triplet: B5, 34 and 00. RGB value is (181,52,0). Sum of RGB (Red+Green+Blue) = 181+52+0=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B53400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53400 is #4ACBFF. Grayscale: #545454. Windows color (decimal): -4901888 or 13493. OLE color: 13493.
HSL color Cylindrical-coordinate representation of color #B53400: hue angle of 17.24º 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 #B53400 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.29 |
| HSL | 17.24º | 1% | 0.35% | - |
| HSV(B) | 17.24º | 1% | 0.71% | - |
| XYZ | 20.28 | 12.28 | 1.3 | - |
| YUV | 84.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 0 | 0 | 0.71 | 1 | 0.29 | 17.24 | 1 | 0.35 |
| Hex | B5 | 34 | 0 | 0 | 47 | 64 | 1D | 11 | 64 | 23 |
| Octal | 265 | 64 | 0 | 0 | 107 | 144 | 35 | 21 | 144 | 43 |
| Binary | 10110101 | 110100 | 0 | 0 | 1000111 | 1100100 | 11101 | 10001 | 1100100 | 100011 |
Color Harmonies of #B53400
Complementary color
Monochromatic Colors of #B53400
Black with #B53400
Text Example
Text Example
White with #B53400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53400; }
p { color: rgb(181,52,0); }
H1.HeaderClassName
{
color: #B53400;
}
.AnyTagClassName
{
color: #B53400;
}
</style>
background-color css
<style>
a { background-color: #B53400; }
a { background-color: rgb(181,52,0); }
div.DivClassName
{
background-color: #B53400;
}
.BgClassName
{
background-color: #B53400;
}
</style>
border-color css
<style>
span { border-color: #B53400; }
span { border-color: rgb(181,52,0); }
td.TdClassName
{
border-color: #B53400;
}
.TagClassName
{
border-color: #B53400;
}
</style>