Shades of Rust #B2400B
Tints of Rust #B2400B
RGB
CMYK
RGB Variations
Color information
#B2400B (or 0xB2400B) is known color: Rust. HEX triplet: B2, 40 and 0B. RGB value is (178,64,11). Sum of RGB (Red+Green+Blue) = 178+64+11=253 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.36% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 178 - color contains mainly: red. Hex color #B2400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2400B is #4DBFF4. Grayscale: #5C5C5C. Windows color (decimal): -5095413 or 737458. OLE color: 737458.
HSL color Cylindrical-coordinate representation of color #B2400B: hue angle of 19.04º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2400B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.30 |
| HSL | 19.04º | 0.88% | 0.37% | - |
| HSV(B) | 19.04º | 0.94% | 0.7% | - |
| XYZ | 20.25 | 13.16 | 1.79 | - |
| YUV | 92.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 11 | 0 | 0.64 | 0.94 | 0.30 | 19.04 | 0.88 | 0.37 |
| Hex | B2 | 40 | B | 0 | 40 | 5E | 1E | 13 | 58 | 25 |
| Octal | 262 | 100 | 13 | 0 | 100 | 136 | 36 | 23 | 130 | 45 |
| Binary | 10110010 | 1000000 | 1011 | 0 | 1000000 | 1011110 | 11110 | 10011 | 1011000 | 100101 |
Color Harmonies of #B2400B
Complementary color
Monochromatic Colors of #B2400B
Black with #B2400B
Text Example
Text Example
White with #B2400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2400B; }
p { color: rgb(178,64,11); }
H1.HeaderClassName
{
color: #B2400B;
}
.AnyTagClassName
{
color: #B2400B;
}
</style>
background-color css
<style>
a { background-color: #B2400B; }
a { background-color: rgb(178,64,11); }
div.DivClassName
{
background-color: #B2400B;
}
.BgClassName
{
background-color: #B2400B;
}
</style>
border-color css
<style>
span { border-color: #B2400B; }
span { border-color: rgb(178,64,11); }
td.TdClassName
{
border-color: #B2400B;
}
.TagClassName
{
border-color: #B2400B;
}
</style>