Shades of Rust #B5330C
Tints of Rust #B5330C
RGB
CMYK
RGB Variations
Color information
#B5330C (or 0xB5330C) is known color: Rust. HEX triplet: B5, 33 and 0C. RGB value is (181,51,12). Sum of RGB (Red+Green+Blue) = 181+51+12=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B5330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5330C is #4ACCF3. Grayscale: #555555. Windows color (decimal): -4902132 or 799669. OLE color: 799669.
HSL color Cylindrical-coordinate representation of color #B5330C: hue angle of 13.85º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5330C is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 12 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.29 |
| HSL | 13.85º | 0.88% | 0.38% | - |
| HSV(B) | 13.85º | 0.93% | 0.71% | - |
| XYZ | 20.31 | 12.22 | 1.64 | - |
| YUV | 85.42 | 86.57 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 12 | 0 | 0.72 | 0.93 | 0.29 | 13.85 | 0.88 | 0.38 |
| Hex | B5 | 33 | C | 0 | 48 | 5D | 1D | E | 58 | 26 |
| Octal | 265 | 63 | 14 | 0 | 110 | 135 | 35 | 16 | 130 | 46 |
| Binary | 10110101 | 110011 | 1100 | 0 | 1001000 | 1011101 | 11101 | 1110 | 1011000 | 100110 |
Color Harmonies of #B5330C
Complementary color
Monochromatic Colors of #B5330C
Black with #B5330C
Text Example
Text Example
White with #B5330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5330C; }
p { color: rgb(181,51,12); }
H1.HeaderClassName
{
color: #B5330C;
}
.AnyTagClassName
{
color: #B5330C;
}
</style>
background-color css
<style>
a { background-color: #B5330C; }
a { background-color: rgb(181,51,12); }
div.DivClassName
{
background-color: #B5330C;
}
.BgClassName
{
background-color: #B5330C;
}
</style>
border-color css
<style>
span { border-color: #B5330C; }
span { border-color: rgb(181,51,12); }
td.TdClassName
{
border-color: #B5330C;
}
.TagClassName
{
border-color: #B5330C;
}
</style>