Shades of Rust #B83F0C
Tints of Rust #B83F0C
RGB
CMYK
RGB Variations
Color information
#B83F0C (or 0xB83F0C) is known color: Rust. HEX triplet: B8, 3F and 0C. RGB value is (184,63,12). Sum of RGB (Red+Green+Blue) = 184+63+12=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83F0C is #47C0F3. Grayscale: #5D5D5D. Windows color (decimal): -4702452 or 802744. OLE color: 802744.
HSL color Cylindrical-coordinate representation of color #B83F0C: hue angle of 17.79º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B83F0C is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 12 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.28 |
| HSL | 17.79º | 0.88% | 0.38% | - |
| HSV(B) | 17.79º | 0.93% | 0.72% | - |
| XYZ | 21.61 | 13.77 | 1.87 | - |
| YUV | 93.37 | 82.09 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 12 | 0 | 0.66 | 0.93 | 0.28 | 17.79 | 0.88 | 0.38 |
| Hex | B8 | 3F | C | 0 | 42 | 5D | 1C | 12 | 58 | 26 |
| Octal | 270 | 77 | 14 | 0 | 102 | 135 | 34 | 22 | 130 | 46 |
| Binary | 10111000 | 111111 | 1100 | 0 | 1000010 | 1011101 | 11100 | 10010 | 1011000 | 100110 |
Color Harmonies of #B83F0C
Complementary color
Monochromatic Colors of #B83F0C
Black with #B83F0C
Text Example
Text Example
White with #B83F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F0C; }
p { color: rgb(184,63,12); }
H1.HeaderClassName
{
color: #B83F0C;
}
.AnyTagClassName
{
color: #B83F0C;
}
</style>
background-color css
<style>
a { background-color: #B83F0C; }
a { background-color: rgb(184,63,12); }
div.DivClassName
{
background-color: #B83F0C;
}
.BgClassName
{
background-color: #B83F0C;
}
</style>
border-color css
<style>
span { border-color: #B83F0C; }
span { border-color: rgb(184,63,12); }
td.TdClassName
{
border-color: #B83F0C;
}
.TagClassName
{
border-color: #B83F0C;
}
</style>