Shades of Rust #B74907
Tints of Rust #B74907
RGB
CMYK
RGB Variations
Color information
#B74907 (or 0xB74907) is known color: Rust. HEX triplet: B7, 49 and 07. RGB value is (183,73,7). Sum of RGB (Red+Green+Blue) = 183+73+7=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B74907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74907 is #48B6F8. Grayscale: #626262. Windows color (decimal): -4765433 or 477623. OLE color: 477623.
HSL color Cylindrical-coordinate representation of color #B74907: hue angle of 22.5º 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 #B74907 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.28 |
| HSL | 22.5º | 0.93% | 0.37% | - |
| HSV(B) | 22.5º | 0.96% | 0.72% | - |
| XYZ | 21.95 | 14.85 | 1.91 | - |
| YUV | 98.37 | 76.44 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 7 | 0 | 0.60 | 0.96 | 0.28 | 22.5 | 0.93 | 0.37 |
| Hex | B7 | 49 | 7 | 0 | 3C | 60 | 1C | 16 | 5D | 25 |
| Octal | 267 | 111 | 7 | 0 | 74 | 140 | 34 | 26 | 135 | 45 |
| Binary | 10110111 | 1001001 | 111 | 0 | 111100 | 1100000 | 11100 | 10110 | 1011101 | 100101 |
Color Harmonies of #B74907
Complementary color
Monochromatic Colors of #B74907
Black with #B74907
Text Example
Text Example
White with #B74907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74907; }
p { color: rgb(183,73,7); }
H1.HeaderClassName
{
color: #B74907;
}
.AnyTagClassName
{
color: #B74907;
}
</style>
background-color css
<style>
a { background-color: #B74907; }
a { background-color: rgb(183,73,7); }
div.DivClassName
{
background-color: #B74907;
}
.BgClassName
{
background-color: #B74907;
}
</style>
border-color css
<style>
span { border-color: #B74907; }
span { border-color: rgb(183,73,7); }
td.TdClassName
{
border-color: #B74907;
}
.TagClassName
{
border-color: #B74907;
}
</style>