Shades of Rust #B82C00
Tints of Rust #B82C00
RGB
CMYK
RGB Variations
Color information
#B82C00 (or 0xB82C00) is known color: Rust. HEX triplet: B8, 2C and 00. RGB value is (184,44,0). Sum of RGB (Red+Green+Blue) = 184+44+0=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82C00 is #47D3FF. Grayscale: #515151. Windows color (decimal): -4707328 or 11448. OLE color: 11448.
HSL color Cylindrical-coordinate representation of color #B82C00: hue angle of 14.35º 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 #B82C00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.28 |
| HSL | 14.35º | 1% | 0.36% | - |
| HSV(B) | 14.35º | 1% | 0.72% | - |
| XYZ | 20.67 | 11.99 | 1.23 | - |
| YUV | 80.84 | 82.38 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 0 | 0 | 0.76 | 1 | 0.28 | 14.35 | 1 | 0.36 |
| Hex | B8 | 2C | 0 | 0 | 4C | 64 | 1C | E | 64 | 24 |
| Octal | 270 | 54 | 0 | 0 | 114 | 144 | 34 | 16 | 144 | 44 |
| Binary | 10111000 | 101100 | 0 | 0 | 1001100 | 1100100 | 11100 | 1110 | 1100100 | 100100 |
Color Harmonies of #B82C00
Complementary color
Monochromatic Colors of #B82C00
Black with #B82C00
Text Example
Text Example
White with #B82C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C00; }
p { color: rgb(184,44,0); }
H1.HeaderClassName
{
color: #B82C00;
}
.AnyTagClassName
{
color: #B82C00;
}
</style>
background-color css
<style>
a { background-color: #B82C00; }
a { background-color: rgb(184,44,0); }
div.DivClassName
{
background-color: #B82C00;
}
.BgClassName
{
background-color: #B82C00;
}
</style>
border-color css
<style>
span { border-color: #B82C00; }
span { border-color: rgb(184,44,0); }
td.TdClassName
{
border-color: #B82C00;
}
.TagClassName
{
border-color: #B82C00;
}
</style>