Shades of Rust #B84602
Tints of Rust #B84602
RGB
CMYK
RGB Variations
Color information
#B84602 (or 0xB84602) is known color: Rust. HEX triplet: B8, 46 and 02. RGB value is (184,70,2). Sum of RGB (Red+Green+Blue) = 184+70+2=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B84602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84602 is #47B9FD. Grayscale: #606060. Windows color (decimal): -4700670 or 149176. OLE color: 149176.
HSL color Cylindrical-coordinate representation of color #B84602: hue angle of 22.42º 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 #B84602 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.28 |
| HSL | 22.42º | 0.98% | 0.36% | - |
| HSV(B) | 22.42º | 0.99% | 0.72% | - |
| XYZ | 21.97 | 14.58 | 1.71 | - |
| YUV | 96.33 | 74.77 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 2 | 0 | 0.62 | 0.99 | 0.28 | 22.42 | 0.98 | 0.36 |
| Hex | B8 | 46 | 2 | 0 | 3E | 63 | 1C | 16 | 62 | 24 |
| Octal | 270 | 106 | 2 | 0 | 76 | 143 | 34 | 26 | 142 | 44 |
| Binary | 10111000 | 1000110 | 10 | 0 | 111110 | 1100011 | 11100 | 10110 | 1100010 | 100100 |
Color Harmonies of #B84602
Complementary color
Monochromatic Colors of #B84602
Black with #B84602
Text Example
Text Example
White with #B84602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84602; }
p { color: rgb(184,70,2); }
H1.HeaderClassName
{
color: #B84602;
}
.AnyTagClassName
{
color: #B84602;
}
</style>
background-color css
<style>
a { background-color: #B84602; }
a { background-color: rgb(184,70,2); }
div.DivClassName
{
background-color: #B84602;
}
.BgClassName
{
background-color: #B84602;
}
</style>
border-color css
<style>
span { border-color: #B84602; }
span { border-color: rgb(184,70,2); }
td.TdClassName
{
border-color: #B84602;
}
.TagClassName
{
border-color: #B84602;
}
</style>