Shades of Rust #B83413
Tints of Rust #B83413
RGB
CMYK
RGB Variations
Color information
#B83413 (or 0xB83413) is known color: Rust. HEX triplet: B8, 34 and 13. RGB value is (184,52,19). Sum of RGB (Red+Green+Blue) = 184+52+19=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B83413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83413 is #47CBEC. Grayscale: #575757. Windows color (decimal): -4705261 or 1258680. OLE color: 1258680.
HSL color Cylindrical-coordinate representation of color #B83413: hue angle of 12º 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 #B83413 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 19 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.28 |
| HSL | 12º | 0.81% | 0.4% | - |
| HSV(B) | 12º | 0.9% | 0.72% | - |
| XYZ | 21.11 | 12.69 | 1.95 | - |
| YUV | 87.71 | 89.23 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 19 | 0 | 0.72 | 0.90 | 0.28 | 12 | 0.81 | 0.4 |
| Hex | B8 | 34 | 13 | 0 | 48 | 5A | 1C | C | 51 | 28 |
| Octal | 270 | 64 | 23 | 0 | 110 | 132 | 34 | 14 | 121 | 50 |
| Binary | 10111000 | 110100 | 10011 | 0 | 1001000 | 1011010 | 11100 | 1100 | 1010001 | 101000 |
Color Harmonies of #B83413
Complementary color
Monochromatic Colors of #B83413
Black with #B83413
Text Example
Text Example
White with #B83413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83413; }
p { color: rgb(184,52,19); }
H1.HeaderClassName
{
color: #B83413;
}
.AnyTagClassName
{
color: #B83413;
}
</style>
background-color css
<style>
a { background-color: #B83413; }
a { background-color: rgb(184,52,19); }
div.DivClassName
{
background-color: #B83413;
}
.BgClassName
{
background-color: #B83413;
}
</style>
border-color css
<style>
span { border-color: #B83413; }
span { border-color: rgb(184,52,19); }
td.TdClassName
{
border-color: #B83413;
}
.TagClassName
{
border-color: #B83413;
}
</style>