Shades of Rust #B7320C
Tints of Rust #B7320C
RGB
CMYK
RGB Variations
Color information
#B7320C (or 0xB7320C) is known color: Rust. HEX triplet: B7, 32 and 0C. RGB value is (183,50,12). Sum of RGB (Red+Green+Blue) = 183+50+12=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7320C is #48CDF3. Grayscale: #555555. Windows color (decimal): -4771316 or 799415. OLE color: 799415.
HSL color Cylindrical-coordinate representation of color #B7320C: hue angle of 13.33º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7320C is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 12 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.28 |
| HSL | 13.33º | 0.88% | 0.38% | - |
| HSV(B) | 13.33º | 0.93% | 0.72% | - |
| XYZ | 20.74 | 12.38 | 1.64 | - |
| YUV | 85.44 | 86.56 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 12 | 0 | 0.73 | 0.93 | 0.28 | 13.33 | 0.88 | 0.38 |
| Hex | B7 | 32 | C | 0 | 49 | 5D | 1C | D | 58 | 26 |
| Octal | 267 | 62 | 14 | 0 | 111 | 135 | 34 | 15 | 130 | 46 |
| Binary | 10110111 | 110010 | 1100 | 0 | 1001001 | 1011101 | 11100 | 1101 | 1011000 | 100110 |
Color Harmonies of #B7320C
Complementary color
Monochromatic Colors of #B7320C
Black with #B7320C
Text Example
Text Example
White with #B7320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7320C; }
p { color: rgb(183,50,12); }
H1.HeaderClassName
{
color: #B7320C;
}
.AnyTagClassName
{
color: #B7320C;
}
</style>
background-color css
<style>
a { background-color: #B7320C; }
a { background-color: rgb(183,50,12); }
div.DivClassName
{
background-color: #B7320C;
}
.BgClassName
{
background-color: #B7320C;
}
</style>
border-color css
<style>
span { border-color: #B7320C; }
span { border-color: rgb(183,50,12); }
td.TdClassName
{
border-color: #B7320C;
}
.TagClassName
{
border-color: #B7320C;
}
</style>