Shades of Rust #B03A00
Tints of Rust #B03A00
RGB
CMYK
RGB Variations
Color information
#B03A00 (or 0xB03A00) is known color: Rust. HEX triplet: B0, 3A and 00. RGB value is (176,58,0). Sum of RGB (Red+Green+Blue) = 176+58+0=234 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.21% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03A00 is #4FC5FF. Grayscale: #575757. Windows color (decimal): -5228032 or 15024. OLE color: 15024.
HSL color Cylindrical-coordinate representation of color #B03A00: hue angle of 19.77º 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 #B03A00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 58 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.31 |
| HSL | 19.77º | 1% | 0.35% | - |
| HSV(B) | 19.77º | 1% | 0.69% | - |
| XYZ | 19.42 | 12.26 | 1.34 | - |
| YUV | 86.67 | 79.09 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 0 | 0 | 0.67 | 1 | 0.31 | 19.77 | 1 | 0.35 |
| Hex | B0 | 3A | 0 | 0 | 43 | 64 | 1F | 14 | 64 | 23 |
| Octal | 260 | 72 | 0 | 0 | 103 | 144 | 37 | 24 | 144 | 43 |
| Binary | 10110000 | 111010 | 0 | 0 | 1000011 | 1100100 | 11111 | 10100 | 1100100 | 100011 |
Color Harmonies of #B03A00
Complementary color
Monochromatic Colors of #B03A00
Black with #B03A00
Text Example
Text Example
White with #B03A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03A00; }
p { color: rgb(176,58,0); }
H1.HeaderClassName
{
color: #B03A00;
}
.AnyTagClassName
{
color: #B03A00;
}
</style>
background-color css
<style>
a { background-color: #B03A00; }
a { background-color: rgb(176,58,0); }
div.DivClassName
{
background-color: #B03A00;
}
.BgClassName
{
background-color: #B03A00;
}
</style>
border-color css
<style>
span { border-color: #B03A00; }
span { border-color: rgb(176,58,0); }
td.TdClassName
{
border-color: #B03A00;
}
.TagClassName
{
border-color: #B03A00;
}
</style>