Shades of Rust #B02504
Tints of Rust #B02504
RGB
CMYK
RGB Variations
Color information
#B02504 (or 0xB02504) is known color: Rust. HEX triplet: B0, 25 and 04. RGB value is (176,37,4). Sum of RGB (Red+Green+Blue) = 176+37+4=217 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.11% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 176 - color contains mainly: red. Hex color #B02504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02504 is #4FDAFB. Grayscale: #4B4B4B. Windows color (decimal): -5233404 or 271792. OLE color: 271792.
HSL color Cylindrical-coordinate representation of color #B02504: hue angle of 11.51º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B02504 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 37 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.31 |
| HSL | 11.51º | 0.96% | 0.35% | - |
| HSV(B) | 11.51º | 0.98% | 0.69% | - |
| XYZ | 18.59 | 10.56 | 1.17 | - |
| YUV | 74.8 | 88.05 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 37 | 4 | 0 | 0.79 | 0.98 | 0.31 | 11.51 | 0.96 | 0.35 |
| Hex | B0 | 25 | 4 | 0 | 4F | 62 | 1F | C | 60 | 23 |
| Octal | 260 | 45 | 4 | 0 | 117 | 142 | 37 | 14 | 140 | 43 |
| Binary | 10110000 | 100101 | 100 | 0 | 1001111 | 1100010 | 11111 | 1100 | 1100000 | 100011 |
Color Harmonies of #B02504
Complementary color
Monochromatic Colors of #B02504
Black with #B02504
Text Example
Text Example
White with #B02504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02504; }
p { color: rgb(176,37,4); }
H1.HeaderClassName
{
color: #B02504;
}
.AnyTagClassName
{
color: #B02504;
}
</style>
background-color css
<style>
a { background-color: #B02504; }
a { background-color: rgb(176,37,4); }
div.DivClassName
{
background-color: #B02504;
}
.BgClassName
{
background-color: #B02504;
}
</style>
border-color css
<style>
span { border-color: #B02504; }
span { border-color: rgb(176,37,4); }
td.TdClassName
{
border-color: #B02504;
}
.TagClassName
{
border-color: #B02504;
}
</style>