Shades of Rust #B84408
Tints of Rust #B84408
RGB
CMYK
RGB Variations
Color information
#B84408 (or 0xB84408) is known color: Rust. HEX triplet: B8, 44 and 08. RGB value is (184,68,8). Sum of RGB (Red+Green+Blue) = 184+68+8=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B84408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84408 is #47BBF7. Grayscale: #606060. Windows color (decimal): -4701176 or 541880. OLE color: 541880.
HSL color Cylindrical-coordinate representation of color #B84408: hue angle of 20.45º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B84408 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 8 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.28 |
| HSL | 20.45º | 0.92% | 0.38% | - |
| HSV(B) | 20.45º | 0.96% | 0.72% | - |
| XYZ | 21.88 | 14.34 | 1.84 | - |
| YUV | 95.84 | 78.43 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 8 | 0 | 0.63 | 0.96 | 0.28 | 20.45 | 0.92 | 0.38 |
| Hex | B8 | 44 | 8 | 0 | 3F | 60 | 1C | 14 | 5C | 26 |
| Octal | 270 | 104 | 10 | 0 | 77 | 140 | 34 | 24 | 134 | 46 |
| Binary | 10111000 | 1000100 | 1000 | 0 | 111111 | 1100000 | 11100 | 10100 | 1011100 | 100110 |
Color Harmonies of #B84408
Complementary color
Monochromatic Colors of #B84408
Black with #B84408
Text Example
Text Example
White with #B84408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84408; }
p { color: rgb(184,68,8); }
H1.HeaderClassName
{
color: #B84408;
}
.AnyTagClassName
{
color: #B84408;
}
</style>
background-color css
<style>
a { background-color: #B84408; }
a { background-color: rgb(184,68,8); }
div.DivClassName
{
background-color: #B84408;
}
.BgClassName
{
background-color: #B84408;
}
</style>
border-color css
<style>
span { border-color: #B84408; }
span { border-color: rgb(184,68,8); }
td.TdClassName
{
border-color: #B84408;
}
.TagClassName
{
border-color: #B84408;
}
</style>