Shades of Rust #B83614
Tints of Rust #B83614
RGB
CMYK
RGB Variations
Color information
#B83614 (or 0xB83614) is known color: Rust. HEX triplet: B8, 36 and 14. RGB value is (184,54,20). Sum of RGB (Red+Green+Blue) = 184+54+20=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B83614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83614 is #47C9EB. Grayscale: #595959. Windows color (decimal): -4704748 or 1324728. OLE color: 1324728.
HSL color Cylindrical-coordinate representation of color #B83614: hue angle of 12.44º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B83614 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 20 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.28 |
| HSL | 12.44º | 0.8% | 0.4% | - |
| HSV(B) | 12.44º | 0.89% | 0.72% | - |
| XYZ | 21.21 | 12.88 | 2.03 | - |
| YUV | 88.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 20 | 0 | 0.71 | 0.89 | 0.28 | 12.44 | 0.8 | 0.4 |
| Hex | B8 | 36 | 14 | 0 | 47 | 59 | 1C | C | 50 | 28 |
| Octal | 270 | 66 | 24 | 0 | 107 | 131 | 34 | 14 | 120 | 50 |
| Binary | 10111000 | 110110 | 10100 | 0 | 1000111 | 1011001 | 11100 | 1100 | 1010000 | 101000 |
Color Harmonies of #B83614
Complementary color
Monochromatic Colors of #B83614
Black with #B83614
Text Example
Text Example
White with #B83614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83614; }
p { color: rgb(184,54,20); }
H1.HeaderClassName
{
color: #B83614;
}
.AnyTagClassName
{
color: #B83614;
}
</style>
background-color css
<style>
a { background-color: #B83614; }
a { background-color: rgb(184,54,20); }
div.DivClassName
{
background-color: #B83614;
}
.BgClassName
{
background-color: #B83614;
}
</style>
border-color css
<style>
span { border-color: #B83614; }
span { border-color: rgb(184,54,20); }
td.TdClassName
{
border-color: #B83614;
}
.TagClassName
{
border-color: #B83614;
}
</style>