Shades of Rust #B74D06
Tints of Rust #B74D06
RGB
CMYK
RGB Variations
Color information
#B74D06 (or 0xB74D06) is known color: Rust. HEX triplet: B7, 4D and 06. RGB value is (183,77,6). Sum of RGB (Red+Green+Blue) = 183+77+6=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74D06 is #48B2F9. Grayscale: #646464. Windows color (decimal): -4764410 or 413111. OLE color: 413111.
HSL color Cylindrical-coordinate representation of color #B74D06: hue angle of 24.07º degrees, saturation: 0.94, 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 #B74D06 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 6 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.28 |
| HSL | 24.07º | 0.94% | 0.37% | - |
| HSV(B) | 24.07º | 0.97% | 0.72% | - |
| XYZ | 22.22 | 15.39 | 1.97 | - |
| YUV | 100.6 | 74.62 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 6 | 0 | 0.58 | 0.97 | 0.28 | 24.07 | 0.94 | 0.37 |
| Hex | B7 | 4D | 6 | 0 | 3A | 61 | 1C | 18 | 5E | 25 |
| Octal | 267 | 115 | 6 | 0 | 72 | 141 | 34 | 30 | 136 | 45 |
| Binary | 10110111 | 1001101 | 110 | 0 | 111010 | 1100001 | 11100 | 11000 | 1011110 | 100101 |
Color Harmonies of #B74D06
Complementary color
Monochromatic Colors of #B74D06
Black with #B74D06
Text Example
Text Example
White with #B74D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D06; }
p { color: rgb(183,77,6); }
H1.HeaderClassName
{
color: #B74D06;
}
.AnyTagClassName
{
color: #B74D06;
}
</style>
background-color css
<style>
a { background-color: #B74D06; }
a { background-color: rgb(183,77,6); }
div.DivClassName
{
background-color: #B74D06;
}
.BgClassName
{
background-color: #B74D06;
}
</style>
border-color css
<style>
span { border-color: #B74D06; }
span { border-color: rgb(183,77,6); }
td.TdClassName
{
border-color: #B74D06;
}
.TagClassName
{
border-color: #B74D06;
}
</style>