Shades of Rust #B83807
Tints of Rust #B83807
RGB
CMYK
RGB Variations
Color information
#B83807 (or 0xB83807) is known color: Rust. HEX triplet: B8, 38 and 07. RGB value is (184,56,7). Sum of RGB (Red+Green+Blue) = 184+56+7=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B83807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83807 is #47C7F8. Grayscale: #595959. Windows color (decimal): -4704249 or 473272. OLE color: 473272.
HSL color Cylindrical-coordinate representation of color #B83807: hue angle of 16.61º 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 #B83807 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 7 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.28 |
| HSL | 16.61º | 0.93% | 0.37% | - |
| HSV(B) | 16.61º | 0.96% | 0.72% | - |
| XYZ | 21.22 | 13.03 | 1.6 | - |
| YUV | 88.69 | 81.91 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 7 | 0 | 0.70 | 0.96 | 0.28 | 16.61 | 0.93 | 0.37 |
| Hex | B8 | 38 | 7 | 0 | 46 | 60 | 1C | 11 | 5D | 25 |
| Octal | 270 | 70 | 7 | 0 | 106 | 140 | 34 | 21 | 135 | 45 |
| Binary | 10111000 | 111000 | 111 | 0 | 1000110 | 1100000 | 11100 | 10001 | 1011101 | 100101 |
Color Harmonies of #B83807
Complementary color
Monochromatic Colors of #B83807
Black with #B83807
Text Example
Text Example
White with #B83807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83807; }
p { color: rgb(184,56,7); }
H1.HeaderClassName
{
color: #B83807;
}
.AnyTagClassName
{
color: #B83807;
}
</style>
background-color css
<style>
a { background-color: #B83807; }
a { background-color: rgb(184,56,7); }
div.DivClassName
{
background-color: #B83807;
}
.BgClassName
{
background-color: #B83807;
}
</style>
border-color css
<style>
span { border-color: #B83807; }
span { border-color: rgb(184,56,7); }
td.TdClassName
{
border-color: #B83807;
}
.TagClassName
{
border-color: #B83807;
}
</style>