Shades of Rust #B93407
Tints of Rust #B93407
RGB
CMYK
RGB Variations
Color information
#B93407 (or 0xB93407) is known color: Rust. HEX triplet: B9, 34 and 07. RGB value is (185,52,7). Sum of RGB (Red+Green+Blue) = 185+52+7=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B93407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93407 is #46CBF8. Grayscale: #565656. Windows color (decimal): -4639737 or 472249. OLE color: 472249.
HSL color Cylindrical-coordinate representation of color #B93407: hue angle of 15.17º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B93407 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.27 |
| HSL | 15.17º | 0.93% | 0.38% | - |
| HSV(B) | 15.17º | 0.96% | 0.73% | - |
| XYZ | 21.27 | 12.79 | 1.55 | - |
| YUV | 86.64 | 83.06 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 7 | 0 | 0.72 | 0.96 | 0.27 | 15.17 | 0.93 | 0.38 |
| Hex | B9 | 34 | 7 | 0 | 48 | 60 | 1B | F | 5D | 26 |
| Octal | 271 | 64 | 7 | 0 | 110 | 140 | 33 | 17 | 135 | 46 |
| Binary | 10111001 | 110100 | 111 | 0 | 1001000 | 1100000 | 11011 | 1111 | 1011101 | 100110 |
Color Harmonies of #B93407
Complementary color
Monochromatic Colors of #B93407
Black with #B93407
Text Example
Text Example
White with #B93407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93407; }
p { color: rgb(185,52,7); }
H1.HeaderClassName
{
color: #B93407;
}
.AnyTagClassName
{
color: #B93407;
}
</style>
background-color css
<style>
a { background-color: #B93407; }
a { background-color: rgb(185,52,7); }
div.DivClassName
{
background-color: #B93407;
}
.BgClassName
{
background-color: #B93407;
}
</style>
border-color css
<style>
span { border-color: #B93407; }
span { border-color: rgb(185,52,7); }
td.TdClassName
{
border-color: #B93407;
}
.TagClassName
{
border-color: #B93407;
}
</style>