Shades of Rust #B03005
Tints of Rust #B03005
RGB
CMYK
RGB Variations
Color information
#B03005 (or 0xB03005) is known color: Rust. HEX triplet: B0, 30 and 05. RGB value is (176,48,5). Sum of RGB (Red+Green+Blue) = 176+48+5=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B03005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03005 is #4FCFFA. Grayscale: #515151. Windows color (decimal): -5230587 or 340144. OLE color: 340144.
HSL color Cylindrical-coordinate representation of color #B03005: hue angle of 15.09º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B03005 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.31 |
| HSL | 15.09º | 0.94% | 0.35% | - |
| HSV(B) | 15.09º | 0.97% | 0.69% | - |
| XYZ | 18.99 | 11.35 | 1.33 | - |
| YUV | 81.37 | 84.91 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 5 | 0 | 0.73 | 0.97 | 0.31 | 15.09 | 0.94 | 0.35 |
| Hex | B0 | 30 | 5 | 0 | 49 | 61 | 1F | F | 5E | 23 |
| Octal | 260 | 60 | 5 | 0 | 111 | 141 | 37 | 17 | 136 | 43 |
| Binary | 10110000 | 110000 | 101 | 0 | 1001001 | 1100001 | 11111 | 1111 | 1011110 | 100011 |
Color Harmonies of #B03005
Complementary color
Monochromatic Colors of #B03005
Black with #B03005
Text Example
Text Example
White with #B03005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03005; }
p { color: rgb(176,48,5); }
H1.HeaderClassName
{
color: #B03005;
}
.AnyTagClassName
{
color: #B03005;
}
</style>
background-color css
<style>
a { background-color: #B03005; }
a { background-color: rgb(176,48,5); }
div.DivClassName
{
background-color: #B03005;
}
.BgClassName
{
background-color: #B03005;
}
</style>
border-color css
<style>
span { border-color: #B03005; }
span { border-color: rgb(176,48,5); }
td.TdClassName
{
border-color: #B03005;
}
.TagClassName
{
border-color: #B03005;
}
</style>