Shades of Rust #B03903
Tints of Rust #B03903
RGB
CMYK
RGB Variations
Color information
#B03903 (or 0xB03903) is known color: Rust. HEX triplet: B0, 39 and 03. RGB value is (176,57,3). Sum of RGB (Red+Green+Blue) = 176+57+3=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B03903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03903 is #4FC6FC. Grayscale: #565656. Windows color (decimal): -5228285 or 211376. OLE color: 211376.
HSL color Cylindrical-coordinate representation of color #B03903: hue angle of 18.73º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B03903 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.31 |
| HSL | 18.73º | 0.97% | 0.35% | - |
| HSV(B) | 18.73º | 0.98% | 0.69% | - |
| XYZ | 19.38 | 12.16 | 1.41 | - |
| YUV | 86.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 3 | 0 | 0.68 | 0.98 | 0.31 | 18.73 | 0.97 | 0.35 |
| Hex | B0 | 39 | 3 | 0 | 44 | 62 | 1F | 13 | 61 | 23 |
| Octal | 260 | 71 | 3 | 0 | 104 | 142 | 37 | 23 | 141 | 43 |
| Binary | 10110000 | 111001 | 11 | 0 | 1000100 | 1100010 | 11111 | 10011 | 1100001 | 100011 |
Color Harmonies of #B03903
Complementary color
Monochromatic Colors of #B03903
Black with #B03903
Text Example
Text Example
White with #B03903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03903; }
p { color: rgb(176,57,3); }
H1.HeaderClassName
{
color: #B03903;
}
.AnyTagClassName
{
color: #B03903;
}
</style>
background-color css
<style>
a { background-color: #B03903; }
a { background-color: rgb(176,57,3); }
div.DivClassName
{
background-color: #B03903;
}
.BgClassName
{
background-color: #B03903;
}
</style>
border-color css
<style>
span { border-color: #B03903; }
span { border-color: rgb(176,57,3); }
td.TdClassName
{
border-color: #B03903;
}
.TagClassName
{
border-color: #B03903;
}
</style>