Shades of Rust #B04501
Tints of Rust #B04501
RGB
CMYK
RGB Variations
Color information
#B04501 (or 0xB04501) is known color: Rust. HEX triplet: B0, 45 and 01. RGB value is (176,69,1). Sum of RGB (Red+Green+Blue) = 176+69+1=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B04501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04501 is #4FBAFE. Grayscale: #5D5D5D. Windows color (decimal): -5225215 or 83376. OLE color: 83376.
HSL color Cylindrical-coordinate representation of color #B04501: hue angle of 23.31º 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 #B04501 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.31 |
| HSL | 23.31º | 0.99% | 0.35% | - |
| HSV(B) | 23.31º | 0.99% | 0.69% | - |
| XYZ | 20.04 | 13.49 | 1.58 | - |
| YUV | 93.24 | 75.95 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 1 | 0 | 0.61 | 0.99 | 0.31 | 23.31 | 0.99 | 0.35 |
| Hex | B0 | 45 | 1 | 0 | 3D | 63 | 1F | 17 | 63 | 23 |
| Octal | 260 | 105 | 1 | 0 | 75 | 143 | 37 | 27 | 143 | 43 |
| Binary | 10110000 | 1000101 | 1 | 0 | 111101 | 1100011 | 11111 | 10111 | 1100011 | 100011 |
Color Harmonies of #B04501
Complementary color
Monochromatic Colors of #B04501
Black with #B04501
Text Example
Text Example
White with #B04501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04501; }
p { color: rgb(176,69,1); }
H1.HeaderClassName
{
color: #B04501;
}
.AnyTagClassName
{
color: #B04501;
}
</style>
background-color css
<style>
a { background-color: #B04501; }
a { background-color: rgb(176,69,1); }
div.DivClassName
{
background-color: #B04501;
}
.BgClassName
{
background-color: #B04501;
}
</style>
border-color css
<style>
span { border-color: #B04501; }
span { border-color: rgb(176,69,1); }
td.TdClassName
{
border-color: #B04501;
}
.TagClassName
{
border-color: #B04501;
}
</style>