Shades of Rust #B02501
Tints of Rust #B02501
RGB
CMYK
RGB Variations
Color information
#B02501 (or 0xB02501) is known color: Rust. HEX triplet: B0, 25 and 01. RGB value is (176,37,1). Sum of RGB (Red+Green+Blue) = 176+37+1=214 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.24% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 176 - color contains mainly: red. Hex color #B02501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02501 is #4FDAFE. Grayscale: #4A4A4A. Windows color (decimal): -5233407 or 75184. OLE color: 75184.
HSL color Cylindrical-coordinate representation of color #B02501: hue angle of 12.34º 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 #B02501 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.31 |
| HSL | 12.34º | 0.99% | 0.35% | - |
| HSV(B) | 12.34º | 0.99% | 0.69% | - |
| XYZ | 18.57 | 10.56 | 1.09 | - |
| YUV | 74.46 | 86.55 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 1 | 0 | 0.79 | 0.99 | 0.31 | 12.34 | 0.99 | 0.35 |
| Hex | B0 | 25 | 1 | 0 | 4F | 63 | 1F | C | 63 | 23 |
| Octal | 260 | 45 | 1 | 0 | 117 | 143 | 37 | 14 | 143 | 43 |
| Binary | 10110000 | 100101 | 1 | 0 | 1001111 | 1100011 | 11111 | 1100 | 1100011 | 100011 |
Color Harmonies of #B02501
Complementary color
Monochromatic Colors of #B02501
Black with #B02501
Text Example
Text Example
White with #B02501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02501; }
p { color: rgb(176,37,1); }
H1.HeaderClassName
{
color: #B02501;
}
.AnyTagClassName
{
color: #B02501;
}
</style>
background-color css
<style>
a { background-color: #B02501; }
a { background-color: rgb(176,37,1); }
div.DivClassName
{
background-color: #B02501;
}
.BgClassName
{
background-color: #B02501;
}
</style>
border-color css
<style>
span { border-color: #B02501; }
span { border-color: rgb(176,37,1); }
td.TdClassName
{
border-color: #B02501;
}
.TagClassName
{
border-color: #B02501;
}
</style>