Shades of Rust #B83D1D
Tints of Rust #B83D1D
RGB
CMYK
RGB Variations
Color information
#B83D1D (or 0xB83D1D) is known color: Rust. HEX triplet: B8, 3D and 1D. RGB value is (184,61,29). Sum of RGB (Red+Green+Blue) = 184+61+29=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83D1D is #47C2E2. Grayscale: #5E5E5E. Windows color (decimal): -4702947 or 1916344. OLE color: 1916344.
HSL color Cylindrical-coordinate representation of color #B83D1D: hue angle of 12.39º degrees, saturation: 0.73, 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 #B83D1D is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 29 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.28 |
| HSL | 12.39º | 0.73% | 0.42% | - |
| HSV(B) | 12.39º | 0.84% | 0.72% | - |
| XYZ | 21.66 | 13.62 | 2.65 | - |
| YUV | 94.13 | 91.25 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 29 | 0 | 0.67 | 0.84 | 0.28 | 12.39 | 0.73 | 0.42 |
| Hex | B8 | 3D | 1D | 0 | 43 | 54 | 1C | C | 49 | 2A |
| Octal | 270 | 75 | 35 | 0 | 103 | 124 | 34 | 14 | 111 | 52 |
| Binary | 10111000 | 111101 | 11101 | 0 | 1000011 | 1010100 | 11100 | 1100 | 1001001 | 101010 |
Color Harmonies of #B83D1D
Complementary color
Monochromatic Colors of #B83D1D
Black with #B83D1D
Text Example
Text Example
White with #B83D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D1D; }
p { color: rgb(184,61,29); }
H1.HeaderClassName
{
color: #B83D1D;
}
.AnyTagClassName
{
color: #B83D1D;
}
</style>
background-color css
<style>
a { background-color: #B83D1D; }
a { background-color: rgb(184,61,29); }
div.DivClassName
{
background-color: #B83D1D;
}
.BgClassName
{
background-color: #B83D1D;
}
</style>
border-color css
<style>
span { border-color: #B83D1D; }
span { border-color: rgb(184,61,29); }
td.TdClassName
{
border-color: #B83D1D;
}
.TagClassName
{
border-color: #B83D1D;
}
</style>