Shades of Rust #B82F04
Tints of Rust #B82F04
RGB
CMYK
RGB Variations
Color information
#B82F04 (or 0xB82F04) is known color: Rust. HEX triplet: B8, 2F and 04. RGB value is (184,47,4). Sum of RGB (Red+Green+Blue) = 184+47+4=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82F04 is #47D0FB. Grayscale: #535353. Windows color (decimal): -4706556 or 274360. OLE color: 274360.
HSL color Cylindrical-coordinate representation of color #B82F04: hue angle of 14.33º 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 #B82F04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.28 |
| HSL | 14.33º | 0.96% | 0.37% | - |
| HSV(B) | 14.33º | 0.98% | 0.72% | - |
| XYZ | 20.81 | 12.23 | 1.38 | - |
| YUV | 83.06 | 83.39 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 4 | 0 | 0.74 | 0.98 | 0.28 | 14.33 | 0.96 | 0.37 |
| Hex | B8 | 2F | 4 | 0 | 4A | 62 | 1C | E | 60 | 25 |
| Octal | 270 | 57 | 4 | 0 | 112 | 142 | 34 | 16 | 140 | 45 |
| Binary | 10111000 | 101111 | 100 | 0 | 1001010 | 1100010 | 11100 | 1110 | 1100000 | 100101 |
Color Harmonies of #B82F04
Complementary color
Monochromatic Colors of #B82F04
Black with #B82F04
Text Example
Text Example
White with #B82F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F04; }
p { color: rgb(184,47,4); }
H1.HeaderClassName
{
color: #B82F04;
}
.AnyTagClassName
{
color: #B82F04;
}
</style>
background-color css
<style>
a { background-color: #B82F04; }
a { background-color: rgb(184,47,4); }
div.DivClassName
{
background-color: #B82F04;
}
.BgClassName
{
background-color: #B82F04;
}
</style>
border-color css
<style>
span { border-color: #B82F04; }
span { border-color: rgb(184,47,4); }
td.TdClassName
{
border-color: #B82F04;
}
.TagClassName
{
border-color: #B82F04;
}
</style>