Shades of Rust #B74801
Tints of Rust #B74801
RGB
CMYK
RGB Variations
Color information
#B74801 (or 0xB74801) is known color: Rust. HEX triplet: B7, 48 and 01. RGB value is (183,72,1). Sum of RGB (Red+Green+Blue) = 183+72+1=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B74801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74801 is #48B7FE. Grayscale: #616161. Windows color (decimal): -4765695 or 84151. OLE color: 84151.
HSL color Cylindrical-coordinate representation of color #B74801: hue angle of 23.41º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B74801 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.28 |
| HSL | 23.41º | 0.99% | 0.36% | - |
| HSV(B) | 23.41º | 0.99% | 0.72% | - |
| XYZ | 21.85 | 14.7 | 1.72 | - |
| YUV | 97.1 | 73.77 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 1 | 0 | 0.61 | 0.99 | 0.28 | 23.41 | 0.99 | 0.36 |
| Hex | B7 | 48 | 1 | 0 | 3D | 63 | 1C | 17 | 63 | 24 |
| Octal | 267 | 110 | 1 | 0 | 75 | 143 | 34 | 27 | 143 | 44 |
| Binary | 10110111 | 1001000 | 1 | 0 | 111101 | 1100011 | 11100 | 10111 | 1100011 | 100100 |
Color Harmonies of #B74801
Complementary color
Monochromatic Colors of #B74801
Black with #B74801
Text Example
Text Example
White with #B74801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74801; }
p { color: rgb(183,72,1); }
H1.HeaderClassName
{
color: #B74801;
}
.AnyTagClassName
{
color: #B74801;
}
</style>
background-color css
<style>
a { background-color: #B74801; }
a { background-color: rgb(183,72,1); }
div.DivClassName
{
background-color: #B74801;
}
.BgClassName
{
background-color: #B74801;
}
</style>
border-color css
<style>
span { border-color: #B74801; }
span { border-color: rgb(183,72,1); }
td.TdClassName
{
border-color: #B74801;
}
.TagClassName
{
border-color: #B74801;
}
</style>