Shades of Rust #B83709
Tints of Rust #B83709
RGB
CMYK
RGB Variations
Color information
#B83709 (or 0xB83709) is known color: Rust. HEX triplet: B8, 37 and 09. RGB value is (184,55,9). Sum of RGB (Red+Green+Blue) = 184+55+9=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B83709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83709 is #47C8F6. Grayscale: #585858. Windows color (decimal): -4704503 or 604088. OLE color: 604088.
HSL color Cylindrical-coordinate representation of color #B83709: hue angle of 15.77º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B83709 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 9 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.28 |
| HSL | 15.77º | 0.91% | 0.38% | - |
| HSV(B) | 15.77º | 0.95% | 0.72% | - |
| XYZ | 21.18 | 12.94 | 1.64 | - |
| YUV | 88.33 | 83.24 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 9 | 0 | 0.70 | 0.95 | 0.28 | 15.77 | 0.91 | 0.38 |
| Hex | B8 | 37 | 9 | 0 | 46 | 5F | 1C | 10 | 5B | 26 |
| Octal | 270 | 67 | 11 | 0 | 106 | 137 | 34 | 20 | 133 | 46 |
| Binary | 10111000 | 110111 | 1001 | 0 | 1000110 | 1011111 | 11100 | 10000 | 1011011 | 100110 |
Color Harmonies of #B83709
Complementary color
Monochromatic Colors of #B83709
Black with #B83709
Text Example
Text Example
White with #B83709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83709; }
p { color: rgb(184,55,9); }
H1.HeaderClassName
{
color: #B83709;
}
.AnyTagClassName
{
color: #B83709;
}
</style>
background-color css
<style>
a { background-color: #B83709; }
a { background-color: rgb(184,55,9); }
div.DivClassName
{
background-color: #B83709;
}
.BgClassName
{
background-color: #B83709;
}
</style>
border-color css
<style>
span { border-color: #B83709; }
span { border-color: rgb(184,55,9); }
td.TdClassName
{
border-color: #B83709;
}
.TagClassName
{
border-color: #B83709;
}
</style>