Shades of Rust #B4330B
Tints of Rust #B4330B
RGB
CMYK
RGB Variations
Color information
#B4330B (or 0xB4330B) is known color: Rust. HEX triplet: B4, 33 and 0B. RGB value is (180,51,11). Sum of RGB (Red+Green+Blue) = 180+51+11=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B4330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4330B is #4BCCF4. Grayscale: #555555. Windows color (decimal): -4967669 or 734132. OLE color: 734132.
HSL color Cylindrical-coordinate representation of color #B4330B: hue angle of 14.2º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4330B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.29 |
| HSL | 14.2º | 0.88% | 0.37% | - |
| HSV(B) | 14.2º | 0.94% | 0.71% | - |
| XYZ | 20.07 | 12.1 | 1.59 | - |
| YUV | 85.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 11 | 0 | 0.72 | 0.94 | 0.29 | 14.2 | 0.88 | 0.37 |
| Hex | B4 | 33 | B | 0 | 48 | 5E | 1D | E | 58 | 25 |
| Octal | 264 | 63 | 13 | 0 | 110 | 136 | 35 | 16 | 130 | 45 |
| Binary | 10110100 | 110011 | 1011 | 0 | 1001000 | 1011110 | 11101 | 1110 | 1011000 | 100101 |
Color Harmonies of #B4330B
Complementary color
Monochromatic Colors of #B4330B
Black with #B4330B
Text Example
Text Example
White with #B4330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4330B; }
p { color: rgb(180,51,11); }
H1.HeaderClassName
{
color: #B4330B;
}
.AnyTagClassName
{
color: #B4330B;
}
</style>
background-color css
<style>
a { background-color: #B4330B; }
a { background-color: rgb(180,51,11); }
div.DivClassName
{
background-color: #B4330B;
}
.BgClassName
{
background-color: #B4330B;
}
</style>
border-color css
<style>
span { border-color: #B4330B; }
span { border-color: rgb(180,51,11); }
td.TdClassName
{
border-color: #B4330B;
}
.TagClassName
{
border-color: #B4330B;
}
</style>