Shades of Rust #B84321
Tints of Rust #B84321
RGB
CMYK
RGB Variations
Color information
#B84321 (or 0xB84321) is known color: Rust. HEX triplet: B8, 43 and 21. RGB value is (184,67,33). Sum of RGB (Red+Green+Blue) = 184+67+33=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B84321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84321 is #47BCDE. Grayscale: #626262. Windows color (decimal): -4701407 or 2180024. OLE color: 2180024.
HSL color Cylindrical-coordinate representation of color #B84321: hue angle of 13.51º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B84321 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 67 | 33 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.28 |
| HSL | 13.51º | 0.7% | 0.43% | - |
| HSV(B) | 13.51º | 0.82% | 0.72% | - |
| XYZ | 22.05 | 14.31 | 3.04 | - |
| YUV | 98.11 | 91.26 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 67 | 33 | 0 | 0.64 | 0.82 | 0.28 | 13.51 | 0.7 | 0.43 |
| Hex | B8 | 43 | 21 | 0 | 40 | 52 | 1C | E | 46 | 2B |
| Octal | 270 | 103 | 41 | 0 | 100 | 122 | 34 | 16 | 106 | 53 |
| Binary | 10111000 | 1000011 | 100001 | 0 | 1000000 | 1010010 | 11100 | 1110 | 1000110 | 101011 |
Color Harmonies of #B84321
Complementary color
Monochromatic Colors of #B84321
Black with #B84321
Text Example
Text Example
White with #B84321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84321; }
p { color: rgb(184,67,33); }
H1.HeaderClassName
{
color: #B84321;
}
.AnyTagClassName
{
color: #B84321;
}
</style>
background-color css
<style>
a { background-color: #B84321; }
a { background-color: rgb(184,67,33); }
div.DivClassName
{
background-color: #B84321;
}
.BgClassName
{
background-color: #B84321;
}
</style>
border-color css
<style>
span { border-color: #B84321; }
span { border-color: rgb(184,67,33); }
td.TdClassName
{
border-color: #B84321;
}
.TagClassName
{
border-color: #B84321;
}
</style>