Shades of Rust #B93C01
Tints of Rust #B93C01
RGB
CMYK
RGB Variations
Color information
#B93C01 (or 0xB93C01) is known color: Rust. HEX triplet: B9, 3C and 01. RGB value is (185,60,1). Sum of RGB (Red+Green+Blue) = 185+60+1=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C01 is #46C3FE. Grayscale: #5B5B5B. Windows color (decimal): -4637695 or 81081. OLE color: 81081.
HSL color Cylindrical-coordinate representation of color #B93C01: hue angle of 19.24º 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 #B93C01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.27 |
| HSL | 19.24º | 0.99% | 0.36% | - |
| HSV(B) | 19.24º | 0.99% | 0.73% | - |
| XYZ | 21.63 | 13.55 | 1.5 | - |
| YUV | 90.65 | 77.41 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 1 | 0 | 0.68 | 0.99 | 0.27 | 19.24 | 0.99 | 0.36 |
| Hex | B9 | 3C | 1 | 0 | 44 | 63 | 1B | 13 | 63 | 24 |
| Octal | 271 | 74 | 1 | 0 | 104 | 143 | 33 | 23 | 143 | 44 |
| Binary | 10111001 | 111100 | 1 | 0 | 1000100 | 1100011 | 11011 | 10011 | 1100011 | 100100 |
Color Harmonies of #B93C01
Complementary color
Monochromatic Colors of #B93C01
Black with #B93C01
Text Example
Text Example
White with #B93C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93C01; }
p { color: rgb(185,60,1); }
H1.HeaderClassName
{
color: #B93C01;
}
.AnyTagClassName
{
color: #B93C01;
}
</style>
background-color css
<style>
a { background-color: #B93C01; }
a { background-color: rgb(185,60,1); }
div.DivClassName
{
background-color: #B93C01;
}
.BgClassName
{
background-color: #B93C01;
}
</style>
border-color css
<style>
span { border-color: #B93C01; }
span { border-color: rgb(185,60,1); }
td.TdClassName
{
border-color: #B93C01;
}
.TagClassName
{
border-color: #B93C01;
}
</style>