Shades of Rust #B02C01
Tints of Rust #B02C01
RGB
CMYK
RGB Variations
Color information
#B02C01 (or 0xB02C01) is known color: Rust. HEX triplet: B0, 2C and 01. RGB value is (176,44,1). Sum of RGB (Red+Green+Blue) = 176+44+1=221 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.64% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C01 is #4FD3FE. Grayscale: #4E4E4E. Windows color (decimal): -5231615 or 76976. OLE color: 76976.
HSL color Cylindrical-coordinate representation of color #B02C01: hue angle of 14.74º 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 #B02C01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.31 |
| HSL | 14.74º | 0.99% | 0.35% | - |
| HSV(B) | 14.74º | 0.99% | 0.69% | - |
| XYZ | 18.81 | 11.03 | 1.17 | - |
| YUV | 78.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 1 | 0 | 0.75 | 0.99 | 0.31 | 14.74 | 0.99 | 0.35 |
| Hex | B0 | 2C | 1 | 0 | 4B | 63 | 1F | F | 63 | 23 |
| Octal | 260 | 54 | 1 | 0 | 113 | 143 | 37 | 17 | 143 | 43 |
| Binary | 10110000 | 101100 | 1 | 0 | 1001011 | 1100011 | 11111 | 1111 | 1100011 | 100011 |
Color Harmonies of #B02C01
Complementary color
Monochromatic Colors of #B02C01
Black with #B02C01
Text Example
Text Example
White with #B02C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C01; }
p { color: rgb(176,44,1); }
H1.HeaderClassName
{
color: #B02C01;
}
.AnyTagClassName
{
color: #B02C01;
}
</style>
background-color css
<style>
a { background-color: #B02C01; }
a { background-color: rgb(176,44,1); }
div.DivClassName
{
background-color: #B02C01;
}
.BgClassName
{
background-color: #B02C01;
}
</style>
border-color css
<style>
span { border-color: #B02C01; }
span { border-color: rgb(176,44,1); }
td.TdClassName
{
border-color: #B02C01;
}
.TagClassName
{
border-color: #B02C01;
}
</style>