Shades of Rust #B04301
Tints of Rust #B04301
RGB
CMYK
RGB Variations
Color information
#B04301 (or 0xB04301) is known color: Rust. HEX triplet: B0, 43 and 01. RGB value is (176,67,1). Sum of RGB (Red+Green+Blue) = 176+67+1=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B04301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04301 is #4FBCFE. Grayscale: #5C5C5C. Windows color (decimal): -5225727 or 82864. OLE color: 82864.
HSL color Cylindrical-coordinate representation of color #B04301: hue angle of 22.63º 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 #B04301 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.31 |
| HSL | 22.63º | 0.99% | 0.35% | - |
| HSV(B) | 22.63º | 0.99% | 0.69% | - |
| XYZ | 19.92 | 13.25 | 1.54 | - |
| YUV | 92.07 | 76.61 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 1 | 0 | 0.62 | 0.99 | 0.31 | 22.63 | 0.99 | 0.35 |
| Hex | B0 | 43 | 1 | 0 | 3E | 63 | 1F | 17 | 63 | 23 |
| Octal | 260 | 103 | 1 | 0 | 76 | 143 | 37 | 27 | 143 | 43 |
| Binary | 10110000 | 1000011 | 1 | 0 | 111110 | 1100011 | 11111 | 10111 | 1100011 | 100011 |
Color Harmonies of #B04301
Complementary color
Monochromatic Colors of #B04301
Black with #B04301
Text Example
Text Example
White with #B04301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04301; }
p { color: rgb(176,67,1); }
H1.HeaderClassName
{
color: #B04301;
}
.AnyTagClassName
{
color: #B04301;
}
</style>
background-color css
<style>
a { background-color: #B04301; }
a { background-color: rgb(176,67,1); }
div.DivClassName
{
background-color: #B04301;
}
.BgClassName
{
background-color: #B04301;
}
</style>
border-color css
<style>
span { border-color: #B04301; }
span { border-color: rgb(176,67,1); }
td.TdClassName
{
border-color: #B04301;
}
.TagClassName
{
border-color: #B04301;
}
</style>