Shades of Rust #B74500
Tints of Rust #B74500
RGB
CMYK
RGB Variations
Color information
#B74500 (or 0xB74500) is known color: Rust. HEX triplet: B7, 45 and 00. RGB value is (183,69,0). Sum of RGB (Red+Green+Blue) = 183+69+0=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B74500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74500 is #48BAFF. Grayscale: #5F5F5F. Windows color (decimal): -4766464 or 17847. OLE color: 17847.
HSL color Cylindrical-coordinate representation of color #B74500: hue angle of 22.62º 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 #B74500 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.28 |
| HSL | 22.62º | 1% | 0.36% | - |
| HSV(B) | 22.62º | 1% | 0.72% | - |
| XYZ | 21.66 | 14.32 | 1.62 | - |
| YUV | 95.22 | 74.27 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 0 | 0 | 0.62 | 1 | 0.28 | 22.62 | 1 | 0.36 |
| Hex | B7 | 45 | 0 | 0 | 3E | 64 | 1C | 17 | 64 | 24 |
| Octal | 267 | 105 | 0 | 0 | 76 | 144 | 34 | 27 | 144 | 44 |
| Binary | 10110111 | 1000101 | 0 | 0 | 111110 | 1100100 | 11100 | 10111 | 1100100 | 100100 |
Color Harmonies of #B74500
Complementary color
Monochromatic Colors of #B74500
Black with #B74500
Text Example
Text Example
White with #B74500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74500; }
p { color: rgb(183,69,0); }
H1.HeaderClassName
{
color: #B74500;
}
.AnyTagClassName
{
color: #B74500;
}
</style>
background-color css
<style>
a { background-color: #B74500; }
a { background-color: rgb(183,69,0); }
div.DivClassName
{
background-color: #B74500;
}
.BgClassName
{
background-color: #B74500;
}
</style>
border-color css
<style>
span { border-color: #B74500; }
span { border-color: rgb(183,69,0); }
td.TdClassName
{
border-color: #B74500;
}
.TagClassName
{
border-color: #B74500;
}
</style>