Shades of Rust #B74D00
Tints of Rust #B74D00
RGB
CMYK
RGB Variations
Color information
#B74D00 (or 0xB74D00) is known color: Rust. HEX triplet: B7, 4D and 00. RGB value is (183,77,0). Sum of RGB (Red+Green+Blue) = 183+77+0=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74D00 is #48B2FF. Grayscale: #646464. Windows color (decimal): -4764416 or 19895. OLE color: 19895.
HSL color Cylindrical-coordinate representation of color #B74D00: hue angle of 25.25º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B74D00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.28 |
| HSL | 25.25º | 1% | 0.36% | - |
| HSV(B) | 25.25º | 1% | 0.72% | - |
| XYZ | 22.18 | 15.38 | 1.8 | - |
| YUV | 99.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 0 | 0 | 0.58 | 1 | 0.28 | 25.25 | 1 | 0.36 |
| Hex | B7 | 4D | 0 | 0 | 3A | 64 | 1C | 19 | 64 | 24 |
| Octal | 267 | 115 | 0 | 0 | 72 | 144 | 34 | 31 | 144 | 44 |
| Binary | 10110111 | 1001101 | 0 | 0 | 111010 | 1100100 | 11100 | 11001 | 1100100 | 100100 |
Color Harmonies of #B74D00
Complementary color
Monochromatic Colors of #B74D00
Black with #B74D00
Text Example
Text Example
White with #B74D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D00; }
p { color: rgb(183,77,0); }
H1.HeaderClassName
{
color: #B74D00;
}
.AnyTagClassName
{
color: #B74D00;
}
</style>
background-color css
<style>
a { background-color: #B74D00; }
a { background-color: rgb(183,77,0); }
div.DivClassName
{
background-color: #B74D00;
}
.BgClassName
{
background-color: #B74D00;
}
</style>
border-color css
<style>
span { border-color: #B74D00; }
span { border-color: rgb(183,77,0); }
td.TdClassName
{
border-color: #B74D00;
}
.TagClassName
{
border-color: #B74D00;
}
</style>