Shades of Rust #B84313
Tints of Rust #B84313
RGB
CMYK
RGB Variations
Color information
#B84313 (or 0xB84313) is known color: Rust. HEX triplet: B8, 43 and 13. RGB value is (184,67,19). Sum of RGB (Red+Green+Blue) = 184+67+19=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B84313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84313 is #47BCEC. Grayscale: #606060. Windows color (decimal): -4701421 or 1262520. OLE color: 1262520.
HSL color Cylindrical-coordinate representation of color #B84313: hue angle of 17.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84313 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 19 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.28 |
| HSL | 17.45º | 0.81% | 0.4% | - |
| HSV(B) | 17.45º | 0.9% | 0.72% | - |
| XYZ | 21.89 | 14.25 | 2.21 | - |
| YUV | 96.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 19 | 0 | 0.64 | 0.90 | 0.28 | 17.45 | 0.81 | 0.4 |
| Hex | B8 | 43 | 13 | 0 | 40 | 5A | 1C | 11 | 51 | 28 |
| Octal | 270 | 103 | 23 | 0 | 100 | 132 | 34 | 21 | 121 | 50 |
| Binary | 10111000 | 1000011 | 10011 | 0 | 1000000 | 1011010 | 11100 | 10001 | 1010001 | 101000 |
Color Harmonies of #B84313
Complementary color
Monochromatic Colors of #B84313
Black with #B84313
Text Example
Text Example
White with #B84313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84313; }
p { color: rgb(184,67,19); }
H1.HeaderClassName
{
color: #B84313;
}
.AnyTagClassName
{
color: #B84313;
}
</style>
background-color css
<style>
a { background-color: #B84313; }
a { background-color: rgb(184,67,19); }
div.DivClassName
{
background-color: #B84313;
}
.BgClassName
{
background-color: #B84313;
}
</style>
border-color css
<style>
span { border-color: #B84313; }
span { border-color: rgb(184,67,19); }
td.TdClassName
{
border-color: #B84313;
}
.TagClassName
{
border-color: #B84313;
}
</style>