Shades of Rust #B03B00
Tints of Rust #B03B00
RGB
CMYK
RGB Variations
Color information
#B03B00 (or 0xB03B00) is known color: Rust. HEX triplet: B0, 3B and 00. RGB value is (176,59,0). Sum of RGB (Red+Green+Blue) = 176+59+0=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03B00 is #4FC4FF. Grayscale: #575757. Windows color (decimal): -5227776 or 15280. OLE color: 15280.
HSL color Cylindrical-coordinate representation of color #B03B00: hue angle of 20.11º 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 #B03B00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.31 |
| HSL | 20.11º | 1% | 0.35% | - |
| HSV(B) | 20.11º | 1% | 0.69% | - |
| XYZ | 19.47 | 12.36 | 1.36 | - |
| YUV | 87.26 | 78.76 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 0 | 0 | 0.66 | 1 | 0.31 | 20.11 | 1 | 0.35 |
| Hex | B0 | 3B | 0 | 0 | 42 | 64 | 1F | 14 | 64 | 23 |
| Octal | 260 | 73 | 0 | 0 | 102 | 144 | 37 | 24 | 144 | 43 |
| Binary | 10110000 | 111011 | 0 | 0 | 1000010 | 1100100 | 11111 | 10100 | 1100100 | 100011 |
Color Harmonies of #B03B00
Complementary color
Monochromatic Colors of #B03B00
Black with #B03B00
Text Example
Text Example
White with #B03B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03B00; }
p { color: rgb(176,59,0); }
H1.HeaderClassName
{
color: #B03B00;
}
.AnyTagClassName
{
color: #B03B00;
}
</style>
background-color css
<style>
a { background-color: #B03B00; }
a { background-color: rgb(176,59,0); }
div.DivClassName
{
background-color: #B03B00;
}
.BgClassName
{
background-color: #B03B00;
}
</style>
border-color css
<style>
span { border-color: #B03B00; }
span { border-color: rgb(176,59,0); }
td.TdClassName
{
border-color: #B03B00;
}
.TagClassName
{
border-color: #B03B00;
}
</style>