Shades of Rust #B7530D
Tints of Rust #B7530D
RGB
CMYK
RGB Variations
Color information
#B7530D (or 0xB7530D) is known color: Rust. HEX triplet: B7, 53 and 0D. RGB value is (183,83,13). Sum of RGB (Red+Green+Blue) = 183+83+13=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7530D is #48ACF2. Grayscale: #696969. Windows color (decimal): -4762867 or 873399. OLE color: 873399.
HSL color Cylindrical-coordinate representation of color #B7530D: hue angle of 24.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7530D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 13 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.28 |
| HSL | 24.71º | 0.87% | 0.38% | - |
| HSV(B) | 24.71º | 0.93% | 0.72% | - |
| XYZ | 22.69 | 16.28 | 2.33 | - |
| YUV | 104.92 | 76.13 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 13 | 0 | 0.55 | 0.93 | 0.28 | 24.71 | 0.87 | 0.38 |
| Hex | B7 | 53 | D | 0 | 37 | 5D | 1C | 19 | 57 | 26 |
| Octal | 267 | 123 | 15 | 0 | 67 | 135 | 34 | 31 | 127 | 46 |
| Binary | 10110111 | 1010011 | 1101 | 0 | 110111 | 1011101 | 11100 | 11001 | 1010111 | 100110 |
Color Harmonies of #B7530D
Complementary color
Monochromatic Colors of #B7530D
Black with #B7530D
Text Example
Text Example
White with #B7530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7530D; }
p { color: rgb(183,83,13); }
H1.HeaderClassName
{
color: #B7530D;
}
.AnyTagClassName
{
color: #B7530D;
}
</style>
background-color css
<style>
a { background-color: #B7530D; }
a { background-color: rgb(183,83,13); }
div.DivClassName
{
background-color: #B7530D;
}
.BgClassName
{
background-color: #B7530D;
}
</style>
border-color css
<style>
span { border-color: #B7530D; }
span { border-color: rgb(183,83,13); }
td.TdClassName
{
border-color: #B7530D;
}
.TagClassName
{
border-color: #B7530D;
}
</style>