Shades of Rust #B93D01
Tints of Rust #B93D01
RGB
CMYK
RGB Variations
Color information
#B93D01 (or 0xB93D01) is known color: Rust. HEX triplet: B9, 3D and 01. RGB value is (185,61,1). Sum of RGB (Red+Green+Blue) = 185+61+1=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D01 is #46C2FE. Grayscale: #5B5B5B. Windows color (decimal): -4637439 or 81337. OLE color: 81337.
HSL color Cylindrical-coordinate representation of color #B93D01: hue angle of 19.57º 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 #B93D01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.27 |
| HSL | 19.57º | 0.99% | 0.36% | - |
| HSV(B) | 19.57º | 0.99% | 0.73% | - |
| XYZ | 21.68 | 13.65 | 1.52 | - |
| YUV | 91.24 | 77.08 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 1 | 0 | 0.67 | 0.99 | 0.27 | 19.57 | 0.99 | 0.36 |
| Hex | B9 | 3D | 1 | 0 | 43 | 63 | 1B | 14 | 63 | 24 |
| Octal | 271 | 75 | 1 | 0 | 103 | 143 | 33 | 24 | 143 | 44 |
| Binary | 10111001 | 111101 | 1 | 0 | 1000011 | 1100011 | 11011 | 10100 | 1100011 | 100100 |
Color Harmonies of #B93D01
Complementary color
Monochromatic Colors of #B93D01
Black with #B93D01
Text Example
Text Example
White with #B93D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D01; }
p { color: rgb(185,61,1); }
H1.HeaderClassName
{
color: #B93D01;
}
.AnyTagClassName
{
color: #B93D01;
}
</style>
background-color css
<style>
a { background-color: #B93D01; }
a { background-color: rgb(185,61,1); }
div.DivClassName
{
background-color: #B93D01;
}
.BgClassName
{
background-color: #B93D01;
}
</style>
border-color css
<style>
span { border-color: #B93D01; }
span { border-color: rgb(185,61,1); }
td.TdClassName
{
border-color: #B93D01;
}
.TagClassName
{
border-color: #B93D01;
}
</style>