Shades of Rust #B84417
Tints of Rust #B84417
RGB
CMYK
RGB Variations
Color information
#B84417 (or 0xB84417) is known color: Rust. HEX triplet: B8, 44 and 17. RGB value is (184,68,23). Sum of RGB (Red+Green+Blue) = 184+68+23=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B84417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84417 is #47BBE8. Grayscale: #616161. Windows color (decimal): -4701161 or 1524920. OLE color: 1524920.
HSL color Cylindrical-coordinate representation of color #B84417: hue angle of 16.77º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B84417 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 23 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.28 |
| HSL | 16.77º | 0.78% | 0.41% | - |
| HSV(B) | 16.77º | 0.88% | 0.72% | - |
| XYZ | 21.99 | 14.39 | 2.43 | - |
| YUV | 97.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 23 | 0 | 0.63 | 0.88 | 0.28 | 16.77 | 0.78 | 0.41 |
| Hex | B8 | 44 | 17 | 0 | 3F | 58 | 1C | 11 | 4E | 29 |
| Octal | 270 | 104 | 27 | 0 | 77 | 130 | 34 | 21 | 116 | 51 |
| Binary | 10111000 | 1000100 | 10111 | 0 | 111111 | 1011000 | 11100 | 10001 | 1001110 | 101001 |
Color Harmonies of #B84417
Complementary color
Monochromatic Colors of #B84417
Black with #B84417
Text Example
Text Example
White with #B84417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84417; }
p { color: rgb(184,68,23); }
H1.HeaderClassName
{
color: #B84417;
}
.AnyTagClassName
{
color: #B84417;
}
</style>
background-color css
<style>
a { background-color: #B84417; }
a { background-color: rgb(184,68,23); }
div.DivClassName
{
background-color: #B84417;
}
.BgClassName
{
background-color: #B84417;
}
</style>
border-color css
<style>
span { border-color: #B84417; }
span { border-color: rgb(184,68,23); }
td.TdClassName
{
border-color: #B84417;
}
.TagClassName
{
border-color: #B84417;
}
</style>