Shades of Rust #B7330B
Tints of Rust #B7330B
RGB
CMYK
RGB Variations
Color information
#B7330B (or 0xB7330B) is known color: Rust. HEX triplet: B7, 33 and 0B. RGB value is (183,51,11). Sum of RGB (Red+Green+Blue) = 183+51+11=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7330B is #48CCF4. Grayscale: #565656. Windows color (decimal): -4771061 or 734135. OLE color: 734135.
HSL color Cylindrical-coordinate representation of color #B7330B: hue angle of 13.95º 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 #B7330B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.28 |
| HSL | 13.95º | 0.89% | 0.38% | - |
| HSV(B) | 13.95º | 0.94% | 0.72% | - |
| XYZ | 20.77 | 12.46 | 1.63 | - |
| YUV | 85.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 11 | 0 | 0.72 | 0.94 | 0.28 | 13.95 | 0.89 | 0.38 |
| Hex | B7 | 33 | B | 0 | 48 | 5E | 1C | E | 59 | 26 |
| Octal | 267 | 63 | 13 | 0 | 110 | 136 | 34 | 16 | 131 | 46 |
| Binary | 10110111 | 110011 | 1011 | 0 | 1001000 | 1011110 | 11100 | 1110 | 1011001 | 100110 |
Color Harmonies of #B7330B
Complementary color
Monochromatic Colors of #B7330B
Black with #B7330B
Text Example
Text Example
White with #B7330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7330B; }
p { color: rgb(183,51,11); }
H1.HeaderClassName
{
color: #B7330B;
}
.AnyTagClassName
{
color: #B7330B;
}
</style>
background-color css
<style>
a { background-color: #B7330B; }
a { background-color: rgb(183,51,11); }
div.DivClassName
{
background-color: #B7330B;
}
.BgClassName
{
background-color: #B7330B;
}
</style>
border-color css
<style>
span { border-color: #B7330B; }
span { border-color: rgb(183,51,11); }
td.TdClassName
{
border-color: #B7330B;
}
.TagClassName
{
border-color: #B7330B;
}
</style>