Shades of Rust #B84412
Tints of Rust #B84412
RGB
CMYK
RGB Variations
Color information
#B84412 (or 0xB84412) is known color: Rust. HEX triplet: B8, 44 and 12. RGB value is (184,68,18). Sum of RGB (Red+Green+Blue) = 184+68+18=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B84412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84412 is #47BBED. Grayscale: #616161. Windows color (decimal): -4701166 or 1197240. OLE color: 1197240.
HSL color Cylindrical-coordinate representation of color #B84412: hue angle of 18.07º 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 #B84412 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 18 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.28 |
| HSL | 18.07º | 0.82% | 0.4% | - |
| HSV(B) | 18.07º | 0.9% | 0.72% | - |
| XYZ | 21.94 | 14.37 | 2.19 | - |
| YUV | 96.98 | 83.43 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 18 | 0 | 0.63 | 0.90 | 0.28 | 18.07 | 0.82 | 0.4 |
| Hex | B8 | 44 | 12 | 0 | 3F | 5A | 1C | 12 | 52 | 28 |
| Octal | 270 | 104 | 22 | 0 | 77 | 132 | 34 | 22 | 122 | 50 |
| Binary | 10111000 | 1000100 | 10010 | 0 | 111111 | 1011010 | 11100 | 10010 | 1010010 | 101000 |
Color Harmonies of #B84412
Complementary color
Monochromatic Colors of #B84412
Black with #B84412
Text Example
Text Example
White with #B84412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84412; }
p { color: rgb(184,68,18); }
H1.HeaderClassName
{
color: #B84412;
}
.AnyTagClassName
{
color: #B84412;
}
</style>
background-color css
<style>
a { background-color: #B84412; }
a { background-color: rgb(184,68,18); }
div.DivClassName
{
background-color: #B84412;
}
.BgClassName
{
background-color: #B84412;
}
</style>
border-color css
<style>
span { border-color: #B84412; }
span { border-color: rgb(184,68,18); }
td.TdClassName
{
border-color: #B84412;
}
.TagClassName
{
border-color: #B84412;
}
</style>