Shades of Rust #B74720
Tints of Rust #B74720
RGB
CMYK
RGB Variations
Color information
#B74720 (or 0xB74720) is known color: Rust. HEX triplet: B7, 47 and 20. RGB value is (183,71,32). Sum of RGB (Red+Green+Blue) = 183+71+32=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B74720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74720 is #48B8DF. Grayscale: #646464. Windows color (decimal): -4765920 or 2115511. OLE color: 2115511.
HSL color Cylindrical-coordinate representation of color #B74720: hue angle of 15.5º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B74720 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 32 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.28 |
| HSL | 15.5º | 0.7% | 0.42% | - |
| HSV(B) | 15.5º | 0.83% | 0.72% | - |
| XYZ | 22.04 | 14.68 | 3.04 | - |
| YUV | 100.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 32 | 0 | 0.61 | 0.83 | 0.28 | 15.5 | 0.7 | 0.42 |
| Hex | B7 | 47 | 20 | 0 | 3D | 53 | 1C | F | 46 | 2A |
| Octal | 267 | 107 | 40 | 0 | 75 | 123 | 34 | 17 | 106 | 52 |
| Binary | 10110111 | 1000111 | 100000 | 0 | 111101 | 1010011 | 11100 | 1111 | 1000110 | 101010 |
Color Harmonies of #B74720
Complementary color
Monochromatic Colors of #B74720
Black with #B74720
Text Example
Text Example
White with #B74720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74720; }
p { color: rgb(183,71,32); }
H1.HeaderClassName
{
color: #B74720;
}
.AnyTagClassName
{
color: #B74720;
}
</style>
background-color css
<style>
a { background-color: #B74720; }
a { background-color: rgb(183,71,32); }
div.DivClassName
{
background-color: #B74720;
}
.BgClassName
{
background-color: #B74720;
}
</style>
border-color css
<style>
span { border-color: #B74720; }
span { border-color: rgb(183,71,32); }
td.TdClassName
{
border-color: #B74720;
}
.TagClassName
{
border-color: #B74720;
}
</style>