Shades of Rust #B73905
Tints of Rust #B73905
RGB
CMYK
RGB Variations
Color information
#B73905 (or 0xB73905) is known color: Rust. HEX triplet: B7, 39 and 05. RGB value is (183,57,5). Sum of RGB (Red+Green+Blue) = 183+57+5=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B73905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73905 is #48C6FA. Grayscale: #595959. Windows color (decimal): -4769531 or 342455. OLE color: 342455.
HSL color Cylindrical-coordinate representation of color #B73905: hue angle of 17.53º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B73905 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.28 |
| HSL | 17.53º | 0.95% | 0.37% | - |
| HSV(B) | 17.53º | 0.97% | 0.72% | - |
| XYZ | 21.02 | 13 | 1.55 | - |
| YUV | 88.75 | 80.74 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 5 | 0 | 0.69 | 0.97 | 0.28 | 17.53 | 0.95 | 0.37 |
| Hex | B7 | 39 | 5 | 0 | 45 | 61 | 1C | 12 | 5F | 25 |
| Octal | 267 | 71 | 5 | 0 | 105 | 141 | 34 | 22 | 137 | 45 |
| Binary | 10110111 | 111001 | 101 | 0 | 1000101 | 1100001 | 11100 | 10010 | 1011111 | 100101 |
Color Harmonies of #B73905
Complementary color
Monochromatic Colors of #B73905
Black with #B73905
Text Example
Text Example
White with #B73905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73905; }
p { color: rgb(183,57,5); }
H1.HeaderClassName
{
color: #B73905;
}
.AnyTagClassName
{
color: #B73905;
}
</style>
background-color css
<style>
a { background-color: #B73905; }
a { background-color: rgb(183,57,5); }
div.DivClassName
{
background-color: #B73905;
}
.BgClassName
{
background-color: #B73905;
}
</style>
border-color css
<style>
span { border-color: #B73905; }
span { border-color: rgb(183,57,5); }
td.TdClassName
{
border-color: #B73905;
}
.TagClassName
{
border-color: #B73905;
}
</style>