Shades of Rust #B32C03
Tints of Rust #B32C03
RGB
CMYK
RGB Variations
Color information
#B32C03 (or 0xB32C03) is known color: Rust. HEX triplet: B3, 2C and 03. RGB value is (179,44,3). Sum of RGB (Red+Green+Blue) = 179+44+3=226 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.20% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C03 is #4CD3FC. Grayscale: #4F4F4F. Windows color (decimal): -5035005 or 208051. OLE color: 208051.
HSL color Cylindrical-coordinate representation of color #B32C03: hue angle of 13.98º degrees, saturation: 0.97, 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 #B32C03 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.30 |
| HSL | 13.98º | 0.97% | 0.36% | - |
| HSV(B) | 13.98º | 0.98% | 0.7% | - |
| XYZ | 19.51 | 11.39 | 1.26 | - |
| YUV | 79.69 | 84.73 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 3 | 0 | 0.75 | 0.98 | 0.30 | 13.98 | 0.97 | 0.36 |
| Hex | B3 | 2C | 3 | 0 | 4B | 62 | 1E | E | 61 | 24 |
| Octal | 263 | 54 | 3 | 0 | 113 | 142 | 36 | 16 | 141 | 44 |
| Binary | 10110011 | 101100 | 11 | 0 | 1001011 | 1100010 | 11110 | 1110 | 1100001 | 100100 |
Color Harmonies of #B32C03
Complementary color
Monochromatic Colors of #B32C03
Black with #B32C03
Text Example
Text Example
White with #B32C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C03; }
p { color: rgb(179,44,3); }
H1.HeaderClassName
{
color: #B32C03;
}
.AnyTagClassName
{
color: #B32C03;
}
</style>
background-color css
<style>
a { background-color: #B32C03; }
a { background-color: rgb(179,44,3); }
div.DivClassName
{
background-color: #B32C03;
}
.BgClassName
{
background-color: #B32C03;
}
</style>
border-color css
<style>
span { border-color: #B32C03; }
span { border-color: rgb(179,44,3); }
td.TdClassName
{
border-color: #B32C03;
}
.TagClassName
{
border-color: #B32C03;
}
</style>