Shades of Rust #B0341B
Tints of Rust #B0341B
RGB
CMYK
RGB Variations
Color information
#B0341B (or 0xB0341B) is known color: Rust. HEX triplet: B0, 34 and 1B. RGB value is (176,52,27). Sum of RGB (Red+Green+Blue) = 176+52+27=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0341B is #4FCBE4. Grayscale: #565656. Windows color (decimal): -5229541 or 1782960. OLE color: 1782960.
HSL color Cylindrical-coordinate representation of color #B0341B: hue angle of 10.07º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0341B is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 27 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.31 |
| HSL | 10.07º | 0.73% | 0.4% | - |
| HSV(B) | 10.07º | 0.85% | 0.69% | - |
| XYZ | 19.33 | 11.77 | 2.29 | - |
| YUV | 86.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 27 | 0 | 0.70 | 0.85 | 0.31 | 10.07 | 0.73 | 0.4 |
| Hex | B0 | 34 | 1B | 0 | 46 | 55 | 1F | A | 49 | 28 |
| Octal | 260 | 64 | 33 | 0 | 106 | 125 | 37 | 12 | 111 | 50 |
| Binary | 10110000 | 110100 | 11011 | 0 | 1000110 | 1010101 | 11111 | 1010 | 1001001 | 101000 |
Color Harmonies of #B0341B
Complementary color
Monochromatic Colors of #B0341B
Black with #B0341B
Text Example
Text Example
White with #B0341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0341B; }
p { color: rgb(176,52,27); }
H1.HeaderClassName
{
color: #B0341B;
}
.AnyTagClassName
{
color: #B0341B;
}
</style>
background-color css
<style>
a { background-color: #B0341B; }
a { background-color: rgb(176,52,27); }
div.DivClassName
{
background-color: #B0341B;
}
.BgClassName
{
background-color: #B0341B;
}
</style>
border-color css
<style>
span { border-color: #B0341B; }
span { border-color: rgb(176,52,27); }
td.TdClassName
{
border-color: #B0341B;
}
.TagClassName
{
border-color: #B0341B;
}
</style>