Shades of Rust #B74905
Tints of Rust #B74905
RGB
CMYK
RGB Variations
Color information
#B74905 (or 0xB74905) is known color: Rust. HEX triplet: B7, 49 and 05. RGB value is (183,73,5). Sum of RGB (Red+Green+Blue) = 183+73+5=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B74905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74905 is #48B6FA. Grayscale: #626262. Windows color (decimal): -4765435 or 346551. OLE color: 346551.
HSL color Cylindrical-coordinate representation of color #B74905: hue angle of 22.92º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B74905 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.28 |
| HSL | 22.92º | 0.95% | 0.37% | - |
| HSV(B) | 22.92º | 0.97% | 0.72% | - |
| XYZ | 21.94 | 14.84 | 1.85 | - |
| YUV | 98.14 | 75.44 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 5 | 0 | 0.60 | 0.97 | 0.28 | 22.92 | 0.95 | 0.37 |
| Hex | B7 | 49 | 5 | 0 | 3C | 61 | 1C | 17 | 5F | 25 |
| Octal | 267 | 111 | 5 | 0 | 74 | 141 | 34 | 27 | 137 | 45 |
| Binary | 10110111 | 1001001 | 101 | 0 | 111100 | 1100001 | 11100 | 10111 | 1011111 | 100101 |
Color Harmonies of #B74905
Complementary color
Monochromatic Colors of #B74905
Black with #B74905
Text Example
Text Example
White with #B74905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74905; }
p { color: rgb(183,73,5); }
H1.HeaderClassName
{
color: #B74905;
}
.AnyTagClassName
{
color: #B74905;
}
</style>
background-color css
<style>
a { background-color: #B74905; }
a { background-color: rgb(183,73,5); }
div.DivClassName
{
background-color: #B74905;
}
.BgClassName
{
background-color: #B74905;
}
</style>
border-color css
<style>
span { border-color: #B74905; }
span { border-color: rgb(183,73,5); }
td.TdClassName
{
border-color: #B74905;
}
.TagClassName
{
border-color: #B74905;
}
</style>