Shades of Rust #B82D04
Tints of Rust #B82D04
RGB
CMYK
RGB Variations
Color information
#B82D04 (or 0xB82D04) is known color: Rust. HEX triplet: B8, 2D and 04. RGB value is (184,45,4). Sum of RGB (Red+Green+Blue) = 184+45+4=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82D04 is #47D2FB. Grayscale: #525252. Windows color (decimal): -4707068 or 273848. OLE color: 273848.
HSL color Cylindrical-coordinate representation of color #B82D04: hue angle of 13.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B82D04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.28 |
| HSL | 13.67º | 0.96% | 0.37% | - |
| HSV(B) | 13.67º | 0.98% | 0.72% | - |
| XYZ | 20.73 | 12.08 | 1.35 | - |
| YUV | 81.89 | 84.05 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 4 | 0 | 0.76 | 0.98 | 0.28 | 13.67 | 0.96 | 0.37 |
| Hex | B8 | 2D | 4 | 0 | 4C | 62 | 1C | E | 60 | 25 |
| Octal | 270 | 55 | 4 | 0 | 114 | 142 | 34 | 16 | 140 | 45 |
| Binary | 10111000 | 101101 | 100 | 0 | 1001100 | 1100010 | 11100 | 1110 | 1100000 | 100101 |
Color Harmonies of #B82D04
Complementary color
Monochromatic Colors of #B82D04
Black with #B82D04
Text Example
Text Example
White with #B82D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D04; }
p { color: rgb(184,45,4); }
H1.HeaderClassName
{
color: #B82D04;
}
.AnyTagClassName
{
color: #B82D04;
}
</style>
background-color css
<style>
a { background-color: #B82D04; }
a { background-color: rgb(184,45,4); }
div.DivClassName
{
background-color: #B82D04;
}
.BgClassName
{
background-color: #B82D04;
}
</style>
border-color css
<style>
span { border-color: #B82D04; }
span { border-color: rgb(184,45,4); }
td.TdClassName
{
border-color: #B82D04;
}
.TagClassName
{
border-color: #B82D04;
}
</style>