Shades of Rust #B04305
Tints of Rust #B04305
RGB
CMYK
RGB Variations
Color information
#B04305 (or 0xB04305) is known color: Rust. HEX triplet: B0, 43 and 05. RGB value is (176,67,5). Sum of RGB (Red+Green+Blue) = 176+67+5=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B04305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04305 is #4FBCFA. Grayscale: #5C5C5C. Windows color (decimal): -5225723 or 345008. OLE color: 345008.
HSL color Cylindrical-coordinate representation of color #B04305: hue angle of 21.75º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B04305 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.31 |
| HSL | 21.75º | 0.94% | 0.35% | - |
| HSV(B) | 21.75º | 0.97% | 0.69% | - |
| XYZ | 19.94 | 13.26 | 1.65 | - |
| YUV | 92.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 5 | 0 | 0.62 | 0.97 | 0.31 | 21.75 | 0.94 | 0.35 |
| Hex | B0 | 43 | 5 | 0 | 3E | 61 | 1F | 16 | 5E | 23 |
| Octal | 260 | 103 | 5 | 0 | 76 | 141 | 37 | 26 | 136 | 43 |
| Binary | 10110000 | 1000011 | 101 | 0 | 111110 | 1100001 | 11111 | 10110 | 1011110 | 100011 |
Color Harmonies of #B04305
Complementary color
Monochromatic Colors of #B04305
Black with #B04305
Text Example
Text Example
White with #B04305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04305; }
p { color: rgb(176,67,5); }
H1.HeaderClassName
{
color: #B04305;
}
.AnyTagClassName
{
color: #B04305;
}
</style>
background-color css
<style>
a { background-color: #B04305; }
a { background-color: rgb(176,67,5); }
div.DivClassName
{
background-color: #B04305;
}
.BgClassName
{
background-color: #B04305;
}
</style>
border-color css
<style>
span { border-color: #B04305; }
span { border-color: rgb(176,67,5); }
td.TdClassName
{
border-color: #B04305;
}
.TagClassName
{
border-color: #B04305;
}
</style>