Shades of Rust #B35407
Tints of Rust #B35407
RGB
CMYK
RGB Variations
Color information
#B35407 (or 0xB35407) is known color: Rust. HEX triplet: B3, 54 and 07. RGB value is (179,84,7). Sum of RGB (Red+Green+Blue) = 179+84+7=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B35407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35407 is #4CABF8. Grayscale: #686868. Windows color (decimal): -5024761 or 480435. OLE color: 480435.
HSL color Cylindrical-coordinate representation of color #B35407: hue angle of 26.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 #B35407 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 84 | 7 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.30 |
| HSL | 26.86º | 0.92% | 0.36% | - |
| HSV(B) | 26.86º | 0.96% | 0.7% | - |
| XYZ | 21.8 | 15.94 | 2.13 | - |
| YUV | 103.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 84 | 7 | 0 | 0.53 | 0.96 | 0.30 | 26.86 | 0.92 | 0.36 |
| Hex | B3 | 54 | 7 | 0 | 35 | 60 | 1E | 1B | 5C | 24 |
| Octal | 263 | 124 | 7 | 0 | 65 | 140 | 36 | 33 | 134 | 44 |
| Binary | 10110011 | 1010100 | 111 | 0 | 110101 | 1100000 | 11110 | 11011 | 1011100 | 100100 |
Color Harmonies of #B35407
Complementary color
Monochromatic Colors of #B35407
Black with #B35407
Text Example
Text Example
White with #B35407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35407; }
p { color: rgb(179,84,7); }
H1.HeaderClassName
{
color: #B35407;
}
.AnyTagClassName
{
color: #B35407;
}
</style>
background-color css
<style>
a { background-color: #B35407; }
a { background-color: rgb(179,84,7); }
div.DivClassName
{
background-color: #B35407;
}
.BgClassName
{
background-color: #B35407;
}
</style>
border-color css
<style>
span { border-color: #B35407; }
span { border-color: rgb(179,84,7); }
td.TdClassName
{
border-color: #B35407;
}
.TagClassName
{
border-color: #B35407;
}
</style>