Shades of Rust #B84312
Tints of Rust #B84312
RGB
CMYK
RGB Variations
Color information
#B84312 (or 0xB84312) is known color: Rust. HEX triplet: B8, 43 and 12. RGB value is (184,67,18). Sum of RGB (Red+Green+Blue) = 184+67+18=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B84312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84312 is #47BCED. Grayscale: #606060. Windows color (decimal): -4701422 or 1196984. OLE color: 1196984.
HSL color Cylindrical-coordinate representation of color #B84312: hue angle of 17.71º degrees, saturation: 0.82, 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 #B84312 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 18 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.28 |
| HSL | 17.71º | 0.82% | 0.4% | - |
| HSV(B) | 17.71º | 0.9% | 0.72% | - |
| XYZ | 21.88 | 14.25 | 2.17 | - |
| YUV | 96.4 | 83.76 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 18 | 0 | 0.64 | 0.90 | 0.28 | 17.71 | 0.82 | 0.4 |
| Hex | B8 | 43 | 12 | 0 | 40 | 5A | 1C | 12 | 52 | 28 |
| Octal | 270 | 103 | 22 | 0 | 100 | 132 | 34 | 22 | 122 | 50 |
| Binary | 10111000 | 1000011 | 10010 | 0 | 1000000 | 1011010 | 11100 | 10010 | 1010010 | 101000 |
Color Harmonies of #B84312
Complementary color
Monochromatic Colors of #B84312
Black with #B84312
Text Example
Text Example
White with #B84312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84312; }
p { color: rgb(184,67,18); }
H1.HeaderClassName
{
color: #B84312;
}
.AnyTagClassName
{
color: #B84312;
}
</style>
background-color css
<style>
a { background-color: #B84312; }
a { background-color: rgb(184,67,18); }
div.DivClassName
{
background-color: #B84312;
}
.BgClassName
{
background-color: #B84312;
}
</style>
border-color css
<style>
span { border-color: #B84312; }
span { border-color: rgb(184,67,18); }
td.TdClassName
{
border-color: #B84312;
}
.TagClassName
{
border-color: #B84312;
}
</style>