Shades of Rust #B03A04
Tints of Rust #B03A04
RGB
CMYK
RGB Variations
Color information
#B03A04 (or 0xB03A04) is known color: Rust. HEX triplet: B0, 3A and 04. RGB value is (176,58,4). Sum of RGB (Red+Green+Blue) = 176+58+4=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03A04 is #4FC5FB. Grayscale: #575757. Windows color (decimal): -5228028 or 277168. OLE color: 277168.
HSL color Cylindrical-coordinate representation of color #B03A04: hue angle of 18.84º degrees, saturation: 0.96, 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 #B03A04 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 58 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.31 |
| HSL | 18.84º | 0.96% | 0.35% | - |
| HSV(B) | 18.84º | 0.98% | 0.69% | - |
| XYZ | 19.44 | 12.26 | 1.46 | - |
| YUV | 87.13 | 81.09 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 4 | 0 | 0.67 | 0.98 | 0.31 | 18.84 | 0.96 | 0.35 |
| Hex | B0 | 3A | 4 | 0 | 43 | 62 | 1F | 13 | 60 | 23 |
| Octal | 260 | 72 | 4 | 0 | 103 | 142 | 37 | 23 | 140 | 43 |
| Binary | 10110000 | 111010 | 100 | 0 | 1000011 | 1100010 | 11111 | 10011 | 1100000 | 100011 |
Color Harmonies of #B03A04
Complementary color
Monochromatic Colors of #B03A04
Black with #B03A04
Text Example
Text Example
White with #B03A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03A04; }
p { color: rgb(176,58,4); }
H1.HeaderClassName
{
color: #B03A04;
}
.AnyTagClassName
{
color: #B03A04;
}
</style>
background-color css
<style>
a { background-color: #B03A04; }
a { background-color: rgb(176,58,4); }
div.DivClassName
{
background-color: #B03A04;
}
.BgClassName
{
background-color: #B03A04;
}
</style>
border-color css
<style>
span { border-color: #B03A04; }
span { border-color: rgb(176,58,4); }
td.TdClassName
{
border-color: #B03A04;
}
.TagClassName
{
border-color: #B03A04;
}
</style>