Shades of Rust #B83103
Tints of Rust #B83103
RGB
CMYK
RGB Variations
Color information
#B83103 (or 0xB83103) is known color: Rust. HEX triplet: B8, 31 and 03. RGB value is (184,49,3). Sum of RGB (Red+Green+Blue) = 184+49+3=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B83103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83103 is #47CEFC. Grayscale: #545454. Windows color (decimal): -4706045 or 209336. OLE color: 209336.
HSL color Cylindrical-coordinate representation of color #B83103: hue angle of 15.25º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B83103 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.28 |
| HSL | 15.25º | 0.97% | 0.37% | - |
| HSV(B) | 15.25º | 0.98% | 0.72% | - |
| XYZ | 20.88 | 12.39 | 1.38 | - |
| YUV | 84.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 3 | 0 | 0.73 | 0.98 | 0.28 | 15.25 | 0.97 | 0.37 |
| Hex | B8 | 31 | 3 | 0 | 49 | 62 | 1C | F | 61 | 25 |
| Octal | 270 | 61 | 3 | 0 | 111 | 142 | 34 | 17 | 141 | 45 |
| Binary | 10111000 | 110001 | 11 | 0 | 1001001 | 1100010 | 11100 | 1111 | 1100001 | 100101 |
Color Harmonies of #B83103
Complementary color
Monochromatic Colors of #B83103
Black with #B83103
Text Example
Text Example
White with #B83103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83103; }
p { color: rgb(184,49,3); }
H1.HeaderClassName
{
color: #B83103;
}
.AnyTagClassName
{
color: #B83103;
}
</style>
background-color css
<style>
a { background-color: #B83103; }
a { background-color: rgb(184,49,3); }
div.DivClassName
{
background-color: #B83103;
}
.BgClassName
{
background-color: #B83103;
}
</style>
border-color css
<style>
span { border-color: #B83103; }
span { border-color: rgb(184,49,3); }
td.TdClassName
{
border-color: #B83103;
}
.TagClassName
{
border-color: #B83103;
}
</style>