Shades of Rust #B74416
Tints of Rust #B74416
RGB
CMYK
RGB Variations
Color information
#B74416 (or 0xB74416) is known color: Rust. HEX triplet: B7, 44 and 16. RGB value is (183,68,22). Sum of RGB (Red+Green+Blue) = 183+68+22=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B74416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74416 is #48BBE9. Grayscale: #616161. Windows color (decimal): -4766698 or 1459383. OLE color: 1459383.
HSL color Cylindrical-coordinate representation of color #B74416: hue angle of 17.14º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B74416 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 22 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.28 |
| HSL | 17.14º | 0.79% | 0.4% | - |
| HSV(B) | 17.14º | 0.88% | 0.72% | - |
| XYZ | 21.74 | 14.26 | 2.37 | - |
| YUV | 97.14 | 85.6 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 22 | 0 | 0.63 | 0.88 | 0.28 | 17.14 | 0.79 | 0.4 |
| Hex | B7 | 44 | 16 | 0 | 3F | 58 | 1C | 11 | 4F | 28 |
| Octal | 267 | 104 | 26 | 0 | 77 | 130 | 34 | 21 | 117 | 50 |
| Binary | 10110111 | 1000100 | 10110 | 0 | 111111 | 1011000 | 11100 | 10001 | 1001111 | 101000 |
Color Harmonies of #B74416
Complementary color
Monochromatic Colors of #B74416
Black with #B74416
Text Example
Text Example
White with #B74416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74416; }
p { color: rgb(183,68,22); }
H1.HeaderClassName
{
color: #B74416;
}
.AnyTagClassName
{
color: #B74416;
}
</style>
background-color css
<style>
a { background-color: #B74416; }
a { background-color: rgb(183,68,22); }
div.DivClassName
{
background-color: #B74416;
}
.BgClassName
{
background-color: #B74416;
}
</style>
border-color css
<style>
span { border-color: #B74416; }
span { border-color: rgb(183,68,22); }
td.TdClassName
{
border-color: #B74416;
}
.TagClassName
{
border-color: #B74416;
}
</style>