Shades of Rust #B04002
Tints of Rust #B04002
RGB
CMYK
RGB Variations
Color information
#B04002 (or 0xB04002) is known color: Rust. HEX triplet: B0, 40 and 02. RGB value is (176,64,2). Sum of RGB (Red+Green+Blue) = 176+64+2=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B04002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04002 is #4FBFFD. Grayscale: #5A5A5A. Windows color (decimal): -5226494 or 147632. OLE color: 147632.
HSL color Cylindrical-coordinate representation of color #B04002: hue angle of 21.38º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B04002 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.31 |
| HSL | 21.38º | 0.98% | 0.35% | - |
| HSV(B) | 21.38º | 0.99% | 0.69% | - |
| XYZ | 19.75 | 12.9 | 1.51 | - |
| YUV | 90.42 | 78.11 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 2 | 0 | 0.64 | 0.99 | 0.31 | 21.38 | 0.98 | 0.35 |
| Hex | B0 | 40 | 2 | 0 | 40 | 63 | 1F | 15 | 62 | 23 |
| Octal | 260 | 100 | 2 | 0 | 100 | 143 | 37 | 25 | 142 | 43 |
| Binary | 10110000 | 1000000 | 10 | 0 | 1000000 | 1100011 | 11111 | 10101 | 1100010 | 100011 |
Color Harmonies of #B04002
Complementary color
Monochromatic Colors of #B04002
Black with #B04002
Text Example
Text Example
White with #B04002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04002; }
p { color: rgb(176,64,2); }
H1.HeaderClassName
{
color: #B04002;
}
.AnyTagClassName
{
color: #B04002;
}
</style>
background-color css
<style>
a { background-color: #B04002; }
a { background-color: rgb(176,64,2); }
div.DivClassName
{
background-color: #B04002;
}
.BgClassName
{
background-color: #B04002;
}
</style>
border-color css
<style>
span { border-color: #B04002; }
span { border-color: rgb(176,64,2); }
td.TdClassName
{
border-color: #B04002;
}
.TagClassName
{
border-color: #B04002;
}
</style>