Shades of Rust #B02701
Tints of Rust #B02701
RGB
CMYK
RGB Variations
Color information
#B02701 (or 0xB02701) is known color: Rust. HEX triplet: B0, 27 and 01. RGB value is (176,39,1). Sum of RGB (Red+Green+Blue) = 176+39+1=216 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.48% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 176 - color contains mainly: red. Hex color #B02701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02701 is #4FD8FE. Grayscale: #4B4B4B. Windows color (decimal): -5232895 or 75696. OLE color: 75696.
HSL color Cylindrical-coordinate representation of color #B02701: hue angle of 13.03º 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 #B02701 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 39 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.31 |
| HSL | 13.03º | 0.99% | 0.35% | - |
| HSV(B) | 13.03º | 0.99% | 0.69% | - |
| XYZ | 18.64 | 10.68 | 1.11 | - |
| YUV | 75.63 | 85.89 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 39 | 1 | 0 | 0.78 | 0.99 | 0.31 | 13.03 | 0.99 | 0.35 |
| Hex | B0 | 27 | 1 | 0 | 4E | 63 | 1F | D | 63 | 23 |
| Octal | 260 | 47 | 1 | 0 | 116 | 143 | 37 | 15 | 143 | 43 |
| Binary | 10110000 | 100111 | 1 | 0 | 1001110 | 1100011 | 11111 | 1101 | 1100011 | 100011 |
Color Harmonies of #B02701
Complementary color
Monochromatic Colors of #B02701
Black with #B02701
Text Example
Text Example
White with #B02701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02701; }
p { color: rgb(176,39,1); }
H1.HeaderClassName
{
color: #B02701;
}
.AnyTagClassName
{
color: #B02701;
}
</style>
background-color css
<style>
a { background-color: #B02701; }
a { background-color: rgb(176,39,1); }
div.DivClassName
{
background-color: #B02701;
}
.BgClassName
{
background-color: #B02701;
}
</style>
border-color css
<style>
span { border-color: #B02701; }
span { border-color: rgb(176,39,1); }
td.TdClassName
{
border-color: #B02701;
}
.TagClassName
{
border-color: #B02701;
}
</style>