Shades of Rust #B83F05
Tints of Rust #B83F05
RGB
CMYK
RGB Variations
Color information
#B83F05 (or 0xB83F05) is known color: Rust. HEX triplet: B8, 3F and 05. RGB value is (184,63,5). Sum of RGB (Red+Green+Blue) = 184+63+5=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B83F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83F05 is #47C0FA. Grayscale: #5C5C5C. Windows color (decimal): -4702459 or 343992. OLE color: 343992.
HSL color Cylindrical-coordinate representation of color #B83F05: hue angle of 19.44º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B83F05 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 63 | 5 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.28 |
| HSL | 19.44º | 0.95% | 0.37% | - |
| HSV(B) | 19.44º | 0.97% | 0.72% | - |
| XYZ | 21.57 | 13.76 | 1.66 | - |
| YUV | 92.57 | 78.59 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 63 | 5 | 0 | 0.66 | 0.97 | 0.28 | 19.44 | 0.95 | 0.37 |
| Hex | B8 | 3F | 5 | 0 | 42 | 61 | 1C | 13 | 5F | 25 |
| Octal | 270 | 77 | 5 | 0 | 102 | 141 | 34 | 23 | 137 | 45 |
| Binary | 10111000 | 111111 | 101 | 0 | 1000010 | 1100001 | 11100 | 10011 | 1011111 | 100101 |
Color Harmonies of #B83F05
Complementary color
Monochromatic Colors of #B83F05
Black with #B83F05
Text Example
Text Example
White with #B83F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83F05; }
p { color: rgb(184,63,5); }
H1.HeaderClassName
{
color: #B83F05;
}
.AnyTagClassName
{
color: #B83F05;
}
</style>
background-color css
<style>
a { background-color: #B83F05; }
a { background-color: rgb(184,63,5); }
div.DivClassName
{
background-color: #B83F05;
}
.BgClassName
{
background-color: #B83F05;
}
</style>
border-color css
<style>
span { border-color: #B83F05; }
span { border-color: rgb(184,63,5); }
td.TdClassName
{
border-color: #B83F05;
}
.TagClassName
{
border-color: #B83F05;
}
</style>