Shades of Rust #B83505
Tints of Rust #B83505
RGB
CMYK
RGB Variations
Color information
#B83505 (or 0xB83505) is known color: Rust. HEX triplet: B8, 35 and 05. RGB value is (184,53,5). Sum of RGB (Red+Green+Blue) = 184+53+5=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B83505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83505 is #47CAFA. Grayscale: #575757. Windows color (decimal): -4705019 or 341432. OLE color: 341432.
HSL color Cylindrical-coordinate representation of color #B83505: hue angle of 16.09º 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 #B83505 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.28 |
| HSL | 16.09º | 0.95% | 0.37% | - |
| HSV(B) | 16.09º | 0.97% | 0.72% | - |
| XYZ | 21.07 | 12.75 | 1.49 | - |
| YUV | 86.7 | 81.9 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 5 | 0 | 0.71 | 0.97 | 0.28 | 16.09 | 0.95 | 0.37 |
| Hex | B8 | 35 | 5 | 0 | 47 | 61 | 1C | 10 | 5F | 25 |
| Octal | 270 | 65 | 5 | 0 | 107 | 141 | 34 | 20 | 137 | 45 |
| Binary | 10111000 | 110101 | 101 | 0 | 1000111 | 1100001 | 11100 | 10000 | 1011111 | 100101 |
Color Harmonies of #B83505
Complementary color
Monochromatic Colors of #B83505
Black with #B83505
Text Example
Text Example
White with #B83505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83505; }
p { color: rgb(184,53,5); }
H1.HeaderClassName
{
color: #B83505;
}
.AnyTagClassName
{
color: #B83505;
}
</style>
background-color css
<style>
a { background-color: #B83505; }
a { background-color: rgb(184,53,5); }
div.DivClassName
{
background-color: #B83505;
}
.BgClassName
{
background-color: #B83505;
}
</style>
border-color css
<style>
span { border-color: #B83505; }
span { border-color: rgb(184,53,5); }
td.TdClassName
{
border-color: #B83505;
}
.TagClassName
{
border-color: #B83505;
}
</style>