Shades of Rust #B93409
Tints of Rust #B93409
RGB
CMYK
RGB Variations
Color information
#B93409 (or 0xB93409) is known color: Rust. HEX triplet: B9, 34 and 09. RGB value is (185,52,9). Sum of RGB (Red+Green+Blue) = 185+52+9=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B93409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93409 is #46CBF6. Grayscale: #575757. Windows color (decimal): -4639735 or 603321. OLE color: 603321.
HSL color Cylindrical-coordinate representation of color #B93409: hue angle of 14.66º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B93409 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 9 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.27 |
| HSL | 14.66º | 0.91% | 0.38% | - |
| HSV(B) | 14.66º | 0.95% | 0.73% | - |
| XYZ | 21.28 | 12.79 | 1.61 | - |
| YUV | 86.87 | 84.06 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 9 | 0 | 0.72 | 0.95 | 0.27 | 14.66 | 0.91 | 0.38 |
| Hex | B9 | 34 | 9 | 0 | 48 | 5F | 1B | F | 5B | 26 |
| Octal | 271 | 64 | 11 | 0 | 110 | 137 | 33 | 17 | 133 | 46 |
| Binary | 10111001 | 110100 | 1001 | 0 | 1001000 | 1011111 | 11011 | 1111 | 1011011 | 100110 |
Color Harmonies of #B93409
Complementary color
Monochromatic Colors of #B93409
Black with #B93409
Text Example
Text Example
White with #B93409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93409; }
p { color: rgb(185,52,9); }
H1.HeaderClassName
{
color: #B93409;
}
.AnyTagClassName
{
color: #B93409;
}
</style>
background-color css
<style>
a { background-color: #B93409; }
a { background-color: rgb(185,52,9); }
div.DivClassName
{
background-color: #B93409;
}
.BgClassName
{
background-color: #B93409;
}
</style>
border-color css
<style>
span { border-color: #B93409; }
span { border-color: rgb(185,52,9); }
td.TdClassName
{
border-color: #B93409;
}
.TagClassName
{
border-color: #B93409;
}
</style>