Shades of Rust #B74417
Tints of Rust #B74417
RGB
CMYK
RGB Variations
Color information
#B74417 (or 0xB74417) is known color: Rust. HEX triplet: B7, 44 and 17. RGB value is (183,68,23). Sum of RGB (Red+Green+Blue) = 183+68+23=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B74417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74417 is #48BBE8. Grayscale: #616161. Windows color (decimal): -4766697 or 1524919. OLE color: 1524919.
HSL color Cylindrical-coordinate representation of color #B74417: hue angle of 16.88º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B74417 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 23 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.28 |
| HSL | 16.88º | 0.78% | 0.4% | - |
| HSV(B) | 16.88º | 0.87% | 0.72% | - |
| XYZ | 21.75 | 14.26 | 2.42 | - |
| YUV | 97.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 23 | 0 | 0.63 | 0.87 | 0.28 | 16.88 | 0.78 | 0.4 |
| Hex | B7 | 44 | 17 | 0 | 3F | 57 | 1C | 11 | 4E | 28 |
| Octal | 267 | 104 | 27 | 0 | 77 | 127 | 34 | 21 | 116 | 50 |
| Binary | 10110111 | 1000100 | 10111 | 0 | 111111 | 1010111 | 11100 | 10001 | 1001110 | 101000 |
Color Harmonies of #B74417
Complementary color
Monochromatic Colors of #B74417
Black with #B74417
Text Example
Text Example
White with #B74417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74417; }
p { color: rgb(183,68,23); }
H1.HeaderClassName
{
color: #B74417;
}
.AnyTagClassName
{
color: #B74417;
}
</style>
background-color css
<style>
a { background-color: #B74417; }
a { background-color: rgb(183,68,23); }
div.DivClassName
{
background-color: #B74417;
}
.BgClassName
{
background-color: #B74417;
}
</style>
border-color css
<style>
span { border-color: #B74417; }
span { border-color: rgb(183,68,23); }
td.TdClassName
{
border-color: #B74417;
}
.TagClassName
{
border-color: #B74417;
}
</style>