Shades of Rust #B83D17
Tints of Rust #B83D17
RGB
CMYK
RGB Variations
Color information
#B83D17 (or 0xB83D17) is known color: Rust. HEX triplet: B8, 3D and 17. RGB value is (184,61,23). Sum of RGB (Red+Green+Blue) = 184+61+23=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83D17 is #47C2E8. Grayscale: #5D5D5D. Windows color (decimal): -4702953 or 1523128. OLE color: 1523128.
HSL color Cylindrical-coordinate representation of color #B83D17: hue angle of 14.16º 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 #B83D17 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 23 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.28 |
| HSL | 14.16º | 0.78% | 0.41% | - |
| HSV(B) | 14.16º | 0.88% | 0.72% | - |
| XYZ | 21.59 | 13.59 | 2.3 | - |
| YUV | 93.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 23 | 0 | 0.67 | 0.88 | 0.28 | 14.16 | 0.78 | 0.41 |
| Hex | B8 | 3D | 17 | 0 | 43 | 58 | 1C | E | 4E | 29 |
| Octal | 270 | 75 | 27 | 0 | 103 | 130 | 34 | 16 | 116 | 51 |
| Binary | 10111000 | 111101 | 10111 | 0 | 1000011 | 1011000 | 11100 | 1110 | 1001110 | 101001 |
Color Harmonies of #B83D17
Complementary color
Monochromatic Colors of #B83D17
Black with #B83D17
Text Example
Text Example
White with #B83D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D17; }
p { color: rgb(184,61,23); }
H1.HeaderClassName
{
color: #B83D17;
}
.AnyTagClassName
{
color: #B83D17;
}
</style>
background-color css
<style>
a { background-color: #B83D17; }
a { background-color: rgb(184,61,23); }
div.DivClassName
{
background-color: #B83D17;
}
.BgClassName
{
background-color: #B83D17;
}
</style>
border-color css
<style>
span { border-color: #B83D17; }
span { border-color: rgb(184,61,23); }
td.TdClassName
{
border-color: #B83D17;
}
.TagClassName
{
border-color: #B83D17;
}
</style>