Shades of Rust #B84D02
Tints of Rust #B84D02
RGB
CMYK
RGB Variations
Color information
#B84D02 (or 0xB84D02) is known color: Rust. HEX triplet: B8, 4D and 02. RGB value is (184,77,2). Sum of RGB (Red+Green+Blue) = 184+77+2=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B84D02 is #47B2FD. Grayscale: #646464. Windows color (decimal): -4698878 or 150968. OLE color: 150968.
HSL color Cylindrical-coordinate representation of color #B84D02: hue angle of 24.73º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B84D02 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.28 |
| HSL | 24.73º | 0.98% | 0.36% | - |
| HSV(B) | 24.73º | 0.99% | 0.72% | - |
| XYZ | 22.43 | 15.5 | 1.87 | - |
| YUV | 100.44 | 72.45 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 2 | 0 | 0.58 | 0.99 | 0.28 | 24.73 | 0.98 | 0.36 |
| Hex | B8 | 4D | 2 | 0 | 3A | 63 | 1C | 19 | 62 | 24 |
| Octal | 270 | 115 | 2 | 0 | 72 | 143 | 34 | 31 | 142 | 44 |
| Binary | 10111000 | 1001101 | 10 | 0 | 111010 | 1100011 | 11100 | 11001 | 1100010 | 100100 |
Color Harmonies of #B84D02
Complementary color
Monochromatic Colors of #B84D02
Black with #B84D02
Text Example
Text Example
White with #B84D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D02; }
p { color: rgb(184,77,2); }
H1.HeaderClassName
{
color: #B84D02;
}
.AnyTagClassName
{
color: #B84D02;
}
</style>
background-color css
<style>
a { background-color: #B84D02; }
a { background-color: rgb(184,77,2); }
div.DivClassName
{
background-color: #B84D02;
}
.BgClassName
{
background-color: #B84D02;
}
</style>
border-color css
<style>
span { border-color: #B84D02; }
span { border-color: rgb(184,77,2); }
td.TdClassName
{
border-color: #B84D02;
}
.TagClassName
{
border-color: #B84D02;
}
</style>