Shades of Rust #B74700
Tints of Rust #B74700
RGB
CMYK
RGB Variations
Color information
#B74700 (or 0xB74700) is known color: Rust. HEX triplet: B7, 47 and 00. RGB value is (183,71,0). Sum of RGB (Red+Green+Blue) = 183+71+0=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B74700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74700 is #48B8FF. Grayscale: #606060. Windows color (decimal): -4765952 or 18359. OLE color: 18359.
HSL color Cylindrical-coordinate representation of color #B74700: hue angle of 23.28º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B74700 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.28 |
| HSL | 23.28º | 1% | 0.36% | - |
| HSV(B) | 23.28º | 1% | 0.72% | - |
| XYZ | 21.78 | 14.57 | 1.66 | - |
| YUV | 96.39 | 73.61 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 0 | 0 | 0.61 | 1 | 0.28 | 23.28 | 1 | 0.36 |
| Hex | B7 | 47 | 0 | 0 | 3D | 64 | 1C | 17 | 64 | 24 |
| Octal | 267 | 107 | 0 | 0 | 75 | 144 | 34 | 27 | 144 | 44 |
| Binary | 10110111 | 1000111 | 0 | 0 | 111101 | 1100100 | 11100 | 10111 | 1100100 | 100100 |
Color Harmonies of #B74700
Complementary color
Monochromatic Colors of #B74700
Black with #B74700
Text Example
Text Example
White with #B74700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74700; }
p { color: rgb(183,71,0); }
H1.HeaderClassName
{
color: #B74700;
}
.AnyTagClassName
{
color: #B74700;
}
</style>
background-color css
<style>
a { background-color: #B74700; }
a { background-color: rgb(183,71,0); }
div.DivClassName
{
background-color: #B74700;
}
.BgClassName
{
background-color: #B74700;
}
</style>
border-color css
<style>
span { border-color: #B74700; }
span { border-color: rgb(183,71,0); }
td.TdClassName
{
border-color: #B74700;
}
.TagClassName
{
border-color: #B74700;
}
</style>