Shades of Rust #B2400F
Tints of Rust #B2400F
RGB
CMYK
RGB Variations
Color information
#B2400F (or 0xB2400F) is known color: Rust. HEX triplet: B2, 40 and 0F. RGB value is (178,64,15). Sum of RGB (Red+Green+Blue) = 178+64+15=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B2400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2400F is #4DBFF0. Grayscale: #5C5C5C. Windows color (decimal): -5095409 or 999602. OLE color: 999602.
HSL color Cylindrical-coordinate representation of color #B2400F: hue angle of 18.04º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2400F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 15 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.30 |
| HSL | 18.04º | 0.84% | 0.38% | - |
| HSV(B) | 18.04º | 0.92% | 0.7% | - |
| XYZ | 20.28 | 13.17 | 1.92 | - |
| YUV | 92.5 | 84.27 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 15 | 0 | 0.64 | 0.92 | 0.30 | 18.04 | 0.84 | 0.38 |
| Hex | B2 | 40 | F | 0 | 40 | 5C | 1E | 12 | 54 | 26 |
| Octal | 262 | 100 | 17 | 0 | 100 | 134 | 36 | 22 | 124 | 46 |
| Binary | 10110010 | 1000000 | 1111 | 0 | 1000000 | 1011100 | 11110 | 10010 | 1010100 | 100110 |
Color Harmonies of #B2400F
Complementary color
Monochromatic Colors of #B2400F
Black with #B2400F
Text Example
Text Example
White with #B2400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2400F; }
p { color: rgb(178,64,15); }
H1.HeaderClassName
{
color: #B2400F;
}
.AnyTagClassName
{
color: #B2400F;
}
</style>
background-color css
<style>
a { background-color: #B2400F; }
a { background-color: rgb(178,64,15); }
div.DivClassName
{
background-color: #B2400F;
}
.BgClassName
{
background-color: #B2400F;
}
</style>
border-color css
<style>
span { border-color: #B2400F; }
span { border-color: rgb(178,64,15); }
td.TdClassName
{
border-color: #B2400F;
}
.TagClassName
{
border-color: #B2400F;
}
</style>