Shades of Rust #B93B01
Tints of Rust #B93B01
RGB
CMYK
RGB Variations
Color information
#B93B01 (or 0xB93B01) is known color: Rust. HEX triplet: B9, 3B and 01. RGB value is (185,59,1). Sum of RGB (Red+Green+Blue) = 185+59+1=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B01 is #46C4FE. Grayscale: #5A5A5A. Windows color (decimal): -4637951 or 80825. OLE color: 80825.
HSL color Cylindrical-coordinate representation of color #B93B01: hue angle of 18.91º 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 #B93B01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 59 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.27 |
| HSL | 18.91º | 0.99% | 0.36% | - |
| HSV(B) | 18.91º | 0.99% | 0.73% | - |
| XYZ | 21.58 | 13.44 | 1.49 | - |
| YUV | 90.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 1 | 0 | 0.68 | 0.99 | 0.27 | 18.91 | 0.99 | 0.36 |
| Hex | B9 | 3B | 1 | 0 | 44 | 63 | 1B | 13 | 63 | 24 |
| Octal | 271 | 73 | 1 | 0 | 104 | 143 | 33 | 23 | 143 | 44 |
| Binary | 10111001 | 111011 | 1 | 0 | 1000100 | 1100011 | 11011 | 10011 | 1100011 | 100100 |
Color Harmonies of #B93B01
Complementary color
Monochromatic Colors of #B93B01
Black with #B93B01
Text Example
Text Example
White with #B93B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93B01; }
p { color: rgb(185,59,1); }
H1.HeaderClassName
{
color: #B93B01;
}
.AnyTagClassName
{
color: #B93B01;
}
</style>
background-color css
<style>
a { background-color: #B93B01; }
a { background-color: rgb(185,59,1); }
div.DivClassName
{
background-color: #B93B01;
}
.BgClassName
{
background-color: #B93B01;
}
</style>
border-color css
<style>
span { border-color: #B93B01; }
span { border-color: rgb(185,59,1); }
td.TdClassName
{
border-color: #B93B01;
}
.TagClassName
{
border-color: #B93B01;
}
</style>