Shades of Rust #B14201
Tints of Rust #B14201
RGB
CMYK
RGB Variations
Color information
#B14201 (or 0xB14201) is known color: Rust. HEX triplet: B1, 42 and 01. RGB value is (177,66,1). Sum of RGB (Red+Green+Blue) = 177+66+1=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B14201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14201 is #4EBDFE. Grayscale: #5C5C5C. Windows color (decimal): -5160447 or 82609. OLE color: 82609.
HSL color Cylindrical-coordinate representation of color #B14201: hue angle of 22.16º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B14201 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.31 |
| HSL | 22.16º | 0.99% | 0.35% | - |
| HSV(B) | 22.16º | 0.99% | 0.69% | - |
| XYZ | 20.09 | 13.25 | 1.53 | - |
| YUV | 91.78 | 76.77 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 1 | 0 | 0.63 | 0.99 | 0.31 | 22.16 | 0.99 | 0.35 |
| Hex | B1 | 42 | 1 | 0 | 3F | 63 | 1F | 16 | 63 | 23 |
| Octal | 261 | 102 | 1 | 0 | 77 | 143 | 37 | 26 | 143 | 43 |
| Binary | 10110001 | 1000010 | 1 | 0 | 111111 | 1100011 | 11111 | 10110 | 1100011 | 100011 |
Color Harmonies of #B14201
Complementary color
Monochromatic Colors of #B14201
Black with #B14201
Text Example
Text Example
White with #B14201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14201; }
p { color: rgb(177,66,1); }
H1.HeaderClassName
{
color: #B14201;
}
.AnyTagClassName
{
color: #B14201;
}
</style>
background-color css
<style>
a { background-color: #B14201; }
a { background-color: rgb(177,66,1); }
div.DivClassName
{
background-color: #B14201;
}
.BgClassName
{
background-color: #B14201;
}
</style>
border-color css
<style>
span { border-color: #B14201; }
span { border-color: rgb(177,66,1); }
td.TdClassName
{
border-color: #B14201;
}
.TagClassName
{
border-color: #B14201;
}
</style>