Shades of Rust #B94101
Tints of Rust #B94101
RGB
CMYK
RGB Variations
Color information
#B94101 (or 0xB94101) is known color: Rust. HEX triplet: B9, 41 and 01. RGB value is (185,65,1). Sum of RGB (Red+Green+Blue) = 185+65+1=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B94101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94101 is #46BEFE. Grayscale: #5D5D5D. Windows color (decimal): -4636415 or 82361. OLE color: 82361.
HSL color Cylindrical-coordinate representation of color #B94101: hue angle of 20.87º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B94101 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.27 |
| HSL | 20.87º | 0.99% | 0.36% | - |
| HSV(B) | 20.87º | 0.99% | 0.73% | - |
| XYZ | 21.9 | 14.1 | 1.6 | - |
| YUV | 93.58 | 75.76 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 1 | 0 | 0.65 | 0.99 | 0.27 | 20.87 | 0.99 | 0.36 |
| Hex | B9 | 41 | 1 | 0 | 41 | 63 | 1B | 15 | 63 | 24 |
| Octal | 271 | 101 | 1 | 0 | 101 | 143 | 33 | 25 | 143 | 44 |
| Binary | 10111001 | 1000001 | 1 | 0 | 1000001 | 1100011 | 11011 | 10101 | 1100011 | 100100 |
Color Harmonies of #B94101
Complementary color
Monochromatic Colors of #B94101
Black with #B94101
Text Example
Text Example
White with #B94101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94101; }
p { color: rgb(185,65,1); }
H1.HeaderClassName
{
color: #B94101;
}
.AnyTagClassName
{
color: #B94101;
}
</style>
background-color css
<style>
a { background-color: #B94101; }
a { background-color: rgb(185,65,1); }
div.DivClassName
{
background-color: #B94101;
}
.BgClassName
{
background-color: #B94101;
}
</style>
border-color css
<style>
span { border-color: #B94101; }
span { border-color: rgb(185,65,1); }
td.TdClassName
{
border-color: #B94101;
}
.TagClassName
{
border-color: #B94101;
}
</style>