Shades of Rust #B32F01
Tints of Rust #B32F01
RGB
CMYK
RGB Variations
Color information
#B32F01 (or 0xB32F01) is known color: Rust. HEX triplet: B3, 2F and 01. RGB value is (179,47,1). Sum of RGB (Red+Green+Blue) = 179+47+1=227 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.85% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32F01 is #4CD0FE. Grayscale: #515151. Windows color (decimal): -5034239 or 77747. OLE color: 77747.
HSL color Cylindrical-coordinate representation of color #B32F01: hue angle of 15.51º 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 #B32F01 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.30 |
| HSL | 15.51º | 0.99% | 0.35% | - |
| HSV(B) | 15.51º | 0.99% | 0.7% | - |
| XYZ | 19.61 | 11.62 | 1.24 | - |
| YUV | 81.22 | 82.73 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 1 | 0 | 0.74 | 0.99 | 0.30 | 15.51 | 0.99 | 0.35 |
| Hex | B3 | 2F | 1 | 0 | 4A | 63 | 1E | 10 | 63 | 23 |
| Octal | 263 | 57 | 1 | 0 | 112 | 143 | 36 | 20 | 143 | 43 |
| Binary | 10110011 | 101111 | 1 | 0 | 1001010 | 1100011 | 11110 | 10000 | 1100011 | 100011 |
Color Harmonies of #B32F01
Complementary color
Monochromatic Colors of #B32F01
Black with #B32F01
Text Example
Text Example
White with #B32F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F01; }
p { color: rgb(179,47,1); }
H1.HeaderClassName
{
color: #B32F01;
}
.AnyTagClassName
{
color: #B32F01;
}
</style>
background-color css
<style>
a { background-color: #B32F01; }
a { background-color: rgb(179,47,1); }
div.DivClassName
{
background-color: #B32F01;
}
.BgClassName
{
background-color: #B32F01;
}
</style>
border-color css
<style>
span { border-color: #B32F01; }
span { border-color: rgb(179,47,1); }
td.TdClassName
{
border-color: #B32F01;
}
.TagClassName
{
border-color: #B32F01;
}
</style>