Shades of Rust #B84901
Tints of Rust #B84901
RGB
CMYK
RGB Variations
Color information
#B84901 (or 0xB84901) is known color: Rust. HEX triplet: B8, 49 and 01. RGB value is (184,73,1). Sum of RGB (Red+Green+Blue) = 184+73+1=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B84901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84901 is #47B6FE. Grayscale: #626262. Windows color (decimal): -4699903 or 84408. OLE color: 84408.
HSL color Cylindrical-coordinate representation of color #B84901: hue angle of 23.61º degrees, saturation: 0.99, 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 #B84901 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.28 |
| HSL | 23.61º | 0.99% | 0.36% | - |
| HSV(B) | 23.61º | 0.99% | 0.72% | - |
| XYZ | 22.16 | 14.96 | 1.75 | - |
| YUV | 97.98 | 73.27 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 1 | 0 | 0.60 | 0.99 | 0.28 | 23.61 | 0.99 | 0.36 |
| Hex | B8 | 49 | 1 | 0 | 3C | 63 | 1C | 18 | 63 | 24 |
| Octal | 270 | 111 | 1 | 0 | 74 | 143 | 34 | 30 | 143 | 44 |
| Binary | 10111000 | 1001001 | 1 | 0 | 111100 | 1100011 | 11100 | 11000 | 1100011 | 100100 |
Color Harmonies of #B84901
Complementary color
Monochromatic Colors of #B84901
Black with #B84901
Text Example
Text Example
White with #B84901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84901; }
p { color: rgb(184,73,1); }
H1.HeaderClassName
{
color: #B84901;
}
.AnyTagClassName
{
color: #B84901;
}
</style>
background-color css
<style>
a { background-color: #B84901; }
a { background-color: rgb(184,73,1); }
div.DivClassName
{
background-color: #B84901;
}
.BgClassName
{
background-color: #B84901;
}
</style>
border-color css
<style>
span { border-color: #B84901; }
span { border-color: rgb(184,73,1); }
td.TdClassName
{
border-color: #B84901;
}
.TagClassName
{
border-color: #B84901;
}
</style>