Shades of Rust #B32907
Tints of Rust #B32907
RGB
CMYK
RGB Variations
Color information
#B32907 (or 0xB32907) is known color: Rust. HEX triplet: B3, 29 and 07. RGB value is (179,41,7). Sum of RGB (Red+Green+Blue) = 179+41+7=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B32907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32907 is #4CD6F8. Grayscale: #4E4E4E. Windows color (decimal): -5035769 or 469427. OLE color: 469427.
HSL color Cylindrical-coordinate representation of color #B32907: hue angle of 11.86º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B32907 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 7 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.30 |
| HSL | 11.86º | 0.92% | 0.36% | - |
| HSV(B) | 11.86º | 0.96% | 0.7% | - |
| XYZ | 19.42 | 11.18 | 1.34 | - |
| YUV | 78.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 7 | 0 | 0.77 | 0.96 | 0.30 | 11.86 | 0.92 | 0.36 |
| Hex | B3 | 29 | 7 | 0 | 4D | 60 | 1E | C | 5C | 24 |
| Octal | 263 | 51 | 7 | 0 | 115 | 140 | 36 | 14 | 134 | 44 |
| Binary | 10110011 | 101001 | 111 | 0 | 1001101 | 1100000 | 11110 | 1100 | 1011100 | 100100 |
Color Harmonies of #B32907
Complementary color
Monochromatic Colors of #B32907
Black with #B32907
Text Example
Text Example
White with #B32907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32907; }
p { color: rgb(179,41,7); }
H1.HeaderClassName
{
color: #B32907;
}
.AnyTagClassName
{
color: #B32907;
}
</style>
background-color css
<style>
a { background-color: #B32907; }
a { background-color: rgb(179,41,7); }
div.DivClassName
{
background-color: #B32907;
}
.BgClassName
{
background-color: #B32907;
}
</style>
border-color css
<style>
span { border-color: #B32907; }
span { border-color: rgb(179,41,7); }
td.TdClassName
{
border-color: #B32907;
}
.TagClassName
{
border-color: #B32907;
}
</style>