Shades of Rust #B84407
Tints of Rust #B84407
RGB
CMYK
RGB Variations
Color information
#B84407 (or 0xB84407) is known color: Rust. HEX triplet: B8, 44 and 07. RGB value is (184,68,7). Sum of RGB (Red+Green+Blue) = 184+68+7=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B84407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84407 is #47BBF8. Grayscale: #606060. Windows color (decimal): -4701177 or 476344. OLE color: 476344.
HSL color Cylindrical-coordinate representation of color #B84407: hue angle of 20.68º 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 #B84407 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.28 |
| HSL | 20.68º | 0.93% | 0.37% | - |
| HSV(B) | 20.68º | 0.96% | 0.72% | - |
| XYZ | 21.87 | 14.34 | 1.82 | - |
| YUV | 95.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 7 | 0 | 0.63 | 0.96 | 0.28 | 20.68 | 0.93 | 0.37 |
| Hex | B8 | 44 | 7 | 0 | 3F | 60 | 1C | 15 | 5D | 25 |
| Octal | 270 | 104 | 7 | 0 | 77 | 140 | 34 | 25 | 135 | 45 |
| Binary | 10111000 | 1000100 | 111 | 0 | 111111 | 1100000 | 11100 | 10101 | 1011101 | 100101 |
Color Harmonies of #B84407
Complementary color
Monochromatic Colors of #B84407
Black with #B84407
Text Example
Text Example
White with #B84407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84407; }
p { color: rgb(184,68,7); }
H1.HeaderClassName
{
color: #B84407;
}
.AnyTagClassName
{
color: #B84407;
}
</style>
background-color css
<style>
a { background-color: #B84407; }
a { background-color: rgb(184,68,7); }
div.DivClassName
{
background-color: #B84407;
}
.BgClassName
{
background-color: #B84407;
}
</style>
border-color css
<style>
span { border-color: #B84407; }
span { border-color: rgb(184,68,7); }
td.TdClassName
{
border-color: #B84407;
}
.TagClassName
{
border-color: #B84407;
}
</style>