Shades of Rust #B32E04
Tints of Rust #B32E04
RGB
CMYK
RGB Variations
Color information
#B32E04 (or 0xB32E04) is known color: Rust. HEX triplet: B3, 2E and 04. RGB value is (179,46,4). Sum of RGB (Red+Green+Blue) = 179+46+4=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32E04 is #4CD1FB. Grayscale: #515151. Windows color (decimal): -5034492 or 274099. OLE color: 274099.
HSL color Cylindrical-coordinate representation of color #B32E04: hue angle of 14.4º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B32E04 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 46 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.30 |
| HSL | 14.4º | 0.96% | 0.36% | - |
| HSV(B) | 14.4º | 0.98% | 0.7% | - |
| XYZ | 19.59 | 11.55 | 1.31 | - |
| YUV | 80.98 | 84.56 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 4 | 0 | 0.74 | 0.98 | 0.30 | 14.4 | 0.96 | 0.36 |
| Hex | B3 | 2E | 4 | 0 | 4A | 62 | 1E | E | 60 | 24 |
| Octal | 263 | 56 | 4 | 0 | 112 | 142 | 36 | 16 | 140 | 44 |
| Binary | 10110011 | 101110 | 100 | 0 | 1001010 | 1100010 | 11110 | 1110 | 1100000 | 100100 |
Color Harmonies of #B32E04
Complementary color
Monochromatic Colors of #B32E04
Black with #B32E04
Text Example
Text Example
White with #B32E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32E04; }
p { color: rgb(179,46,4); }
H1.HeaderClassName
{
color: #B32E04;
}
.AnyTagClassName
{
color: #B32E04;
}
</style>
background-color css
<style>
a { background-color: #B32E04; }
a { background-color: rgb(179,46,4); }
div.DivClassName
{
background-color: #B32E04;
}
.BgClassName
{
background-color: #B32E04;
}
</style>
border-color css
<style>
span { border-color: #B32E04; }
span { border-color: rgb(179,46,4); }
td.TdClassName
{
border-color: #B32E04;
}
.TagClassName
{
border-color: #B32E04;
}
</style>