Shades of Rust #B32F10
Tints of Rust #B32F10
RGB
CMYK
RGB Variations
Color information
#B32F10 (or 0xB32F10) is known color: Rust. HEX triplet: B3, 2F and 10. RGB value is (179,47,16). Sum of RGB (Red+Green+Blue) = 179+47+16=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32F10 is #4CD0EF. Grayscale: #535353. Windows color (decimal): -5034224 or 1060787. OLE color: 1060787.
HSL color Cylindrical-coordinate representation of color #B32F10: hue angle of 11.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B32F10 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 16 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.30 |
| HSL | 11.41º | 0.84% | 0.38% | - |
| HSV(B) | 11.41º | 0.91% | 0.7% | - |
| XYZ | 19.7 | 11.65 | 1.7 | - |
| YUV | 82.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 16 | 0 | 0.74 | 0.91 | 0.30 | 11.41 | 0.84 | 0.38 |
| Hex | B3 | 2F | 10 | 0 | 4A | 5B | 1E | B | 54 | 26 |
| Octal | 263 | 57 | 20 | 0 | 112 | 133 | 36 | 13 | 124 | 46 |
| Binary | 10110011 | 101111 | 10000 | 0 | 1001010 | 1011011 | 11110 | 1011 | 1010100 | 100110 |
Color Harmonies of #B32F10
Complementary color
Monochromatic Colors of #B32F10
Black with #B32F10
Text Example
Text Example
White with #B32F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F10; }
p { color: rgb(179,47,16); }
H1.HeaderClassName
{
color: #B32F10;
}
.AnyTagClassName
{
color: #B32F10;
}
</style>
background-color css
<style>
a { background-color: #B32F10; }
a { background-color: rgb(179,47,16); }
div.DivClassName
{
background-color: #B32F10;
}
.BgClassName
{
background-color: #B32F10;
}
</style>
border-color css
<style>
span { border-color: #B32F10; }
span { border-color: rgb(179,47,16); }
td.TdClassName
{
border-color: #B32F10;
}
.TagClassName
{
border-color: #B32F10;
}
</style>