Shades of Rust #B83303
Tints of Rust #B83303
RGB
CMYK
RGB Variations
Color information
#B83303 (or 0xB83303) is known color: Rust. HEX triplet: B8, 33 and 03. RGB value is (184,51,3). Sum of RGB (Red+Green+Blue) = 184+51+3=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B83303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83303 is #47CCFC. Grayscale: #555555. Windows color (decimal): -4705533 or 209848. OLE color: 209848.
HSL color Cylindrical-coordinate representation of color #B83303: hue angle of 15.91º 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 #B83303 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.28 |
| HSL | 15.91º | 0.97% | 0.37% | - |
| HSV(B) | 15.91º | 0.98% | 0.72% | - |
| XYZ | 20.97 | 12.56 | 1.41 | - |
| YUV | 85.3 | 81.56 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 3 | 0 | 0.72 | 0.98 | 0.28 | 15.91 | 0.97 | 0.37 |
| Hex | B8 | 33 | 3 | 0 | 48 | 62 | 1C | 10 | 61 | 25 |
| Octal | 270 | 63 | 3 | 0 | 110 | 142 | 34 | 20 | 141 | 45 |
| Binary | 10111000 | 110011 | 11 | 0 | 1001000 | 1100010 | 11100 | 10000 | 1100001 | 100101 |
Color Harmonies of #B83303
Complementary color
Monochromatic Colors of #B83303
Black with #B83303
Text Example
Text Example
White with #B83303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83303; }
p { color: rgb(184,51,3); }
H1.HeaderClassName
{
color: #B83303;
}
.AnyTagClassName
{
color: #B83303;
}
</style>
background-color css
<style>
a { background-color: #B83303; }
a { background-color: rgb(184,51,3); }
div.DivClassName
{
background-color: #B83303;
}
.BgClassName
{
background-color: #B83303;
}
</style>
border-color css
<style>
span { border-color: #B83303; }
span { border-color: rgb(184,51,3); }
td.TdClassName
{
border-color: #B83303;
}
.TagClassName
{
border-color: #B83303;
}
</style>