Shades of Rust #B84307
Tints of Rust #B84307
RGB
CMYK
RGB Variations
Color information
#B84307 (or 0xB84307) is known color: Rust. HEX triplet: B8, 43 and 07. RGB value is (184,67,7). Sum of RGB (Red+Green+Blue) = 184+67+7=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B84307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84307 is #47BCF8. Grayscale: #5F5F5F. Windows color (decimal): -4701433 or 476088. OLE color: 476088.
HSL color Cylindrical-coordinate representation of color #B84307: hue angle of 20.34º 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 #B84307 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.28 |
| HSL | 20.34º | 0.93% | 0.37% | - |
| HSV(B) | 20.34º | 0.96% | 0.72% | - |
| XYZ | 21.81 | 14.22 | 1.8 | - |
| YUV | 95.14 | 78.26 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 7 | 0 | 0.64 | 0.96 | 0.28 | 20.34 | 0.93 | 0.37 |
| Hex | B8 | 43 | 7 | 0 | 40 | 60 | 1C | 14 | 5D | 25 |
| Octal | 270 | 103 | 7 | 0 | 100 | 140 | 34 | 24 | 135 | 45 |
| Binary | 10111000 | 1000011 | 111 | 0 | 1000000 | 1100000 | 11100 | 10100 | 1011101 | 100101 |
Color Harmonies of #B84307
Complementary color
Monochromatic Colors of #B84307
Black with #B84307
Text Example
Text Example
White with #B84307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84307; }
p { color: rgb(184,67,7); }
H1.HeaderClassName
{
color: #B84307;
}
.AnyTagClassName
{
color: #B84307;
}
</style>
background-color css
<style>
a { background-color: #B84307; }
a { background-color: rgb(184,67,7); }
div.DivClassName
{
background-color: #B84307;
}
.BgClassName
{
background-color: #B84307;
}
</style>
border-color css
<style>
span { border-color: #B84307; }
span { border-color: rgb(184,67,7); }
td.TdClassName
{
border-color: #B84307;
}
.TagClassName
{
border-color: #B84307;
}
</style>