Shades of Rust #B73100
Tints of Rust #B73100
RGB
CMYK
RGB Variations
Color information
#B73100 (or 0xB73100) is known color: Rust. HEX triplet: B7, 31 and 00. RGB value is (183,49,0). Sum of RGB (Red+Green+Blue) = 183+49+0=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B73100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73100 is #48CEFF. Grayscale: #535353. Windows color (decimal): -4771584 or 12727. OLE color: 12727.
HSL color Cylindrical-coordinate representation of color #B73100: hue angle of 16.07º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B73100 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.28 |
| HSL | 16.07º | 1% | 0.36% | - |
| HSV(B) | 16.07º | 1% | 0.72% | - |
| XYZ | 20.63 | 12.26 | 1.28 | - |
| YUV | 83.48 | 80.89 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 0 | 0 | 0.73 | 1 | 0.28 | 16.07 | 1 | 0.36 |
| Hex | B7 | 31 | 0 | 0 | 49 | 64 | 1C | 10 | 64 | 24 |
| Octal | 267 | 61 | 0 | 0 | 111 | 144 | 34 | 20 | 144 | 44 |
| Binary | 10110111 | 110001 | 0 | 0 | 1001001 | 1100100 | 11100 | 10000 | 1100100 | 100100 |
Color Harmonies of #B73100
Complementary color
Monochromatic Colors of #B73100
Black with #B73100
Text Example
Text Example
White with #B73100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73100; }
p { color: rgb(183,49,0); }
H1.HeaderClassName
{
color: #B73100;
}
.AnyTagClassName
{
color: #B73100;
}
</style>
background-color css
<style>
a { background-color: #B73100; }
a { background-color: rgb(183,49,0); }
div.DivClassName
{
background-color: #B73100;
}
.BgClassName
{
background-color: #B73100;
}
</style>
border-color css
<style>
span { border-color: #B73100; }
span { border-color: rgb(183,49,0); }
td.TdClassName
{
border-color: #B73100;
}
.TagClassName
{
border-color: #B73100;
}
</style>