Shades of Rust #B04F01
Tints of Rust #B04F01
RGB
CMYK
RGB Variations
Color information
#B04F01 (or 0xB04F01) is known color: Rust. HEX triplet: B0, 4F and 01. RGB value is (176,79,1). Sum of RGB (Red+Green+Blue) = 176+79+1=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04F01 is #4FB0FE. Grayscale: #636363. Windows color (decimal): -5222655 or 85936. OLE color: 85936.
HSL color Cylindrical-coordinate representation of color #B04F01: hue angle of 26.74º 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 #B04F01 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 1 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.31 |
| HSL | 26.74º | 0.99% | 0.35% | - |
| HSV(B) | 26.74º | 0.99% | 0.69% | - |
| XYZ | 20.71 | 14.82 | 1.8 | - |
| YUV | 99.11 | 72.64 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 1 | 0 | 0.55 | 0.99 | 0.31 | 26.74 | 0.99 | 0.35 |
| Hex | B0 | 4F | 1 | 0 | 37 | 63 | 1F | 1B | 63 | 23 |
| Octal | 260 | 117 | 1 | 0 | 67 | 143 | 37 | 33 | 143 | 43 |
| Binary | 10110000 | 1001111 | 1 | 0 | 110111 | 1100011 | 11111 | 11011 | 1100011 | 100011 |
Color Harmonies of #B04F01
Complementary color
Monochromatic Colors of #B04F01
Black with #B04F01
Text Example
Text Example
White with #B04F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F01; }
p { color: rgb(176,79,1); }
H1.HeaderClassName
{
color: #B04F01;
}
.AnyTagClassName
{
color: #B04F01;
}
</style>
background-color css
<style>
a { background-color: #B04F01; }
a { background-color: rgb(176,79,1); }
div.DivClassName
{
background-color: #B04F01;
}
.BgClassName
{
background-color: #B04F01;
}
</style>
border-color css
<style>
span { border-color: #B04F01; }
span { border-color: rgb(176,79,1); }
td.TdClassName
{
border-color: #B04F01;
}
.TagClassName
{
border-color: #B04F01;
}
</style>