Shades of Rust #B75007
Tints of Rust #B75007
RGB
CMYK
RGB Variations
Color information
#B75007 (or 0xB75007) is known color: Rust. HEX triplet: B7, 50 and 07. RGB value is (183,80,7). Sum of RGB (Red+Green+Blue) = 183+80+7=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B75007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75007 is #48AFF8. Grayscale: #666666. Windows color (decimal): -4763641 or 479415. OLE color: 479415.
HSL color Cylindrical-coordinate representation of color #B75007: hue angle of 24.89º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B75007 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 80 | 7 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.28 |
| HSL | 24.89º | 0.93% | 0.37% | - |
| HSV(B) | 24.89º | 0.96% | 0.72% | - |
| XYZ | 22.44 | 15.82 | 2.07 | - |
| YUV | 102.48 | 74.12 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 7 | 0 | 0.56 | 0.96 | 0.28 | 24.89 | 0.93 | 0.37 |
| Hex | B7 | 50 | 7 | 0 | 38 | 60 | 1C | 19 | 5D | 25 |
| Octal | 267 | 120 | 7 | 0 | 70 | 140 | 34 | 31 | 135 | 45 |
| Binary | 10110111 | 1010000 | 111 | 0 | 111000 | 1100000 | 11100 | 11001 | 1011101 | 100101 |
Color Harmonies of #B75007
Complementary color
Monochromatic Colors of #B75007
Black with #B75007
Text Example
Text Example
White with #B75007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75007; }
p { color: rgb(183,80,7); }
H1.HeaderClassName
{
color: #B75007;
}
.AnyTagClassName
{
color: #B75007;
}
</style>
background-color css
<style>
a { background-color: #B75007; }
a { background-color: rgb(183,80,7); }
div.DivClassName
{
background-color: #B75007;
}
.BgClassName
{
background-color: #B75007;
}
</style>
border-color css
<style>
span { border-color: #B75007; }
span { border-color: rgb(183,80,7); }
td.TdClassName
{
border-color: #B75007;
}
.TagClassName
{
border-color: #B75007;
}
</style>