Shades of Rust #B75407
Tints of Rust #B75407
RGB
CMYK
RGB Variations
Color information
#B75407 (or 0xB75407) is known color: Rust. HEX triplet: B7, 54 and 07. RGB value is (183,84,7). Sum of RGB (Red+Green+Blue) = 183+84+7=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B75407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75407 is #48ABF8. Grayscale: #696969. Windows color (decimal): -4762617 or 480439. OLE color: 480439.
HSL color Cylindrical-coordinate representation of color #B75407: hue angle of 26.25º 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 #B75407 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 7 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.28 |
| HSL | 26.25º | 0.93% | 0.37% | - |
| HSV(B) | 26.25º | 0.96% | 0.72% | - |
| XYZ | 22.74 | 16.42 | 2.17 | - |
| YUV | 104.82 | 72.8 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 7 | 0 | 0.54 | 0.96 | 0.28 | 26.25 | 0.93 | 0.37 |
| Hex | B7 | 54 | 7 | 0 | 36 | 60 | 1C | 1A | 5D | 25 |
| Octal | 267 | 124 | 7 | 0 | 66 | 140 | 34 | 32 | 135 | 45 |
| Binary | 10110111 | 1010100 | 111 | 0 | 110110 | 1100000 | 11100 | 11010 | 1011101 | 100101 |
Color Harmonies of #B75407
Complementary color
Monochromatic Colors of #B75407
Black with #B75407
Text Example
Text Example
White with #B75407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75407; }
p { color: rgb(183,84,7); }
H1.HeaderClassName
{
color: #B75407;
}
.AnyTagClassName
{
color: #B75407;
}
</style>
background-color css
<style>
a { background-color: #B75407; }
a { background-color: rgb(183,84,7); }
div.DivClassName
{
background-color: #B75407;
}
.BgClassName
{
background-color: #B75407;
}
</style>
border-color css
<style>
span { border-color: #B75407; }
span { border-color: rgb(183,84,7); }
td.TdClassName
{
border-color: #B75407;
}
.TagClassName
{
border-color: #B75407;
}
</style>