Shades of Rust #B74903
Tints of Rust #B74903
RGB
CMYK
RGB Variations
Color information
#B74903 (or 0xB74903) is known color: Rust. HEX triplet: B7, 49 and 03. RGB value is (183,73,3). Sum of RGB (Red+Green+Blue) = 183+73+3=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B74903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74903 is #48B6FC. Grayscale: #626262. Windows color (decimal): -4765437 or 215479. OLE color: 215479.
HSL color Cylindrical-coordinate representation of color #B74903: hue angle of 23.33º 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 #B74903 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 3 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.28 |
| HSL | 23.33º | 0.97% | 0.36% | - |
| HSV(B) | 23.33º | 0.98% | 0.72% | - |
| XYZ | 21.93 | 14.84 | 1.79 | - |
| YUV | 97.91 | 74.44 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 3 | 0 | 0.60 | 0.98 | 0.28 | 23.33 | 0.97 | 0.36 |
| Hex | B7 | 49 | 3 | 0 | 3C | 62 | 1C | 17 | 61 | 24 |
| Octal | 267 | 111 | 3 | 0 | 74 | 142 | 34 | 27 | 141 | 44 |
| Binary | 10110111 | 1001001 | 11 | 0 | 111100 | 1100010 | 11100 | 10111 | 1100001 | 100100 |
Color Harmonies of #B74903
Complementary color
Monochromatic Colors of #B74903
Black with #B74903
Text Example
Text Example
White with #B74903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74903; }
p { color: rgb(183,73,3); }
H1.HeaderClassName
{
color: #B74903;
}
.AnyTagClassName
{
color: #B74903;
}
</style>
background-color css
<style>
a { background-color: #B74903; }
a { background-color: rgb(183,73,3); }
div.DivClassName
{
background-color: #B74903;
}
.BgClassName
{
background-color: #B74903;
}
</style>
border-color css
<style>
span { border-color: #B74903; }
span { border-color: rgb(183,73,3); }
td.TdClassName
{
border-color: #B74903;
}
.TagClassName
{
border-color: #B74903;
}
</style>