Shades of Rust #B83B13
Tints of Rust #B83B13
RGB
CMYK
RGB Variations
Color information
#B83B13 (or 0xB83B13) is known color: Rust. HEX triplet: B8, 3B and 13. RGB value is (184,59,19). Sum of RGB (Red+Green+Blue) = 184+59+19=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83B13 is #47C4EC. Grayscale: #5C5C5C. Windows color (decimal): -4703469 or 1260472. OLE color: 1260472.
HSL color Cylindrical-coordinate representation of color #B83B13: hue angle of 14.55º degrees, saturation: 0.81, 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 #B83B13 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 19 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.28 |
| HSL | 14.55º | 0.81% | 0.4% | - |
| HSV(B) | 14.55º | 0.9% | 0.72% | - |
| XYZ | 21.45 | 13.37 | 2.07 | - |
| YUV | 91.82 | 86.91 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 19 | 0 | 0.68 | 0.90 | 0.28 | 14.55 | 0.81 | 0.4 |
| Hex | B8 | 3B | 13 | 0 | 44 | 5A | 1C | F | 51 | 28 |
| Octal | 270 | 73 | 23 | 0 | 104 | 132 | 34 | 17 | 121 | 50 |
| Binary | 10111000 | 111011 | 10011 | 0 | 1000100 | 1011010 | 11100 | 1111 | 1010001 | 101000 |
Color Harmonies of #B83B13
Complementary color
Monochromatic Colors of #B83B13
Black with #B83B13
Text Example
Text Example
White with #B83B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B13; }
p { color: rgb(184,59,19); }
H1.HeaderClassName
{
color: #B83B13;
}
.AnyTagClassName
{
color: #B83B13;
}
</style>
background-color css
<style>
a { background-color: #B83B13; }
a { background-color: rgb(184,59,19); }
div.DivClassName
{
background-color: #B83B13;
}
.BgClassName
{
background-color: #B83B13;
}
</style>
border-color css
<style>
span { border-color: #B83B13; }
span { border-color: rgb(184,59,19); }
td.TdClassName
{
border-color: #B83B13;
}
.TagClassName
{
border-color: #B83B13;
}
</style>