Shades of Rust #B93009
Tints of Rust #B93009
RGB
CMYK
RGB Variations
Color information
#B93009 (or 0xB93009) is known color: Rust. HEX triplet: B9, 30 and 09. RGB value is (185,48,9). Sum of RGB (Red+Green+Blue) = 185+48+9=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B93009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93009 is #46CFF6. Grayscale: #545454. Windows color (decimal): -4640759 or 602297. OLE color: 602297.
HSL color Cylindrical-coordinate representation of color #B93009: hue angle of 13.3º 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 #B93009 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 9 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.27 |
| HSL | 13.3º | 0.91% | 0.38% | - |
| HSV(B) | 13.3º | 0.95% | 0.73% | - |
| XYZ | 21.11 | 12.45 | 1.55 | - |
| YUV | 84.52 | 85.39 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 9 | 0 | 0.74 | 0.95 | 0.27 | 13.3 | 0.91 | 0.38 |
| Hex | B9 | 30 | 9 | 0 | 4A | 5F | 1B | D | 5B | 26 |
| Octal | 271 | 60 | 11 | 0 | 112 | 137 | 33 | 15 | 133 | 46 |
| Binary | 10111001 | 110000 | 1001 | 0 | 1001010 | 1011111 | 11011 | 1101 | 1011011 | 100110 |
Color Harmonies of #B93009
Complementary color
Monochromatic Colors of #B93009
Black with #B93009
Text Example
Text Example
White with #B93009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93009; }
p { color: rgb(185,48,9); }
H1.HeaderClassName
{
color: #B93009;
}
.AnyTagClassName
{
color: #B93009;
}
</style>
background-color css
<style>
a { background-color: #B93009; }
a { background-color: rgb(185,48,9); }
div.DivClassName
{
background-color: #B93009;
}
.BgClassName
{
background-color: #B93009;
}
</style>
border-color css
<style>
span { border-color: #B93009; }
span { border-color: rgb(185,48,9); }
td.TdClassName
{
border-color: #B93009;
}
.TagClassName
{
border-color: #B93009;
}
</style>