Shades of Rust #B65007
Tints of Rust #B65007
RGB
CMYK
RGB Variations
Color information
#B65007 (or 0xB65007) is known color: Rust. HEX triplet: B6, 50 and 07. RGB value is (182,80,7). Sum of RGB (Red+Green+Blue) = 182+80+7=269 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.66% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 182 - color contains mainly: red. Hex color #B65007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65007 is #49AFF8. Grayscale: #666666. Windows color (decimal): -4829177 or 479414. OLE color: 479414.
HSL color Cylindrical-coordinate representation of color #B65007: hue angle of 25.03º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B65007 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 80 | 7 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.29 |
| HSL | 25.03º | 0.93% | 0.37% | - |
| HSV(B) | 25.03º | 0.96% | 0.71% | - |
| XYZ | 22.2 | 15.7 | 2.06 | - |
| YUV | 102.18 | 74.29 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 7 | 0 | 0.56 | 0.96 | 0.29 | 25.03 | 0.93 | 0.37 |
| Hex | B6 | 50 | 7 | 0 | 38 | 60 | 1D | 19 | 5D | 25 |
| Octal | 266 | 120 | 7 | 0 | 70 | 140 | 35 | 31 | 135 | 45 |
| Binary | 10110110 | 1010000 | 111 | 0 | 111000 | 1100000 | 11101 | 11001 | 1011101 | 100101 |
Color Harmonies of #B65007
Complementary color
Monochromatic Colors of #B65007
Black with #B65007
Text Example
Text Example
White with #B65007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65007; }
p { color: rgb(182,80,7); }
H1.HeaderClassName
{
color: #B65007;
}
.AnyTagClassName
{
color: #B65007;
}
</style>
background-color css
<style>
a { background-color: #B65007; }
a { background-color: rgb(182,80,7); }
div.DivClassName
{
background-color: #B65007;
}
.BgClassName
{
background-color: #B65007;
}
</style>
border-color css
<style>
span { border-color: #B65007; }
span { border-color: rgb(182,80,7); }
td.TdClassName
{
border-color: #B65007;
}
.TagClassName
{
border-color: #B65007;
}
</style>