Shades of Rust #B32D01
Tints of Rust #B32D01
RGB
CMYK
RGB Variations
Color information
#B32D01 (or 0xB32D01) is known color: Rust. HEX triplet: B3, 2D and 01. RGB value is (179,45,1). Sum of RGB (Red+Green+Blue) = 179+45+1=225 (29% of max value = 765). Red value is 179 (70.31% from 255 or 79.56% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32D01 is #4CD2FE. Grayscale: #505050. Windows color (decimal): -5034751 or 77235. OLE color: 77235.
HSL color Cylindrical-coordinate representation of color #B32D01: hue angle of 14.83º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B32D01 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.30 |
| HSL | 14.83º | 0.99% | 0.35% | - |
| HSV(B) | 14.83º | 0.99% | 0.7% | - |
| XYZ | 19.53 | 11.46 | 1.21 | - |
| YUV | 80.05 | 83.39 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 1 | 0 | 0.75 | 0.99 | 0.30 | 14.83 | 0.99 | 0.35 |
| Hex | B3 | 2D | 1 | 0 | 4B | 63 | 1E | F | 63 | 23 |
| Octal | 263 | 55 | 1 | 0 | 113 | 143 | 36 | 17 | 143 | 43 |
| Binary | 10110011 | 101101 | 1 | 0 | 1001011 | 1100011 | 11110 | 1111 | 1100011 | 100011 |
Color Harmonies of #B32D01
Complementary color
Monochromatic Colors of #B32D01
Black with #B32D01
Text Example
Text Example
White with #B32D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D01; }
p { color: rgb(179,45,1); }
H1.HeaderClassName
{
color: #B32D01;
}
.AnyTagClassName
{
color: #B32D01;
}
</style>
background-color css
<style>
a { background-color: #B32D01; }
a { background-color: rgb(179,45,1); }
div.DivClassName
{
background-color: #B32D01;
}
.BgClassName
{
background-color: #B32D01;
}
</style>
border-color css
<style>
span { border-color: #B32D01; }
span { border-color: rgb(179,45,1); }
td.TdClassName
{
border-color: #B32D01;
}
.TagClassName
{
border-color: #B32D01;
}
</style>