Shades of Rust #B74703
Tints of Rust #B74703
RGB
CMYK
RGB Variations
Color information
#B74703 (or 0xB74703) is known color: Rust. HEX triplet: B7, 47 and 03. RGB value is (183,71,3). Sum of RGB (Red+Green+Blue) = 183+71+3=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B74703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74703 is #48B8FC. Grayscale: #616161. Windows color (decimal): -4765949 or 214967. OLE color: 214967.
HSL color Cylindrical-coordinate representation of color #B74703: hue angle of 22.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 #B74703 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.28 |
| HSL | 22.67º | 0.97% | 0.36% | - |
| HSV(B) | 22.67º | 0.98% | 0.72% | - |
| XYZ | 21.8 | 14.58 | 1.75 | - |
| YUV | 96.74 | 75.11 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 3 | 0 | 0.61 | 0.98 | 0.28 | 22.67 | 0.97 | 0.36 |
| Hex | B7 | 47 | 3 | 0 | 3D | 62 | 1C | 17 | 61 | 24 |
| Octal | 267 | 107 | 3 | 0 | 75 | 142 | 34 | 27 | 141 | 44 |
| Binary | 10110111 | 1000111 | 11 | 0 | 111101 | 1100010 | 11100 | 10111 | 1100001 | 100100 |
Color Harmonies of #B74703
Complementary color
Monochromatic Colors of #B74703
Black with #B74703
Text Example
Text Example
White with #B74703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74703; }
p { color: rgb(183,71,3); }
H1.HeaderClassName
{
color: #B74703;
}
.AnyTagClassName
{
color: #B74703;
}
</style>
background-color css
<style>
a { background-color: #B74703; }
a { background-color: rgb(183,71,3); }
div.DivClassName
{
background-color: #B74703;
}
.BgClassName
{
background-color: #B74703;
}
</style>
border-color css
<style>
span { border-color: #B74703; }
span { border-color: rgb(183,71,3); }
td.TdClassName
{
border-color: #B74703;
}
.TagClassName
{
border-color: #B74703;
}
</style>