Shades of Rust #B0410A
Tints of Rust #B0410A
RGB
CMYK
RGB Variations
Color information
#B0410A (or 0xB0410A) is known color: Rust. HEX triplet: B0, 41 and 0A. RGB value is (176,65,10). Sum of RGB (Red+Green+Blue) = 176+65+10=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B0410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0410A is #4FBEF5. Grayscale: #5C5C5C. Windows color (decimal): -5226230 or 672176. OLE color: 672176.
HSL color Cylindrical-coordinate representation of color #B0410A: hue angle of 19.88º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0410A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 10 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.31 |
| HSL | 19.88º | 0.89% | 0.36% | - |
| HSV(B) | 19.88º | 0.94% | 0.69% | - |
| XYZ | 19.85 | 13.03 | 1.76 | - |
| YUV | 91.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 10 | 0 | 0.63 | 0.94 | 0.31 | 19.88 | 0.89 | 0.36 |
| Hex | B0 | 41 | A | 0 | 3F | 5E | 1F | 14 | 59 | 24 |
| Octal | 260 | 101 | 12 | 0 | 77 | 136 | 37 | 24 | 131 | 44 |
| Binary | 10110000 | 1000001 | 1010 | 0 | 111111 | 1011110 | 11111 | 10100 | 1011001 | 100100 |
Color Harmonies of #B0410A
Complementary color
Monochromatic Colors of #B0410A
Black with #B0410A
Text Example
Text Example
White with #B0410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0410A; }
p { color: rgb(176,65,10); }
H1.HeaderClassName
{
color: #B0410A;
}
.AnyTagClassName
{
color: #B0410A;
}
</style>
background-color css
<style>
a { background-color: #B0410A; }
a { background-color: rgb(176,65,10); }
div.DivClassName
{
background-color: #B0410A;
}
.BgClassName
{
background-color: #B0410A;
}
</style>
border-color css
<style>
span { border-color: #B0410A; }
span { border-color: rgb(176,65,10); }
td.TdClassName
{
border-color: #B0410A;
}
.TagClassName
{
border-color: #B0410A;
}
</style>