Shades of Rust #B73105
Tints of Rust #B73105
RGB
CMYK
RGB Variations
Color information
#B73105 (or 0xB73105) is known color: Rust. HEX triplet: B7, 31 and 05. RGB value is (183,49,5). Sum of RGB (Red+Green+Blue) = 183+49+5=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B73105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73105 is #48CEFA. Grayscale: #545454. Windows color (decimal): -4771579 or 340407. OLE color: 340407.
HSL color Cylindrical-coordinate representation of color #B73105: hue angle of 14.83º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B73105 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.28 |
| HSL | 14.83º | 0.95% | 0.37% | - |
| HSV(B) | 14.83º | 0.97% | 0.72% | - |
| XYZ | 20.65 | 12.27 | 1.42 | - |
| YUV | 84.05 | 83.39 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 5 | 0 | 0.73 | 0.97 | 0.28 | 14.83 | 0.95 | 0.37 |
| Hex | B7 | 31 | 5 | 0 | 49 | 61 | 1C | F | 5F | 25 |
| Octal | 267 | 61 | 5 | 0 | 111 | 141 | 34 | 17 | 137 | 45 |
| Binary | 10110111 | 110001 | 101 | 0 | 1001001 | 1100001 | 11100 | 1111 | 1011111 | 100101 |
Color Harmonies of #B73105
Complementary color
Monochromatic Colors of #B73105
Black with #B73105
Text Example
Text Example
White with #B73105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73105; }
p { color: rgb(183,49,5); }
H1.HeaderClassName
{
color: #B73105;
}
.AnyTagClassName
{
color: #B73105;
}
</style>
background-color css
<style>
a { background-color: #B73105; }
a { background-color: rgb(183,49,5); }
div.DivClassName
{
background-color: #B73105;
}
.BgClassName
{
background-color: #B73105;
}
</style>
border-color css
<style>
span { border-color: #B73105; }
span { border-color: rgb(183,49,5); }
td.TdClassName
{
border-color: #B73105;
}
.TagClassName
{
border-color: #B73105;
}
</style>