Shades of Rust #B03504
Tints of Rust #B03504
RGB
CMYK
RGB Variations
Color information
#B03504 (or 0xB03504) is known color: Rust. HEX triplet: B0, 35 and 04. RGB value is (176,53,4). Sum of RGB (Red+Green+Blue) = 176+53+4=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B03504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03504 is #4FCAFB. Grayscale: #545454. Windows color (decimal): -5229308 or 275888. OLE color: 275888.
HSL color Cylindrical-coordinate representation of color #B03504: hue angle of 17.09º 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 #B03504 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.31 |
| HSL | 17.09º | 0.96% | 0.35% | - |
| HSV(B) | 17.09º | 0.98% | 0.69% | - |
| XYZ | 19.2 | 11.79 | 1.38 | - |
| YUV | 84.19 | 82.75 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 4 | 0 | 0.70 | 0.98 | 0.31 | 17.09 | 0.96 | 0.35 |
| Hex | B0 | 35 | 4 | 0 | 46 | 62 | 1F | 11 | 60 | 23 |
| Octal | 260 | 65 | 4 | 0 | 106 | 142 | 37 | 21 | 140 | 43 |
| Binary | 10110000 | 110101 | 100 | 0 | 1000110 | 1100010 | 11111 | 10001 | 1100000 | 100011 |
Color Harmonies of #B03504
Complementary color
Monochromatic Colors of #B03504
Black with #B03504
Text Example
Text Example
White with #B03504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03504; }
p { color: rgb(176,53,4); }
H1.HeaderClassName
{
color: #B03504;
}
.AnyTagClassName
{
color: #B03504;
}
</style>
background-color css
<style>
a { background-color: #B03504; }
a { background-color: rgb(176,53,4); }
div.DivClassName
{
background-color: #B03504;
}
.BgClassName
{
background-color: #B03504;
}
</style>
border-color css
<style>
span { border-color: #B03504; }
span { border-color: rgb(176,53,4); }
td.TdClassName
{
border-color: #B03504;
}
.TagClassName
{
border-color: #B03504;
}
</style>