Shades of Rust #B7530B
Tints of Rust #B7530B
RGB
CMYK
RGB Variations
Color information
#B7530B (or 0xB7530B) is known color: Rust. HEX triplet: B7, 53 and 0B. RGB value is (183,83,11). Sum of RGB (Red+Green+Blue) = 183+83+11=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7530B is #48ACF4. Grayscale: #696969. Windows color (decimal): -4762869 or 742327. OLE color: 742327.
HSL color Cylindrical-coordinate representation of color #B7530B: hue angle of 25.12º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7530B is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 11 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.28 |
| HSL | 25.12º | 0.89% | 0.38% | - |
| HSV(B) | 25.12º | 0.94% | 0.72% | - |
| XYZ | 22.68 | 16.28 | 2.26 | - |
| YUV | 104.69 | 75.13 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 11 | 0 | 0.55 | 0.94 | 0.28 | 25.12 | 0.89 | 0.38 |
| Hex | B7 | 53 | B | 0 | 37 | 5E | 1C | 19 | 59 | 26 |
| Octal | 267 | 123 | 13 | 0 | 67 | 136 | 34 | 31 | 131 | 46 |
| Binary | 10110111 | 1010011 | 1011 | 0 | 110111 | 1011110 | 11100 | 11001 | 1011001 | 100110 |
Color Harmonies of #B7530B
Complementary color
Monochromatic Colors of #B7530B
Black with #B7530B
Text Example
Text Example
White with #B7530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7530B; }
p { color: rgb(183,83,11); }
H1.HeaderClassName
{
color: #B7530B;
}
.AnyTagClassName
{
color: #B7530B;
}
</style>
background-color css
<style>
a { background-color: #B7530B; }
a { background-color: rgb(183,83,11); }
div.DivClassName
{
background-color: #B7530B;
}
.BgClassName
{
background-color: #B7530B;
}
</style>
border-color css
<style>
span { border-color: #B7530B; }
span { border-color: rgb(183,83,11); }
td.TdClassName
{
border-color: #B7530B;
}
.TagClassName
{
border-color: #B7530B;
}
</style>