Shades of Rust #B83D0D
Tints of Rust #B83D0D
RGB
CMYK
RGB Variations
Color information
#B83D0D (or 0xB83D0D) is known color: Rust. HEX triplet: B8, 3D and 0D. RGB value is (184,61,13). Sum of RGB (Red+Green+Blue) = 184+61+13=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83D0D is #47C2F2. Grayscale: #5C5C5C. Windows color (decimal): -4702963 or 867768. OLE color: 867768.
HSL color Cylindrical-coordinate representation of color #B83D0D: hue angle of 16.84º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B83D0D is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 13 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.28 |
| HSL | 16.84º | 0.87% | 0.39% | - |
| HSV(B) | 16.84º | 0.93% | 0.72% | - |
| XYZ | 21.51 | 13.56 | 1.86 | - |
| YUV | 92.31 | 83.25 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 13 | 0 | 0.67 | 0.93 | 0.28 | 16.84 | 0.87 | 0.39 |
| Hex | B8 | 3D | D | 0 | 43 | 5D | 1C | 11 | 57 | 27 |
| Octal | 270 | 75 | 15 | 0 | 103 | 135 | 34 | 21 | 127 | 47 |
| Binary | 10111000 | 111101 | 1101 | 0 | 1000011 | 1011101 | 11100 | 10001 | 1010111 | 100111 |
Color Harmonies of #B83D0D
Complementary color
Monochromatic Colors of #B83D0D
Black with #B83D0D
Text Example
Text Example
White with #B83D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D0D; }
p { color: rgb(184,61,13); }
H1.HeaderClassName
{
color: #B83D0D;
}
.AnyTagClassName
{
color: #B83D0D;
}
</style>
background-color css
<style>
a { background-color: #B83D0D; }
a { background-color: rgb(184,61,13); }
div.DivClassName
{
background-color: #B83D0D;
}
.BgClassName
{
background-color: #B83D0D;
}
</style>
border-color css
<style>
span { border-color: #B83D0D; }
span { border-color: rgb(184,61,13); }
td.TdClassName
{
border-color: #B83D0D;
}
.TagClassName
{
border-color: #B83D0D;
}
</style>