Shades of Rust #B74306
Tints of Rust #B74306
RGB
CMYK
RGB Variations
Color information
#B74306 (or 0xB74306) is known color: Rust. HEX triplet: B7, 43 and 06. RGB value is (183,67,6). Sum of RGB (Red+Green+Blue) = 183+67+6=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B74306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74306 is #48BCF9. Grayscale: #5F5F5F. Windows color (decimal): -4766970 or 410551. OLE color: 410551.
HSL color Cylindrical-coordinate representation of color #B74306: hue angle of 20.68º 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 #B74306 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.28 |
| HSL | 20.68º | 0.94% | 0.37% | - |
| HSV(B) | 20.68º | 0.97% | 0.72% | - |
| XYZ | 21.57 | 14.09 | 1.76 | - |
| YUV | 94.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 6 | 0 | 0.63 | 0.97 | 0.28 | 20.68 | 0.94 | 0.37 |
| Hex | B7 | 43 | 6 | 0 | 3F | 61 | 1C | 15 | 5E | 25 |
| Octal | 267 | 103 | 6 | 0 | 77 | 141 | 34 | 25 | 136 | 45 |
| Binary | 10110111 | 1000011 | 110 | 0 | 111111 | 1100001 | 11100 | 10101 | 1011110 | 100101 |
Color Harmonies of #B74306
Complementary color
Monochromatic Colors of #B74306
Black with #B74306
Text Example
Text Example
White with #B74306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74306; }
p { color: rgb(183,67,6); }
H1.HeaderClassName
{
color: #B74306;
}
.AnyTagClassName
{
color: #B74306;
}
</style>
background-color css
<style>
a { background-color: #B74306; }
a { background-color: rgb(183,67,6); }
div.DivClassName
{
background-color: #B74306;
}
.BgClassName
{
background-color: #B74306;
}
</style>
border-color css
<style>
span { border-color: #B74306; }
span { border-color: rgb(183,67,6); }
td.TdClassName
{
border-color: #B74306;
}
.TagClassName
{
border-color: #B74306;
}
</style>