Shades of Rust #B83F21
Tints of Rust #B83F21
RGB
CMYK
RGB Variations
Color information
#B83F21 (or 0xB83F21) is known color: Rust. HEX triplet: B8, 3F and 21. RGB value is (184,63,33). Sum of RGB (Red+Green+Blue) = 184+63+33=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83F21 is #47C0DE. Grayscale: #5F5F5F. Windows color (decimal): -4702431 or 2179000. OLE color: 2179000.
HSL color Cylindrical-coordinate representation of color #B83F21: hue angle of 11.92º 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 #B83F21 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 33 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.28 |
| HSL | 11.92º | 0.7% | 0.43% | - |
| HSV(B) | 11.92º | 0.82% | 0.72% | - |
| XYZ | 21.82 | 13.86 | 2.96 | - |
| YUV | 95.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 33 | 0 | 0.66 | 0.82 | 0.28 | 11.92 | 0.7 | 0.43 |
| Hex | B8 | 3F | 21 | 0 | 42 | 52 | 1C | C | 46 | 2B |
| Octal | 270 | 77 | 41 | 0 | 102 | 122 | 34 | 14 | 106 | 53 |
| Binary | 10111000 | 111111 | 100001 | 0 | 1000010 | 1010010 | 11100 | 1100 | 1000110 | 101011 |
Color Harmonies of #B83F21
Complementary color
Monochromatic Colors of #B83F21
Black with #B83F21
Text Example
Text Example
White with #B83F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F21; }
p { color: rgb(184,63,33); }
H1.HeaderClassName
{
color: #B83F21;
}
.AnyTagClassName
{
color: #B83F21;
}
</style>
background-color css
<style>
a { background-color: #B83F21; }
a { background-color: rgb(184,63,33); }
div.DivClassName
{
background-color: #B83F21;
}
.BgClassName
{
background-color: #B83F21;
}
</style>
border-color css
<style>
span { border-color: #B83F21; }
span { border-color: rgb(184,63,33); }
td.TdClassName
{
border-color: #B83F21;
}
.TagClassName
{
border-color: #B83F21;
}
</style>