Shades of Rust #B83F1E
Tints of Rust #B83F1E
RGB
CMYK
RGB Variations
Color information
#B83F1E (or 0xB83F1E) is known color: Rust. HEX triplet: B8, 3F and 1E. RGB value is (184,63,30). Sum of RGB (Red+Green+Blue) = 184+63+30=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F1E is #47C0E1. Grayscale: #5F5F5F. Windows color (decimal): -4702434 or 1982392. OLE color: 1982392.
HSL color Cylindrical-coordinate representation of color #B83F1E: hue angle of 12.86º 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 #B83F1E is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 30 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.28 |
| HSL | 12.86º | 0.72% | 0.42% | - |
| HSV(B) | 12.86º | 0.84% | 0.72% | - |
| XYZ | 21.78 | 13.84 | 2.75 | - |
| YUV | 95.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 30 | 0 | 0.66 | 0.84 | 0.28 | 12.86 | 0.72 | 0.42 |
| Hex | B8 | 3F | 1E | 0 | 42 | 54 | 1C | D | 48 | 2A |
| Octal | 270 | 77 | 36 | 0 | 102 | 124 | 34 | 15 | 110 | 52 |
| Binary | 10111000 | 111111 | 11110 | 0 | 1000010 | 1010100 | 11100 | 1101 | 1001000 | 101010 |
Color Harmonies of #B83F1E
Complementary color
Monochromatic Colors of #B83F1E
Black with #B83F1E
Text Example
Text Example
White with #B83F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F1E; }
p { color: rgb(184,63,30); }
H1.HeaderClassName
{
color: #B83F1E;
}
.AnyTagClassName
{
color: #B83F1E;
}
</style>
background-color css
<style>
a { background-color: #B83F1E; }
a { background-color: rgb(184,63,30); }
div.DivClassName
{
background-color: #B83F1E;
}
.BgClassName
{
background-color: #B83F1E;
}
</style>
border-color css
<style>
span { border-color: #B83F1E; }
span { border-color: rgb(184,63,30); }
td.TdClassName
{
border-color: #B83F1E;
}
.TagClassName
{
border-color: #B83F1E;
}
</style>