Shades of Rust #B04003
Tints of Rust #B04003
RGB
CMYK
RGB Variations
Color information
#B04003 (or 0xB04003) is known color: Rust. HEX triplet: B0, 40 and 03. RGB value is (176,64,3). Sum of RGB (Red+Green+Blue) = 176+64+3=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B04003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04003 is #4FBFFC. Grayscale: #5A5A5A. Windows color (decimal): -5226493 or 213168. OLE color: 213168.
HSL color Cylindrical-coordinate representation of color #B04003: hue angle of 21.16º degrees, saturation: 0.97, 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 #B04003 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.31 |
| HSL | 21.16º | 0.97% | 0.35% | - |
| HSV(B) | 21.16º | 0.98% | 0.69% | - |
| XYZ | 19.75 | 12.9 | 1.54 | - |
| YUV | 90.53 | 78.61 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 3 | 0 | 0.64 | 0.98 | 0.31 | 21.16 | 0.97 | 0.35 |
| Hex | B0 | 40 | 3 | 0 | 40 | 62 | 1F | 15 | 61 | 23 |
| Octal | 260 | 100 | 3 | 0 | 100 | 142 | 37 | 25 | 141 | 43 |
| Binary | 10110000 | 1000000 | 11 | 0 | 1000000 | 1100010 | 11111 | 10101 | 1100001 | 100011 |
Color Harmonies of #B04003
Complementary color
Monochromatic Colors of #B04003
Black with #B04003
Text Example
Text Example
White with #B04003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04003; }
p { color: rgb(176,64,3); }
H1.HeaderClassName
{
color: #B04003;
}
.AnyTagClassName
{
color: #B04003;
}
</style>
background-color css
<style>
a { background-color: #B04003; }
a { background-color: rgb(176,64,3); }
div.DivClassName
{
background-color: #B04003;
}
.BgClassName
{
background-color: #B04003;
}
</style>
border-color css
<style>
span { border-color: #B04003; }
span { border-color: rgb(176,64,3); }
td.TdClassName
{
border-color: #B04003;
}
.TagClassName
{
border-color: #B04003;
}
</style>