Shades of Rust #B05302
Tints of Rust #B05302
RGB
CMYK
RGB Variations
Color information
#B05302 (or 0xB05302) is known color: Rust. HEX triplet: B0, 53 and 02. RGB value is (176,83,2). Sum of RGB (Red+Green+Blue) = 176+83+2=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B05302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05302 is #4FACFD. Grayscale: #656565. Windows color (decimal): -5221630 or 152496. OLE color: 152496.
HSL color Cylindrical-coordinate representation of color #B05302: hue angle of 27.93º degrees, saturation: 0.98, 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 #B05302 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.31 |
| HSL | 27.93º | 0.98% | 0.35% | - |
| HSV(B) | 27.93º | 0.99% | 0.69% | - |
| XYZ | 21.01 | 15.42 | 1.93 | - |
| YUV | 101.57 | 71.81 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 2 | 0 | 0.53 | 0.99 | 0.31 | 27.93 | 0.98 | 0.35 |
| Hex | B0 | 53 | 2 | 0 | 35 | 63 | 1F | 1C | 62 | 23 |
| Octal | 260 | 123 | 2 | 0 | 65 | 143 | 37 | 34 | 142 | 43 |
| Binary | 10110000 | 1010011 | 10 | 0 | 110101 | 1100011 | 11111 | 11100 | 1100010 | 100011 |
Color Harmonies of #B05302
Complementary color
Monochromatic Colors of #B05302
Black with #B05302
Text Example
Text Example
White with #B05302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05302; }
p { color: rgb(176,83,2); }
H1.HeaderClassName
{
color: #B05302;
}
.AnyTagClassName
{
color: #B05302;
}
</style>
background-color css
<style>
a { background-color: #B05302; }
a { background-color: rgb(176,83,2); }
div.DivClassName
{
background-color: #B05302;
}
.BgClassName
{
background-color: #B05302;
}
</style>
border-color css
<style>
span { border-color: #B05302; }
span { border-color: rgb(176,83,2); }
td.TdClassName
{
border-color: #B05302;
}
.TagClassName
{
border-color: #B05302;
}
</style>