Shades of Rust #B32908
Tints of Rust #B32908
RGB
CMYK
RGB Variations
Color information
#B32908 (or 0xB32908) is known color: Rust. HEX triplet: B3, 29 and 08. RGB value is (179,41,8). Sum of RGB (Red+Green+Blue) = 179+41+8=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B32908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32908 is #4CD6F7. Grayscale: #4E4E4E. Windows color (decimal): -5035768 or 534963. OLE color: 534963.
HSL color Cylindrical-coordinate representation of color #B32908: hue angle of 11.58º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B32908 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 8 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.30 |
| HSL | 11.58º | 0.91% | 0.37% | - |
| HSV(B) | 11.58º | 0.96% | 0.7% | - |
| XYZ | 19.43 | 11.19 | 1.37 | - |
| YUV | 78.5 | 88.22 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 8 | 0 | 0.77 | 0.96 | 0.30 | 11.58 | 0.91 | 0.37 |
| Hex | B3 | 29 | 8 | 0 | 4D | 60 | 1E | C | 5B | 25 |
| Octal | 263 | 51 | 10 | 0 | 115 | 140 | 36 | 14 | 133 | 45 |
| Binary | 10110011 | 101001 | 1000 | 0 | 1001101 | 1100000 | 11110 | 1100 | 1011011 | 100101 |
Color Harmonies of #B32908
Complementary color
Monochromatic Colors of #B32908
Black with #B32908
Text Example
Text Example
White with #B32908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32908; }
p { color: rgb(179,41,8); }
H1.HeaderClassName
{
color: #B32908;
}
.AnyTagClassName
{
color: #B32908;
}
</style>
background-color css
<style>
a { background-color: #B32908; }
a { background-color: rgb(179,41,8); }
div.DivClassName
{
background-color: #B32908;
}
.BgClassName
{
background-color: #B32908;
}
</style>
border-color css
<style>
span { border-color: #B32908; }
span { border-color: rgb(179,41,8); }
td.TdClassName
{
border-color: #B32908;
}
.TagClassName
{
border-color: #B32908;
}
</style>