Shades of Rust #B73201
Tints of Rust #B73201
RGB
CMYK
RGB Variations
Color information
#B73201 (or 0xB73201) is known color: Rust. HEX triplet: B7, 32 and 01. RGB value is (183,50,1). Sum of RGB (Red+Green+Blue) = 183+50+1=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B73201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73201 is #48CDFE. Grayscale: #545454. Windows color (decimal): -4771327 or 78519. OLE color: 78519.
HSL color Cylindrical-coordinate representation of color #B73201: hue angle of 16.15º 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 #B73201 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.28 |
| HSL | 16.15º | 0.99% | 0.36% | - |
| HSV(B) | 16.15º | 0.99% | 0.72% | - |
| XYZ | 20.67 | 12.35 | 1.32 | - |
| YUV | 84.18 | 81.06 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 1 | 0 | 0.73 | 0.99 | 0.28 | 16.15 | 0.99 | 0.36 |
| Hex | B7 | 32 | 1 | 0 | 49 | 63 | 1C | 10 | 63 | 24 |
| Octal | 267 | 62 | 1 | 0 | 111 | 143 | 34 | 20 | 143 | 44 |
| Binary | 10110111 | 110010 | 1 | 0 | 1001001 | 1100011 | 11100 | 10000 | 1100011 | 100100 |
Color Harmonies of #B73201
Complementary color
Monochromatic Colors of #B73201
Black with #B73201
Text Example
Text Example
White with #B73201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73201; }
p { color: rgb(183,50,1); }
H1.HeaderClassName
{
color: #B73201;
}
.AnyTagClassName
{
color: #B73201;
}
</style>
background-color css
<style>
a { background-color: #B73201; }
a { background-color: rgb(183,50,1); }
div.DivClassName
{
background-color: #B73201;
}
.BgClassName
{
background-color: #B73201;
}
</style>
border-color css
<style>
span { border-color: #B73201; }
span { border-color: rgb(183,50,1); }
td.TdClassName
{
border-color: #B73201;
}
.TagClassName
{
border-color: #B73201;
}
</style>