Shades of Rust #B04C10
Tints of Rust #B04C10
RGB
CMYK
RGB Variations
Color information
#B04C10 (or 0xB04C10) is known color: Rust. HEX triplet: B0, 4C and 10. RGB value is (176,76,16). Sum of RGB (Red+Green+Blue) = 176+76+16=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04C10 is #4FB3EF. Grayscale: #636363. Windows color (decimal): -5223408 or 1068208. OLE color: 1068208.
HSL color Cylindrical-coordinate representation of color #B04C10: hue angle of 22.5º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B04C10 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 16 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.31 |
| HSL | 22.5º | 0.83% | 0.38% | - |
| HSV(B) | 22.5º | 0.91% | 0.69% | - |
| XYZ | 20.58 | 14.44 | 2.19 | - |
| YUV | 99.06 | 81.13 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 16 | 0 | 0.57 | 0.91 | 0.31 | 22.5 | 0.83 | 0.38 |
| Hex | B0 | 4C | 10 | 0 | 39 | 5B | 1F | 16 | 53 | 26 |
| Octal | 260 | 114 | 20 | 0 | 71 | 133 | 37 | 26 | 123 | 46 |
| Binary | 10110000 | 1001100 | 10000 | 0 | 111001 | 1011011 | 11111 | 10110 | 1010011 | 100110 |
Color Harmonies of #B04C10
Complementary color
Monochromatic Colors of #B04C10
Black with #B04C10
Text Example
Text Example
White with #B04C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C10; }
p { color: rgb(176,76,16); }
H1.HeaderClassName
{
color: #B04C10;
}
.AnyTagClassName
{
color: #B04C10;
}
</style>
background-color css
<style>
a { background-color: #B04C10; }
a { background-color: rgb(176,76,16); }
div.DivClassName
{
background-color: #B04C10;
}
.BgClassName
{
background-color: #B04C10;
}
</style>
border-color css
<style>
span { border-color: #B04C10; }
span { border-color: rgb(176,76,16); }
td.TdClassName
{
border-color: #B04C10;
}
.TagClassName
{
border-color: #B04C10;
}
</style>