Shades of Rust #B83C00
Tints of Rust #B83C00
RGB
CMYK
RGB Variations
Color information
#B83C00 (or 0xB83C00) is known color: Rust. HEX triplet: B8, 3C and 00. RGB value is (184,60,0). Sum of RGB (Red+Green+Blue) = 184+60+0=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83C00 is #47C3FF. Grayscale: #5A5A5A. Windows color (decimal): -4703232 or 15544. OLE color: 15544.
HSL color Cylindrical-coordinate representation of color #B83C00: hue angle of 19.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B83C00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.28 |
| HSL | 19.57º | 1% | 0.36% | - |
| HSV(B) | 19.57º | 1% | 0.72% | - |
| XYZ | 21.38 | 13.42 | 1.46 | - |
| YUV | 90.24 | 77.08 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 0 | 0 | 0.67 | 1 | 0.28 | 19.57 | 1 | 0.36 |
| Hex | B8 | 3C | 0 | 0 | 43 | 64 | 1C | 14 | 64 | 24 |
| Octal | 270 | 74 | 0 | 0 | 103 | 144 | 34 | 24 | 144 | 44 |
| Binary | 10111000 | 111100 | 0 | 0 | 1000011 | 1100100 | 11100 | 10100 | 1100100 | 100100 |
Color Harmonies of #B83C00
Complementary color
Monochromatic Colors of #B83C00
Black with #B83C00
Text Example
Text Example
White with #B83C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C00; }
p { color: rgb(184,60,0); }
H1.HeaderClassName
{
color: #B83C00;
}
.AnyTagClassName
{
color: #B83C00;
}
</style>
background-color css
<style>
a { background-color: #B83C00; }
a { background-color: rgb(184,60,0); }
div.DivClassName
{
background-color: #B83C00;
}
.BgClassName
{
background-color: #B83C00;
}
</style>
border-color css
<style>
span { border-color: #B83C00; }
span { border-color: rgb(184,60,0); }
td.TdClassName
{
border-color: #B83C00;
}
.TagClassName
{
border-color: #B83C00;
}
</style>