Shades of Rust #B83507
Tints of Rust #B83507
RGB
CMYK
RGB Variations
Color information
#B83507 (or 0xB83507) is known color: Rust. HEX triplet: B8, 35 and 07. RGB value is (184,53,7). Sum of RGB (Red+Green+Blue) = 184+53+7=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B83507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83507 is #47CAF8. Grayscale: #575757. Windows color (decimal): -4705017 or 472504. OLE color: 472504.
HSL color Cylindrical-coordinate representation of color #B83507: hue angle of 15.59º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B83507 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.28 |
| HSL | 15.59º | 0.93% | 0.37% | - |
| HSV(B) | 15.59º | 0.96% | 0.72% | - |
| XYZ | 21.08 | 12.75 | 1.55 | - |
| YUV | 86.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 7 | 0 | 0.71 | 0.96 | 0.28 | 15.59 | 0.93 | 0.37 |
| Hex | B8 | 35 | 7 | 0 | 47 | 60 | 1C | 10 | 5D | 25 |
| Octal | 270 | 65 | 7 | 0 | 107 | 140 | 34 | 20 | 135 | 45 |
| Binary | 10111000 | 110101 | 111 | 0 | 1000111 | 1100000 | 11100 | 10000 | 1011101 | 100101 |
Color Harmonies of #B83507
Complementary color
Monochromatic Colors of #B83507
Black with #B83507
Text Example
Text Example
White with #B83507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83507; }
p { color: rgb(184,53,7); }
H1.HeaderClassName
{
color: #B83507;
}
.AnyTagClassName
{
color: #B83507;
}
</style>
background-color css
<style>
a { background-color: #B83507; }
a { background-color: rgb(184,53,7); }
div.DivClassName
{
background-color: #B83507;
}
.BgClassName
{
background-color: #B83507;
}
</style>
border-color css
<style>
span { border-color: #B83507; }
span { border-color: rgb(184,53,7); }
td.TdClassName
{
border-color: #B83507;
}
.TagClassName
{
border-color: #B83507;
}
</style>