Shades of Rust #B53900
Tints of Rust #B53900
RGB
CMYK
RGB Variations
Color information
#B53900 (or 0xB53900) is known color: Rust. HEX triplet: B5, 39 and 00. RGB value is (181,57,0). Sum of RGB (Red+Green+Blue) = 181+57+0=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B53900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53900 is #4AC6FF. Grayscale: #575757. Windows color (decimal): -4900608 or 14773. OLE color: 14773.
HSL color Cylindrical-coordinate representation of color #B53900: hue angle of 18.9º 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 #B53900 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.29 |
| HSL | 18.9º | 1% | 0.35% | - |
| HSV(B) | 18.9º | 1% | 0.71% | - |
| XYZ | 20.52 | 12.75 | 1.38 | - |
| YUV | 87.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 0 | 0 | 0.69 | 1 | 0.29 | 18.9 | 1 | 0.35 |
| Hex | B5 | 39 | 0 | 0 | 45 | 64 | 1D | 13 | 64 | 23 |
| Octal | 265 | 71 | 0 | 0 | 105 | 144 | 35 | 23 | 144 | 43 |
| Binary | 10110101 | 111001 | 0 | 0 | 1000101 | 1100100 | 11101 | 10011 | 1100100 | 100011 |
Color Harmonies of #B53900
Complementary color
Monochromatic Colors of #B53900
Black with #B53900
Text Example
Text Example
White with #B53900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53900; }
p { color: rgb(181,57,0); }
H1.HeaderClassName
{
color: #B53900;
}
.AnyTagClassName
{
color: #B53900;
}
</style>
background-color css
<style>
a { background-color: #B53900; }
a { background-color: rgb(181,57,0); }
div.DivClassName
{
background-color: #B53900;
}
.BgClassName
{
background-color: #B53900;
}
</style>
border-color css
<style>
span { border-color: #B53900; }
span { border-color: rgb(181,57,0); }
td.TdClassName
{
border-color: #B53900;
}
.TagClassName
{
border-color: #B53900;
}
</style>