Shades of Rust #B83D1E
Tints of Rust #B83D1E
RGB
CMYK
RGB Variations
Color information
#B83D1E (or 0xB83D1E) is known color: Rust. HEX triplet: B8, 3D and 1E. RGB value is (184,61,30). Sum of RGB (Red+Green+Blue) = 184+61+30=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83D1E is #47C2E1. Grayscale: #5E5E5E. Windows color (decimal): -4702946 or 1981880. OLE color: 1981880.
HSL color Cylindrical-coordinate representation of color #B83D1E: hue angle of 12.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B83D1E is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 30 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.28 |
| HSL | 12.08º | 0.72% | 0.42% | - |
| HSV(B) | 12.08º | 0.84% | 0.72% | - |
| XYZ | 21.67 | 13.62 | 2.72 | - |
| YUV | 94.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 30 | 0 | 0.67 | 0.84 | 0.28 | 12.08 | 0.72 | 0.42 |
| Hex | B8 | 3D | 1E | 0 | 43 | 54 | 1C | C | 48 | 2A |
| Octal | 270 | 75 | 36 | 0 | 103 | 124 | 34 | 14 | 110 | 52 |
| Binary | 10111000 | 111101 | 11110 | 0 | 1000011 | 1010100 | 11100 | 1100 | 1001000 | 101010 |
Color Harmonies of #B83D1E
Complementary color
Monochromatic Colors of #B83D1E
Black with #B83D1E
Text Example
Text Example
White with #B83D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D1E; }
p { color: rgb(184,61,30); }
H1.HeaderClassName
{
color: #B83D1E;
}
.AnyTagClassName
{
color: #B83D1E;
}
</style>
background-color css
<style>
a { background-color: #B83D1E; }
a { background-color: rgb(184,61,30); }
div.DivClassName
{
background-color: #B83D1E;
}
.BgClassName
{
background-color: #B83D1E;
}
</style>
border-color css
<style>
span { border-color: #B83D1E; }
span { border-color: rgb(184,61,30); }
td.TdClassName
{
border-color: #B83D1E;
}
.TagClassName
{
border-color: #B83D1E;
}
</style>