Shades of Rust #B84409
Tints of Rust #B84409
RGB
CMYK
RGB Variations
Color information
#B84409 (or 0xB84409) is known color: Rust. HEX triplet: B8, 44 and 09. RGB value is (184,68,9). Sum of RGB (Red+Green+Blue) = 184+68+9=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B84409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84409 is #47BBF6. Grayscale: #606060. Windows color (decimal): -4701175 or 607416. OLE color: 607416.
HSL color Cylindrical-coordinate representation of color #B84409: hue angle of 20.23º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B84409 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.28 |
| HSL | 20.23º | 0.91% | 0.38% | - |
| HSV(B) | 20.23º | 0.95% | 0.72% | - |
| XYZ | 21.88 | 14.34 | 1.87 | - |
| YUV | 95.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 9 | 0 | 0.63 | 0.95 | 0.28 | 20.23 | 0.91 | 0.38 |
| Hex | B8 | 44 | 9 | 0 | 3F | 5F | 1C | 14 | 5B | 26 |
| Octal | 270 | 104 | 11 | 0 | 77 | 137 | 34 | 24 | 133 | 46 |
| Binary | 10111000 | 1000100 | 1001 | 0 | 111111 | 1011111 | 11100 | 10100 | 1011011 | 100110 |
Color Harmonies of #B84409
Complementary color
Monochromatic Colors of #B84409
Black with #B84409
Text Example
Text Example
White with #B84409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84409; }
p { color: rgb(184,68,9); }
H1.HeaderClassName
{
color: #B84409;
}
.AnyTagClassName
{
color: #B84409;
}
</style>
background-color css
<style>
a { background-color: #B84409; }
a { background-color: rgb(184,68,9); }
div.DivClassName
{
background-color: #B84409;
}
.BgClassName
{
background-color: #B84409;
}
</style>
border-color css
<style>
span { border-color: #B84409; }
span { border-color: rgb(184,68,9); }
td.TdClassName
{
border-color: #B84409;
}
.TagClassName
{
border-color: #B84409;
}
</style>