Shades of Rust #B84C02
Tints of Rust #B84C02
RGB
CMYK
RGB Variations
Color information
#B84C02 (or 0xB84C02) is known color: Rust. HEX triplet: B8, 4C and 02. RGB value is (184,76,2). Sum of RGB (Red+Green+Blue) = 184+76+2=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84C02 is #47B3FD. Grayscale: #646464. Windows color (decimal): -4699134 or 150712. OLE color: 150712.
HSL color Cylindrical-coordinate representation of color #B84C02: hue angle of 24.4º 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 #B84C02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.28 |
| HSL | 24.4º | 0.98% | 0.36% | - |
| HSV(B) | 24.4º | 0.99% | 0.72% | - |
| XYZ | 22.36 | 15.36 | 1.84 | - |
| YUV | 99.86 | 72.78 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 2 | 0 | 0.59 | 0.99 | 0.28 | 24.4 | 0.98 | 0.36 |
| Hex | B8 | 4C | 2 | 0 | 3B | 63 | 1C | 18 | 62 | 24 |
| Octal | 270 | 114 | 2 | 0 | 73 | 143 | 34 | 30 | 142 | 44 |
| Binary | 10111000 | 1001100 | 10 | 0 | 111011 | 1100011 | 11100 | 11000 | 1100010 | 100100 |
Color Harmonies of #B84C02
Complementary color
Monochromatic Colors of #B84C02
Black with #B84C02
Text Example
Text Example
White with #B84C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C02; }
p { color: rgb(184,76,2); }
H1.HeaderClassName
{
color: #B84C02;
}
.AnyTagClassName
{
color: #B84C02;
}
</style>
background-color css
<style>
a { background-color: #B84C02; }
a { background-color: rgb(184,76,2); }
div.DivClassName
{
background-color: #B84C02;
}
.BgClassName
{
background-color: #B84C02;
}
</style>
border-color css
<style>
span { border-color: #B84C02; }
span { border-color: rgb(184,76,2); }
td.TdClassName
{
border-color: #B84C02;
}
.TagClassName
{
border-color: #B84C02;
}
</style>