Shades of Rust #B7300B
Tints of Rust #B7300B
RGB
CMYK
RGB Variations
Color information
#B7300B (or 0xB7300B) is known color: Rust. HEX triplet: B7, 30 and 0B. RGB value is (183,48,11). Sum of RGB (Red+Green+Blue) = 183+48+11=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B7300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7300B is #48CFF4. Grayscale: #545454. Windows color (decimal): -4771829 or 733367. OLE color: 733367.
HSL color Cylindrical-coordinate representation of color #B7300B: hue angle of 12.91º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7300B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 11 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.28 |
| HSL | 12.91º | 0.89% | 0.38% | - |
| HSV(B) | 12.91º | 0.94% | 0.72% | - |
| XYZ | 20.65 | 12.21 | 1.58 | - |
| YUV | 84.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 11 | 0 | 0.74 | 0.94 | 0.28 | 12.91 | 0.89 | 0.38 |
| Hex | B7 | 30 | B | 0 | 4A | 5E | 1C | D | 59 | 26 |
| Octal | 267 | 60 | 13 | 0 | 112 | 136 | 34 | 15 | 131 | 46 |
| Binary | 10110111 | 110000 | 1011 | 0 | 1001010 | 1011110 | 11100 | 1101 | 1011001 | 100110 |
Color Harmonies of #B7300B
Complementary color
Monochromatic Colors of #B7300B
Black with #B7300B
Text Example
Text Example
White with #B7300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7300B; }
p { color: rgb(183,48,11); }
H1.HeaderClassName
{
color: #B7300B;
}
.AnyTagClassName
{
color: #B7300B;
}
</style>
background-color css
<style>
a { background-color: #B7300B; }
a { background-color: rgb(183,48,11); }
div.DivClassName
{
background-color: #B7300B;
}
.BgClassName
{
background-color: #B7300B;
}
</style>
border-color css
<style>
span { border-color: #B7300B; }
span { border-color: rgb(183,48,11); }
td.TdClassName
{
border-color: #B7300B;
}
.TagClassName
{
border-color: #B7300B;
}
</style>