Shades of Rust #B83003
Tints of Rust #B83003
RGB
CMYK
RGB Variations
Color information
#B83003 (or 0xB83003) is known color: Rust. HEX triplet: B8, 30 and 03. RGB value is (184,48,3). Sum of RGB (Red+Green+Blue) = 184+48+3=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B83003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83003 is #47CFFC. Grayscale: #535353. Windows color (decimal): -4706301 or 209080. OLE color: 209080.
HSL color Cylindrical-coordinate representation of color #B83003: hue angle of 14.92º 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 #B83003 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.28 |
| HSL | 14.92º | 0.97% | 0.37% | - |
| HSV(B) | 14.92º | 0.98% | 0.72% | - |
| XYZ | 20.84 | 12.31 | 1.36 | - |
| YUV | 83.53 | 82.56 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 3 | 0 | 0.74 | 0.98 | 0.28 | 14.92 | 0.97 | 0.37 |
| Hex | B8 | 30 | 3 | 0 | 4A | 62 | 1C | F | 61 | 25 |
| Octal | 270 | 60 | 3 | 0 | 112 | 142 | 34 | 17 | 141 | 45 |
| Binary | 10111000 | 110000 | 11 | 0 | 1001010 | 1100010 | 11100 | 1111 | 1100001 | 100101 |
Color Harmonies of #B83003
Complementary color
Monochromatic Colors of #B83003
Black with #B83003
Text Example
Text Example
White with #B83003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83003; }
p { color: rgb(184,48,3); }
H1.HeaderClassName
{
color: #B83003;
}
.AnyTagClassName
{
color: #B83003;
}
</style>
background-color css
<style>
a { background-color: #B83003; }
a { background-color: rgb(184,48,3); }
div.DivClassName
{
background-color: #B83003;
}
.BgClassName
{
background-color: #B83003;
}
</style>
border-color css
<style>
span { border-color: #B83003; }
span { border-color: rgb(184,48,3); }
td.TdClassName
{
border-color: #B83003;
}
.TagClassName
{
border-color: #B83003;
}
</style>