Shades of Rust #B04C01
Tints of Rust #B04C01
RGB
CMYK
RGB Variations
Color information
#B04C01 (or 0xB04C01) is known color: Rust. HEX triplet: B0, 4C and 01. RGB value is (176,76,1). Sum of RGB (Red+Green+Blue) = 176+76+1=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04C01 is #4FB3FE. Grayscale: #616161. Windows color (decimal): -5223423 or 85168. OLE color: 85168.
HSL color Cylindrical-coordinate representation of color #B04C01: hue angle of 25.71º degrees, saturation: 0.99, 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 #B04C01 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 1 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.31 |
| HSL | 25.71º | 0.99% | 0.35% | - |
| HSV(B) | 25.71º | 0.99% | 0.69% | - |
| XYZ | 20.49 | 14.4 | 1.73 | - |
| YUV | 97.35 | 73.63 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 1 | 0 | 0.57 | 0.99 | 0.31 | 25.71 | 0.99 | 0.35 |
| Hex | B0 | 4C | 1 | 0 | 39 | 63 | 1F | 1A | 63 | 23 |
| Octal | 260 | 114 | 1 | 0 | 71 | 143 | 37 | 32 | 143 | 43 |
| Binary | 10110000 | 1001100 | 1 | 0 | 111001 | 1100011 | 11111 | 11010 | 1100011 | 100011 |
Color Harmonies of #B04C01
Complementary color
Monochromatic Colors of #B04C01
Black with #B04C01
Text Example
Text Example
White with #B04C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C01; }
p { color: rgb(176,76,1); }
H1.HeaderClassName
{
color: #B04C01;
}
.AnyTagClassName
{
color: #B04C01;
}
</style>
background-color css
<style>
a { background-color: #B04C01; }
a { background-color: rgb(176,76,1); }
div.DivClassName
{
background-color: #B04C01;
}
.BgClassName
{
background-color: #B04C01;
}
</style>
border-color css
<style>
span { border-color: #B04C01; }
span { border-color: rgb(176,76,1); }
td.TdClassName
{
border-color: #B04C01;
}
.TagClassName
{
border-color: #B04C01;
}
</style>