Shades of Rust #B04400
Tints of Rust #B04400
RGB
CMYK
RGB Variations
Color information
#B04400 (or 0xB04400) is known color: Rust. HEX triplet: B0, 44 and 00. RGB value is (176,68,0). Sum of RGB (Red+Green+Blue) = 176+68+0=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B04400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04400 is #4FBBFF. Grayscale: #5C5C5C. Windows color (decimal): -5225472 or 17584. OLE color: 17584.
HSL color Cylindrical-coordinate representation of color #B04400: hue angle of 23.18º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B04400 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.31 |
| HSL | 23.18º | 1% | 0.35% | - |
| HSV(B) | 23.18º | 1% | 0.69% | - |
| XYZ | 19.97 | 13.36 | 1.53 | - |
| YUV | 92.54 | 75.78 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 0 | 0 | 0.61 | 1 | 0.31 | 23.18 | 1 | 0.35 |
| Hex | B0 | 44 | 0 | 0 | 3D | 64 | 1F | 17 | 64 | 23 |
| Octal | 260 | 104 | 0 | 0 | 75 | 144 | 37 | 27 | 144 | 43 |
| Binary | 10110000 | 1000100 | 0 | 0 | 111101 | 1100100 | 11111 | 10111 | 1100100 | 100011 |
Color Harmonies of #B04400
Complementary color
Monochromatic Colors of #B04400
Black with #B04400
Text Example
Text Example
White with #B04400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04400; }
p { color: rgb(176,68,0); }
H1.HeaderClassName
{
color: #B04400;
}
.AnyTagClassName
{
color: #B04400;
}
</style>
background-color css
<style>
a { background-color: #B04400; }
a { background-color: rgb(176,68,0); }
div.DivClassName
{
background-color: #B04400;
}
.BgClassName
{
background-color: #B04400;
}
</style>
border-color css
<style>
span { border-color: #B04400; }
span { border-color: rgb(176,68,0); }
td.TdClassName
{
border-color: #B04400;
}
.TagClassName
{
border-color: #B04400;
}
</style>