Shades of Rust #B04306
Tints of Rust #B04306
RGB
CMYK
RGB Variations
Color information
#B04306 (or 0xB04306) is known color: Rust. HEX triplet: B0, 43 and 06. RGB value is (176,67,6). Sum of RGB (Red+Green+Blue) = 176+67+6=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B04306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04306 is #4FBCF9. Grayscale: #5C5C5C. Windows color (decimal): -5225722 or 410544. OLE color: 410544.
HSL color Cylindrical-coordinate representation of color #B04306: hue angle of 21.53º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B04306 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.31 |
| HSL | 21.53º | 0.93% | 0.36% | - |
| HSV(B) | 21.53º | 0.97% | 0.69% | - |
| XYZ | 19.94 | 13.26 | 1.68 | - |
| YUV | 92.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 6 | 0 | 0.62 | 0.97 | 0.31 | 21.53 | 0.93 | 0.36 |
| Hex | B0 | 43 | 6 | 0 | 3E | 61 | 1F | 16 | 5D | 24 |
| Octal | 260 | 103 | 6 | 0 | 76 | 141 | 37 | 26 | 135 | 44 |
| Binary | 10110000 | 1000011 | 110 | 0 | 111110 | 1100001 | 11111 | 10110 | 1011101 | 100100 |
Color Harmonies of #B04306
Complementary color
Monochromatic Colors of #B04306
Black with #B04306
Text Example
Text Example
White with #B04306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04306; }
p { color: rgb(176,67,6); }
H1.HeaderClassName
{
color: #B04306;
}
.AnyTagClassName
{
color: #B04306;
}
</style>
background-color css
<style>
a { background-color: #B04306; }
a { background-color: rgb(176,67,6); }
div.DivClassName
{
background-color: #B04306;
}
.BgClassName
{
background-color: #B04306;
}
</style>
border-color css
<style>
span { border-color: #B04306; }
span { border-color: rgb(176,67,6); }
td.TdClassName
{
border-color: #B04306;
}
.TagClassName
{
border-color: #B04306;
}
</style>