Shades of Rust #B73305
Tints of Rust #B73305
RGB
CMYK
RGB Variations
Color information
#B73305 (or 0xB73305) is known color: Rust. HEX triplet: B7, 33 and 05. RGB value is (183,51,5). Sum of RGB (Red+Green+Blue) = 183+51+5=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B73305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73305 is #48CCFA. Grayscale: #555555. Windows color (decimal): -4771067 or 340919. OLE color: 340919.
HSL color Cylindrical-coordinate representation of color #B73305: hue angle of 15.51º 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 #B73305 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.28 |
| HSL | 15.51º | 0.95% | 0.37% | - |
| HSV(B) | 15.51º | 0.97% | 0.72% | - |
| XYZ | 20.74 | 12.45 | 1.45 | - |
| YUV | 85.22 | 82.73 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 5 | 0 | 0.72 | 0.97 | 0.28 | 15.51 | 0.95 | 0.37 |
| Hex | B7 | 33 | 5 | 0 | 48 | 61 | 1C | 10 | 5F | 25 |
| Octal | 267 | 63 | 5 | 0 | 110 | 141 | 34 | 20 | 137 | 45 |
| Binary | 10110111 | 110011 | 101 | 0 | 1001000 | 1100001 | 11100 | 10000 | 1011111 | 100101 |
Color Harmonies of #B73305
Complementary color
Monochromatic Colors of #B73305
Black with #B73305
Text Example
Text Example
White with #B73305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73305; }
p { color: rgb(183,51,5); }
H1.HeaderClassName
{
color: #B73305;
}
.AnyTagClassName
{
color: #B73305;
}
</style>
background-color css
<style>
a { background-color: #B73305; }
a { background-color: rgb(183,51,5); }
div.DivClassName
{
background-color: #B73305;
}
.BgClassName
{
background-color: #B73305;
}
</style>
border-color css
<style>
span { border-color: #B73305; }
span { border-color: rgb(183,51,5); }
td.TdClassName
{
border-color: #B73305;
}
.TagClassName
{
border-color: #B73305;
}
</style>