Shades of Rust #B0331A
Tints of Rust #B0331A
RGB
CMYK
RGB Variations
Color information
#B0331A (or 0xB0331A) is known color: Rust. HEX triplet: B0, 33 and 1A. RGB value is (176,51,26). Sum of RGB (Red+Green+Blue) = 176+51+26=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0331A is #4FCCE5. Grayscale: #555555. Windows color (decimal): -5229798 or 1717168. OLE color: 1717168.
HSL color Cylindrical-coordinate representation of color #B0331A: hue angle of 10º degrees, saturation: 0.74, 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 #B0331A is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 26 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.31 |
| HSL | 10º | 0.74% | 0.4% | - |
| HSV(B) | 10º | 0.85% | 0.69% | - |
| XYZ | 19.27 | 11.67 | 2.21 | - |
| YUV | 85.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 26 | 0 | 0.71 | 0.85 | 0.31 | 10 | 0.74 | 0.4 |
| Hex | B0 | 33 | 1A | 0 | 47 | 55 | 1F | A | 4A | 28 |
| Octal | 260 | 63 | 32 | 0 | 107 | 125 | 37 | 12 | 112 | 50 |
| Binary | 10110000 | 110011 | 11010 | 0 | 1000111 | 1010101 | 11111 | 1010 | 1001010 | 101000 |
Color Harmonies of #B0331A
Complementary color
Monochromatic Colors of #B0331A
Black with #B0331A
Text Example
Text Example
White with #B0331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0331A; }
p { color: rgb(176,51,26); }
H1.HeaderClassName
{
color: #B0331A;
}
.AnyTagClassName
{
color: #B0331A;
}
</style>
background-color css
<style>
a { background-color: #B0331A; }
a { background-color: rgb(176,51,26); }
div.DivClassName
{
background-color: #B0331A;
}
.BgClassName
{
background-color: #B0331A;
}
</style>
border-color css
<style>
span { border-color: #B0331A; }
span { border-color: rgb(176,51,26); }
td.TdClassName
{
border-color: #B0331A;
}
.TagClassName
{
border-color: #B0331A;
}
</style>