Shades of Rust #B84308
Tints of Rust #B84308
RGB
CMYK
RGB Variations
Color information
#B84308 (or 0xB84308) is known color: Rust. HEX triplet: B8, 43 and 08. RGB value is (184,67,8). Sum of RGB (Red+Green+Blue) = 184+67+8=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B84308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84308 is #47BCF7. Grayscale: #5F5F5F. Windows color (decimal): -4701432 or 541624. OLE color: 541624.
HSL color Cylindrical-coordinate representation of color #B84308: hue angle of 20.11º 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 #B84308 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.28 |
| HSL | 20.11º | 0.92% | 0.38% | - |
| HSV(B) | 20.11º | 0.96% | 0.72% | - |
| XYZ | 21.82 | 14.22 | 1.82 | - |
| YUV | 95.26 | 78.76 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 8 | 0 | 0.64 | 0.96 | 0.28 | 20.11 | 0.92 | 0.38 |
| Hex | B8 | 43 | 8 | 0 | 40 | 60 | 1C | 14 | 5C | 26 |
| Octal | 270 | 103 | 10 | 0 | 100 | 140 | 34 | 24 | 134 | 46 |
| Binary | 10111000 | 1000011 | 1000 | 0 | 1000000 | 1100000 | 11100 | 10100 | 1011100 | 100110 |
Color Harmonies of #B84308
Complementary color
Monochromatic Colors of #B84308
Black with #B84308
Text Example
Text Example
White with #B84308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84308; }
p { color: rgb(184,67,8); }
H1.HeaderClassName
{
color: #B84308;
}
.AnyTagClassName
{
color: #B84308;
}
</style>
background-color css
<style>
a { background-color: #B84308; }
a { background-color: rgb(184,67,8); }
div.DivClassName
{
background-color: #B84308;
}
.BgClassName
{
background-color: #B84308;
}
</style>
border-color css
<style>
span { border-color: #B84308; }
span { border-color: rgb(184,67,8); }
td.TdClassName
{
border-color: #B84308;
}
.TagClassName
{
border-color: #B84308;
}
</style>