Shades of Rust #B02201
Tints of Rust #B02201
RGB
CMYK
RGB Variations
Color information
#B02201 (or 0xB02201) is known color: Rust. HEX triplet: B0, 22 and 01. RGB value is (176,34,1). Sum of RGB (Red+Green+Blue) = 176+34+1=211 (27% of max value = 765). Red value is 176 (69.14% from 255 or 83.41% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 176 - color contains mainly: red. Hex color #B02201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02201 is #4FDDFE. Grayscale: #484848. Windows color (decimal): -5234175 or 74416. OLE color: 74416.
HSL color Cylindrical-coordinate representation of color #B02201: hue angle of 11.31º 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 #B02201 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 34 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.31 |
| HSL | 11.31º | 0.99% | 0.35% | - |
| HSV(B) | 11.31º | 0.99% | 0.69% | - |
| XYZ | 18.48 | 10.38 | 1.06 | - |
| YUV | 72.7 | 87.54 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 34 | 1 | 0 | 0.81 | 0.99 | 0.31 | 11.31 | 0.99 | 0.35 |
| Hex | B0 | 22 | 1 | 0 | 51 | 63 | 1F | B | 63 | 23 |
| Octal | 260 | 42 | 1 | 0 | 121 | 143 | 37 | 13 | 143 | 43 |
| Binary | 10110000 | 100010 | 1 | 0 | 1010001 | 1100011 | 11111 | 1011 | 1100011 | 100011 |
Color Harmonies of #B02201
Complementary color
Monochromatic Colors of #B02201
Black with #B02201
Text Example
Text Example
White with #B02201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02201; }
p { color: rgb(176,34,1); }
H1.HeaderClassName
{
color: #B02201;
}
.AnyTagClassName
{
color: #B02201;
}
</style>
background-color css
<style>
a { background-color: #B02201; }
a { background-color: rgb(176,34,1); }
div.DivClassName
{
background-color: #B02201;
}
.BgClassName
{
background-color: #B02201;
}
</style>
border-color css
<style>
span { border-color: #B02201; }
span { border-color: rgb(176,34,1); }
td.TdClassName
{
border-color: #B02201;
}
.TagClassName
{
border-color: #B02201;
}
</style>