Shades of Rust #B32700
Tints of Rust #B32700
RGB
CMYK
RGB Variations
Color information
#B32700 (or 0xB32700) is known color: Rust. HEX triplet: B3, 27 and 00. RGB value is (179,39,0). Sum of RGB (Red+Green+Blue) = 179+39+0=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B32700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32700 is #4CD8FF. Grayscale: #4C4C4C. Windows color (decimal): -5036288 or 10163. OLE color: 10163.
HSL color Cylindrical-coordinate representation of color #B32700: hue angle of 13.07º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B32700 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 39 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.30 |
| HSL | 13.07º | 1% | 0.35% | - |
| HSV(B) | 13.07º | 1% | 0.7% | - |
| XYZ | 19.32 | 11.03 | 1.11 | - |
| YUV | 76.41 | 84.88 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 39 | 0 | 0 | 0.78 | 1 | 0.30 | 13.07 | 1 | 0.35 |
| Hex | B3 | 27 | 0 | 0 | 4E | 64 | 1E | D | 64 | 23 |
| Octal | 263 | 47 | 0 | 0 | 116 | 144 | 36 | 15 | 144 | 43 |
| Binary | 10110011 | 100111 | 0 | 0 | 1001110 | 1100100 | 11110 | 1101 | 1100100 | 100011 |
Color Harmonies of #B32700
Complementary color
Monochromatic Colors of #B32700
Black with #B32700
Text Example
Text Example
White with #B32700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32700; }
p { color: rgb(179,39,0); }
H1.HeaderClassName
{
color: #B32700;
}
.AnyTagClassName
{
color: #B32700;
}
</style>
background-color css
<style>
a { background-color: #B32700; }
a { background-color: rgb(179,39,0); }
div.DivClassName
{
background-color: #B32700;
}
.BgClassName
{
background-color: #B32700;
}
</style>
border-color css
<style>
span { border-color: #B32700; }
span { border-color: rgb(179,39,0); }
td.TdClassName
{
border-color: #B32700;
}
.TagClassName
{
border-color: #B32700;
}
</style>