Shades of Rust #B74D07
Tints of Rust #B74D07
RGB
CMYK
RGB Variations
Color information
#B74D07 (or 0xB74D07) is known color: Rust. HEX triplet: B7, 4D and 07. RGB value is (183,77,7). Sum of RGB (Red+Green+Blue) = 183+77+7=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74D07 is #48B2F8. Grayscale: #656565. Windows color (decimal): -4764409 or 478647. OLE color: 478647.
HSL color Cylindrical-coordinate representation of color #B74D07: hue angle of 23.86º 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 #B74D07 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.28 |
| HSL | 23.86º | 0.93% | 0.37% | - |
| HSV(B) | 23.86º | 0.96% | 0.72% | - |
| XYZ | 22.22 | 15.39 | 2 | - |
| YUV | 100.71 | 75.12 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 7 | 0 | 0.58 | 0.96 | 0.28 | 23.86 | 0.93 | 0.37 |
| Hex | B7 | 4D | 7 | 0 | 3A | 60 | 1C | 18 | 5D | 25 |
| Octal | 267 | 115 | 7 | 0 | 72 | 140 | 34 | 30 | 135 | 45 |
| Binary | 10110111 | 1001101 | 111 | 0 | 111010 | 1100000 | 11100 | 11000 | 1011101 | 100101 |
Color Harmonies of #B74D07
Complementary color
Monochromatic Colors of #B74D07
Black with #B74D07
Text Example
Text Example
White with #B74D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D07; }
p { color: rgb(183,77,7); }
H1.HeaderClassName
{
color: #B74D07;
}
.AnyTagClassName
{
color: #B74D07;
}
</style>
background-color css
<style>
a { background-color: #B74D07; }
a { background-color: rgb(183,77,7); }
div.DivClassName
{
background-color: #B74D07;
}
.BgClassName
{
background-color: #B74D07;
}
</style>
border-color css
<style>
span { border-color: #B74D07; }
span { border-color: rgb(183,77,7); }
td.TdClassName
{
border-color: #B74D07;
}
.TagClassName
{
border-color: #B74D07;
}
</style>