Shades of Rust #B7530A
Tints of Rust #B7530A
RGB
CMYK
RGB Variations
Color information
#B7530A (or 0xB7530A) is known color: Rust. HEX triplet: B7, 53 and 0A. RGB value is (183,83,10). Sum of RGB (Red+Green+Blue) = 183+83+10=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B7530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7530A is #48ACF5. Grayscale: #686868. Windows color (decimal): -4762870 or 676791. OLE color: 676791.
HSL color Cylindrical-coordinate representation of color #B7530A: hue angle of 25.32º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7530A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 10 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.28 |
| HSL | 25.32º | 0.9% | 0.38% | - |
| HSV(B) | 25.32º | 0.95% | 0.72% | - |
| XYZ | 22.68 | 16.28 | 2.23 | - |
| YUV | 104.58 | 74.63 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 10 | 0 | 0.55 | 0.95 | 0.28 | 25.32 | 0.9 | 0.38 |
| Hex | B7 | 53 | A | 0 | 37 | 5F | 1C | 19 | 5A | 26 |
| Octal | 267 | 123 | 12 | 0 | 67 | 137 | 34 | 31 | 132 | 46 |
| Binary | 10110111 | 1010011 | 1010 | 0 | 110111 | 1011111 | 11100 | 11001 | 1011010 | 100110 |
Color Harmonies of #B7530A
Complementary color
Monochromatic Colors of #B7530A
Black with #B7530A
Text Example
Text Example
White with #B7530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7530A; }
p { color: rgb(183,83,10); }
H1.HeaderClassName
{
color: #B7530A;
}
.AnyTagClassName
{
color: #B7530A;
}
</style>
background-color css
<style>
a { background-color: #B7530A; }
a { background-color: rgb(183,83,10); }
div.DivClassName
{
background-color: #B7530A;
}
.BgClassName
{
background-color: #B7530A;
}
</style>
border-color css
<style>
span { border-color: #B7530A; }
span { border-color: rgb(183,83,10); }
td.TdClassName
{
border-color: #B7530A;
}
.TagClassName
{
border-color: #B7530A;
}
</style>