Shades of Rust #B2410B
Tints of Rust #B2410B
RGB
CMYK
RGB Variations
Color information
#B2410B (or 0xB2410B) is known color: Rust. HEX triplet: B2, 41 and 0B. RGB value is (178,65,11). Sum of RGB (Red+Green+Blue) = 178+65+11=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B2410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2410B is #4DBEF4. Grayscale: #5C5C5C. Windows color (decimal): -5095157 or 737714. OLE color: 737714.
HSL color Cylindrical-coordinate representation of color #B2410B: hue angle of 19.4º 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 #B2410B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.30 |
| HSL | 19.4º | 0.88% | 0.37% | - |
| HSV(B) | 19.4º | 0.94% | 0.7% | - |
| XYZ | 20.31 | 13.27 | 1.81 | - |
| YUV | 92.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 11 | 0 | 0.63 | 0.94 | 0.30 | 19.4 | 0.88 | 0.37 |
| Hex | B2 | 41 | B | 0 | 3F | 5E | 1E | 13 | 58 | 25 |
| Octal | 262 | 101 | 13 | 0 | 77 | 136 | 36 | 23 | 130 | 45 |
| Binary | 10110010 | 1000001 | 1011 | 0 | 111111 | 1011110 | 11110 | 10011 | 1011000 | 100101 |
Color Harmonies of #B2410B
Complementary color
Monochromatic Colors of #B2410B
Black with #B2410B
Text Example
Text Example
White with #B2410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2410B; }
p { color: rgb(178,65,11); }
H1.HeaderClassName
{
color: #B2410B;
}
.AnyTagClassName
{
color: #B2410B;
}
</style>
background-color css
<style>
a { background-color: #B2410B; }
a { background-color: rgb(178,65,11); }
div.DivClassName
{
background-color: #B2410B;
}
.BgClassName
{
background-color: #B2410B;
}
</style>
border-color css
<style>
span { border-color: #B2410B; }
span { border-color: rgb(178,65,11); }
td.TdClassName
{
border-color: #B2410B;
}
.TagClassName
{
border-color: #B2410B;
}
</style>