Shades of Rust #B93401
Tints of Rust #B93401
RGB
CMYK
RGB Variations
Color information
#B93401 (or 0xB93401) is known color: Rust. HEX triplet: B9, 34 and 01. RGB value is (185,52,1). Sum of RGB (Red+Green+Blue) = 185+52+1=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B93401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93401 is #46CBFE. Grayscale: #565656. Windows color (decimal): -4639743 or 79033. OLE color: 79033.
HSL color Cylindrical-coordinate representation of color #B93401: hue angle of 16.63º 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 #B93401 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.27 |
| HSL | 16.63º | 0.99% | 0.36% | - |
| HSV(B) | 16.63º | 0.99% | 0.73% | - |
| XYZ | 21.24 | 12.77 | 1.37 | - |
| YUV | 85.95 | 80.06 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 1 | 0 | 0.72 | 0.99 | 0.27 | 16.63 | 0.99 | 0.36 |
| Hex | B9 | 34 | 1 | 0 | 48 | 63 | 1B | 11 | 63 | 24 |
| Octal | 271 | 64 | 1 | 0 | 110 | 143 | 33 | 21 | 143 | 44 |
| Binary | 10111001 | 110100 | 1 | 0 | 1001000 | 1100011 | 11011 | 10001 | 1100011 | 100100 |
Color Harmonies of #B93401
Complementary color
Monochromatic Colors of #B93401
Black with #B93401
Text Example
Text Example
White with #B93401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93401; }
p { color: rgb(185,52,1); }
H1.HeaderClassName
{
color: #B93401;
}
.AnyTagClassName
{
color: #B93401;
}
</style>
background-color css
<style>
a { background-color: #B93401; }
a { background-color: rgb(185,52,1); }
div.DivClassName
{
background-color: #B93401;
}
.BgClassName
{
background-color: #B93401;
}
</style>
border-color css
<style>
span { border-color: #B93401; }
span { border-color: rgb(185,52,1); }
td.TdClassName
{
border-color: #B93401;
}
.TagClassName
{
border-color: #B93401;
}
</style>