Shades of Rust #B34007
Tints of Rust #B34007
RGB
CMYK
RGB Variations
Color information
#B34007 (or 0xB34007) is known color: Rust. HEX triplet: B3, 40 and 07. RGB value is (179,64,7). Sum of RGB (Red+Green+Blue) = 179+64+7=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B34007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34007 is #4CBFF8. Grayscale: #5C5C5C. Windows color (decimal): -5029881 or 475315. OLE color: 475315.
HSL color Cylindrical-coordinate representation of color #B34007: hue angle of 19.88º 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 #B34007 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.30 |
| HSL | 19.88º | 0.92% | 0.36% | - |
| HSV(B) | 19.88º | 0.96% | 0.7% | - |
| XYZ | 20.46 | 13.27 | 1.68 | - |
| YUV | 91.89 | 80.1 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 7 | 0 | 0.64 | 0.96 | 0.30 | 19.88 | 0.92 | 0.36 |
| Hex | B3 | 40 | 7 | 0 | 40 | 60 | 1E | 14 | 5C | 24 |
| Octal | 263 | 100 | 7 | 0 | 100 | 140 | 36 | 24 | 134 | 44 |
| Binary | 10110011 | 1000000 | 111 | 0 | 1000000 | 1100000 | 11110 | 10100 | 1011100 | 100100 |
Color Harmonies of #B34007
Complementary color
Monochromatic Colors of #B34007
Black with #B34007
Text Example
Text Example
White with #B34007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34007; }
p { color: rgb(179,64,7); }
H1.HeaderClassName
{
color: #B34007;
}
.AnyTagClassName
{
color: #B34007;
}
</style>
background-color css
<style>
a { background-color: #B34007; }
a { background-color: rgb(179,64,7); }
div.DivClassName
{
background-color: #B34007;
}
.BgClassName
{
background-color: #B34007;
}
</style>
border-color css
<style>
span { border-color: #B34007; }
span { border-color: rgb(179,64,7); }
td.TdClassName
{
border-color: #B34007;
}
.TagClassName
{
border-color: #B34007;
}
</style>