Shades of Rust #B74B07
Tints of Rust #B74B07
RGB
CMYK
RGB Variations
Color information
#B74B07 (or 0xB74B07) is known color: Rust. HEX triplet: B7, 4B and 07. RGB value is (183,75,7). Sum of RGB (Red+Green+Blue) = 183+75+7=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74B07 is #48B4F8. Grayscale: #636363. Windows color (decimal): -4764921 or 478135. OLE color: 478135.
HSL color Cylindrical-coordinate representation of color #B74B07: hue angle of 23.18º 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 #B74B07 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 7 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.28 |
| HSL | 23.18º | 0.93% | 0.37% | - |
| HSV(B) | 23.18º | 0.96% | 0.72% | - |
| XYZ | 22.08 | 15.11 | 1.95 | - |
| YUV | 99.54 | 75.78 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 7 | 0 | 0.59 | 0.96 | 0.28 | 23.18 | 0.93 | 0.37 |
| Hex | B7 | 4B | 7 | 0 | 3B | 60 | 1C | 17 | 5D | 25 |
| Octal | 267 | 113 | 7 | 0 | 73 | 140 | 34 | 27 | 135 | 45 |
| Binary | 10110111 | 1001011 | 111 | 0 | 111011 | 1100000 | 11100 | 10111 | 1011101 | 100101 |
Color Harmonies of #B74B07
Complementary color
Monochromatic Colors of #B74B07
Black with #B74B07
Text Example
Text Example
White with #B74B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B07; }
p { color: rgb(183,75,7); }
H1.HeaderClassName
{
color: #B74B07;
}
.AnyTagClassName
{
color: #B74B07;
}
</style>
background-color css
<style>
a { background-color: #B74B07; }
a { background-color: rgb(183,75,7); }
div.DivClassName
{
background-color: #B74B07;
}
.BgClassName
{
background-color: #B74B07;
}
</style>
border-color css
<style>
span { border-color: #B74B07; }
span { border-color: rgb(183,75,7); }
td.TdClassName
{
border-color: #B74B07;
}
.TagClassName
{
border-color: #B74B07;
}
</style>