Shades of Rust #B32B05
Tints of Rust #B32B05
RGB
CMYK
RGB Variations
Color information
#B32B05 (or 0xB32B05) is known color: Rust. HEX triplet: B3, 2B and 05. RGB value is (179,43,5). Sum of RGB (Red+Green+Blue) = 179+43+5=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32B05 is #4CD4FA. Grayscale: #4F4F4F. Windows color (decimal): -5035259 or 338867. OLE color: 338867.
HSL color Cylindrical-coordinate representation of color #B32B05: hue angle of 13.1º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B32B05 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 5 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.30 |
| HSL | 13.1º | 0.95% | 0.36% | - |
| HSV(B) | 13.1º | 0.97% | 0.7% | - |
| XYZ | 19.48 | 11.32 | 1.3 | - |
| YUV | 79.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 5 | 0 | 0.76 | 0.97 | 0.30 | 13.1 | 0.95 | 0.36 |
| Hex | B3 | 2B | 5 | 0 | 4C | 61 | 1E | D | 5F | 24 |
| Octal | 263 | 53 | 5 | 0 | 114 | 141 | 36 | 15 | 137 | 44 |
| Binary | 10110011 | 101011 | 101 | 0 | 1001100 | 1100001 | 11110 | 1101 | 1011111 | 100100 |
Color Harmonies of #B32B05
Complementary color
Monochromatic Colors of #B32B05
Black with #B32B05
Text Example
Text Example
White with #B32B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B05; }
p { color: rgb(179,43,5); }
H1.HeaderClassName
{
color: #B32B05;
}
.AnyTagClassName
{
color: #B32B05;
}
</style>
background-color css
<style>
a { background-color: #B32B05; }
a { background-color: rgb(179,43,5); }
div.DivClassName
{
background-color: #B32B05;
}
.BgClassName
{
background-color: #B32B05;
}
</style>
border-color css
<style>
span { border-color: #B32B05; }
span { border-color: rgb(179,43,5); }
td.TdClassName
{
border-color: #B32B05;
}
.TagClassName
{
border-color: #B32B05;
}
</style>