Shades of Rust #B83D14
Tints of Rust #B83D14
RGB
CMYK
RGB Variations
Color information
#B83D14 (or 0xB83D14) is known color: Rust. HEX triplet: B8, 3D and 14. RGB value is (184,61,20). Sum of RGB (Red+Green+Blue) = 184+61+20=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83D14 is #47C2EB. Grayscale: #5D5D5D. Windows color (decimal): -4702956 or 1326520. OLE color: 1326520.
HSL color Cylindrical-coordinate representation of color #B83D14: hue angle of 15º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B83D14 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 20 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.28 |
| HSL | 15º | 0.8% | 0.4% | - |
| HSV(B) | 15º | 0.89% | 0.72% | - |
| XYZ | 21.56 | 13.58 | 2.15 | - |
| YUV | 93.1 | 86.75 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 20 | 0 | 0.67 | 0.89 | 0.28 | 15 | 0.8 | 0.4 |
| Hex | B8 | 3D | 14 | 0 | 43 | 59 | 1C | F | 50 | 28 |
| Octal | 270 | 75 | 24 | 0 | 103 | 131 | 34 | 17 | 120 | 50 |
| Binary | 10111000 | 111101 | 10100 | 0 | 1000011 | 1011001 | 11100 | 1111 | 1010000 | 101000 |
Color Harmonies of #B83D14
Complementary color
Monochromatic Colors of #B83D14
Black with #B83D14
Text Example
Text Example
White with #B83D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D14; }
p { color: rgb(184,61,20); }
H1.HeaderClassName
{
color: #B83D14;
}
.AnyTagClassName
{
color: #B83D14;
}
</style>
background-color css
<style>
a { background-color: #B83D14; }
a { background-color: rgb(184,61,20); }
div.DivClassName
{
background-color: #B83D14;
}
.BgClassName
{
background-color: #B83D14;
}
</style>
border-color css
<style>
span { border-color: #B83D14; }
span { border-color: rgb(184,61,20); }
td.TdClassName
{
border-color: #B83D14;
}
.TagClassName
{
border-color: #B83D14;
}
</style>