Shades of Rust #B74100
Tints of Rust #B74100
RGB
CMYK
RGB Variations
Color information
#B74100 (or 0xB74100) is known color: Rust. HEX triplet: B7, 41 and 00. RGB value is (183,65,0). Sum of RGB (Red+Green+Blue) = 183+65+0=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B74100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74100 is #48BEFF. Grayscale: #5D5D5D. Windows color (decimal): -4767488 or 16823. OLE color: 16823.
HSL color Cylindrical-coordinate representation of color #B74100: hue angle of 21.31º 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 #B74100 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.28 |
| HSL | 21.31º | 1% | 0.36% | - |
| HSV(B) | 21.31º | 1% | 0.72% | - |
| XYZ | 21.42 | 13.85 | 1.54 | - |
| YUV | 92.87 | 75.59 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 0 | 0 | 0.64 | 1 | 0.28 | 21.31 | 1 | 0.36 |
| Hex | B7 | 41 | 0 | 0 | 40 | 64 | 1C | 15 | 64 | 24 |
| Octal | 267 | 101 | 0 | 0 | 100 | 144 | 34 | 25 | 144 | 44 |
| Binary | 10110111 | 1000001 | 0 | 0 | 1000000 | 1100100 | 11100 | 10101 | 1100100 | 100100 |
Color Harmonies of #B74100
Complementary color
Monochromatic Colors of #B74100
Black with #B74100
Text Example
Text Example
White with #B74100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74100; }
p { color: rgb(183,65,0); }
H1.HeaderClassName
{
color: #B74100;
}
.AnyTagClassName
{
color: #B74100;
}
</style>
background-color css
<style>
a { background-color: #B74100; }
a { background-color: rgb(183,65,0); }
div.DivClassName
{
background-color: #B74100;
}
.BgClassName
{
background-color: #B74100;
}
</style>
border-color css
<style>
span { border-color: #B74100; }
span { border-color: rgb(183,65,0); }
td.TdClassName
{
border-color: #B74100;
}
.TagClassName
{
border-color: #B74100;
}
</style>