Shades of Rust #B73503
Tints of Rust #B73503
RGB
CMYK
RGB Variations
Color information
#B73503 (or 0xB73503) is known color: Rust. HEX triplet: B7, 35 and 03. RGB value is (183,53,3). Sum of RGB (Red+Green+Blue) = 183+53+3=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B73503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73503 is #48CAFC. Grayscale: #565656. Windows color (decimal): -4770557 or 210359. OLE color: 210359.
HSL color Cylindrical-coordinate representation of color #B73503: hue angle of 16.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B73503 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.28 |
| HSL | 16.67º | 0.97% | 0.36% | - |
| HSV(B) | 16.67º | 0.98% | 0.72% | - |
| XYZ | 20.82 | 12.62 | 1.42 | - |
| YUV | 86.17 | 81.07 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 3 | 0 | 0.71 | 0.98 | 0.28 | 16.67 | 0.97 | 0.36 |
| Hex | B7 | 35 | 3 | 0 | 47 | 62 | 1C | 11 | 61 | 24 |
| Octal | 267 | 65 | 3 | 0 | 107 | 142 | 34 | 21 | 141 | 44 |
| Binary | 10110111 | 110101 | 11 | 0 | 1000111 | 1100010 | 11100 | 10001 | 1100001 | 100100 |
Color Harmonies of #B73503
Complementary color
Monochromatic Colors of #B73503
Black with #B73503
Text Example
Text Example
White with #B73503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73503; }
p { color: rgb(183,53,3); }
H1.HeaderClassName
{
color: #B73503;
}
.AnyTagClassName
{
color: #B73503;
}
</style>
background-color css
<style>
a { background-color: #B73503; }
a { background-color: rgb(183,53,3); }
div.DivClassName
{
background-color: #B73503;
}
.BgClassName
{
background-color: #B73503;
}
</style>
border-color css
<style>
span { border-color: #B73503; }
span { border-color: rgb(183,53,3); }
td.TdClassName
{
border-color: #B73503;
}
.TagClassName
{
border-color: #B73503;
}
</style>