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