Shades of Rust #B84101
Tints of Rust #B84101
RGB
CMYK
RGB Variations
Color information
#B84101 (or 0xB84101) is known color: Rust. HEX triplet: B8, 41 and 01. RGB value is (184,65,1). Sum of RGB (Red+Green+Blue) = 184+65+1=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B84101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84101 is #47BEFE. Grayscale: #5D5D5D. Windows color (decimal): -4701951 or 82360. OLE color: 82360.
HSL color Cylindrical-coordinate representation of color #B84101: hue angle of 20.98º 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 #B84101 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 65 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.28 |
| HSL | 20.98º | 0.99% | 0.36% | - |
| HSV(B) | 20.98º | 0.99% | 0.72% | - |
| XYZ | 21.66 | 13.97 | 1.58 | - |
| YUV | 93.29 | 75.92 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 65 | 1 | 0 | 0.65 | 0.99 | 0.28 | 20.98 | 0.99 | 0.36 |
| Hex | B8 | 41 | 1 | 0 | 41 | 63 | 1C | 15 | 63 | 24 |
| Octal | 270 | 101 | 1 | 0 | 101 | 143 | 34 | 25 | 143 | 44 |
| Binary | 10111000 | 1000001 | 1 | 0 | 1000001 | 1100011 | 11100 | 10101 | 1100011 | 100100 |
Color Harmonies of #B84101
Complementary color
Monochromatic Colors of #B84101
Black with #B84101
Text Example
Text Example
White with #B84101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84101; }
p { color: rgb(184,65,1); }
H1.HeaderClassName
{
color: #B84101;
}
.AnyTagClassName
{
color: #B84101;
}
</style>
background-color css
<style>
a { background-color: #B84101; }
a { background-color: rgb(184,65,1); }
div.DivClassName
{
background-color: #B84101;
}
.BgClassName
{
background-color: #B84101;
}
</style>
border-color css
<style>
span { border-color: #B84101; }
span { border-color: rgb(184,65,1); }
td.TdClassName
{
border-color: #B84101;
}
.TagClassName
{
border-color: #B84101;
}
</style>