Shades of Rust #B74E00
Tints of Rust #B74E00
RGB
CMYK
RGB Variations
Color information
#B74E00 (or 0xB74E00) is known color: Rust. HEX triplet: B7, 4E and 00. RGB value is (183,78,0). Sum of RGB (Red+Green+Blue) = 183+78+0=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74E00 is #48B1FF. Grayscale: #646464. Windows color (decimal): -4764160 or 20151. OLE color: 20151.
HSL color Cylindrical-coordinate representation of color #B74E00: hue angle of 25.57º 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 #B74E00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 78 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.28 |
| HSL | 25.57º | 1% | 0.36% | - |
| HSV(B) | 25.57º | 1% | 0.72% | - |
| XYZ | 22.25 | 15.52 | 1.82 | - |
| YUV | 100.5 | 71.29 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 0 | 0 | 0.57 | 1 | 0.28 | 25.57 | 1 | 0.36 |
| Hex | B7 | 4E | 0 | 0 | 39 | 64 | 1C | 1A | 64 | 24 |
| Octal | 267 | 116 | 0 | 0 | 71 | 144 | 34 | 32 | 144 | 44 |
| Binary | 10110111 | 1001110 | 0 | 0 | 111001 | 1100100 | 11100 | 11010 | 1100100 | 100100 |
Color Harmonies of #B74E00
Complementary color
Monochromatic Colors of #B74E00
Black with #B74E00
Text Example
Text Example
White with #B74E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74E00; }
p { color: rgb(183,78,0); }
H1.HeaderClassName
{
color: #B74E00;
}
.AnyTagClassName
{
color: #B74E00;
}
</style>
background-color css
<style>
a { background-color: #B74E00; }
a { background-color: rgb(183,78,0); }
div.DivClassName
{
background-color: #B74E00;
}
.BgClassName
{
background-color: #B74E00;
}
</style>
border-color css
<style>
span { border-color: #B74E00; }
span { border-color: rgb(183,78,0); }
td.TdClassName
{
border-color: #B74E00;
}
.TagClassName
{
border-color: #B74E00;
}
</style>