Shades of Rust #B03900
Tints of Rust #B03900
RGB
CMYK
RGB Variations
Color information
#B03900 (or 0xB03900) is known color: Rust. HEX triplet: B0, 39 and 00. RGB value is (176,57,0). Sum of RGB (Red+Green+Blue) = 176+57+0=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B03900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03900 is #4FC6FF. Grayscale: #565656. Windows color (decimal): -5228288 or 14768. OLE color: 14768.
HSL color Cylindrical-coordinate representation of color #B03900: hue angle of 19.43º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B03900 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.31 |
| HSL | 19.43º | 1% | 0.35% | - |
| HSV(B) | 19.43º | 1% | 0.69% | - |
| XYZ | 19.37 | 12.16 | 1.33 | - |
| YUV | 86.08 | 79.42 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 0 | 0 | 0.68 | 1 | 0.31 | 19.43 | 1 | 0.35 |
| Hex | B0 | 39 | 0 | 0 | 44 | 64 | 1F | 13 | 64 | 23 |
| Octal | 260 | 71 | 0 | 0 | 104 | 144 | 37 | 23 | 144 | 43 |
| Binary | 10110000 | 111001 | 0 | 0 | 1000100 | 1100100 | 11111 | 10011 | 1100100 | 100011 |
Color Harmonies of #B03900
Complementary color
Monochromatic Colors of #B03900
Black with #B03900
Text Example
Text Example
White with #B03900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03900; }
p { color: rgb(176,57,0); }
H1.HeaderClassName
{
color: #B03900;
}
.AnyTagClassName
{
color: #B03900;
}
</style>
background-color css
<style>
a { background-color: #B03900; }
a { background-color: rgb(176,57,0); }
div.DivClassName
{
background-color: #B03900;
}
.BgClassName
{
background-color: #B03900;
}
</style>
border-color css
<style>
span { border-color: #B03900; }
span { border-color: rgb(176,57,0); }
td.TdClassName
{
border-color: #B03900;
}
.TagClassName
{
border-color: #B03900;
}
</style>