Shades of Rust #B84001
Tints of Rust #B84001
RGB
CMYK
RGB Variations
Color information
#B84001 (or 0xB84001) is known color: Rust. HEX triplet: B8, 40 and 01. RGB value is (184,64,1). Sum of RGB (Red+Green+Blue) = 184+64+1=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B84001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84001 is #47BFFE. Grayscale: #5D5D5D. Windows color (decimal): -4702207 or 82104. OLE color: 82104.
HSL color Cylindrical-coordinate representation of color #B84001: hue angle of 20.66º 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 #B84001 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.28 |
| HSL | 20.66º | 0.99% | 0.36% | - |
| HSV(B) | 20.66º | 0.99% | 0.72% | - |
| XYZ | 21.61 | 13.86 | 1.57 | - |
| YUV | 92.7 | 76.26 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 1 | 0 | 0.65 | 0.99 | 0.28 | 20.66 | 0.99 | 0.36 |
| Hex | B8 | 40 | 1 | 0 | 41 | 63 | 1C | 15 | 63 | 24 |
| Octal | 270 | 100 | 1 | 0 | 101 | 143 | 34 | 25 | 143 | 44 |
| Binary | 10111000 | 1000000 | 1 | 0 | 1000001 | 1100011 | 11100 | 10101 | 1100011 | 100100 |
Color Harmonies of #B84001
Complementary color
Monochromatic Colors of #B84001
Black with #B84001
Text Example
Text Example
White with #B84001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84001; }
p { color: rgb(184,64,1); }
H1.HeaderClassName
{
color: #B84001;
}
.AnyTagClassName
{
color: #B84001;
}
</style>
background-color css
<style>
a { background-color: #B84001; }
a { background-color: rgb(184,64,1); }
div.DivClassName
{
background-color: #B84001;
}
.BgClassName
{
background-color: #B84001;
}
</style>
border-color css
<style>
span { border-color: #B84001; }
span { border-color: rgb(184,64,1); }
td.TdClassName
{
border-color: #B84001;
}
.TagClassName
{
border-color: #B84001;
}
</style>