Shades of Rust #B14402
Tints of Rust #B14402
RGB
CMYK
RGB Variations
Color information
#B14402 (or 0xB14402) is known color: Rust. HEX triplet: B1, 44 and 02. RGB value is (177,68,2). Sum of RGB (Red+Green+Blue) = 177+68+2=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B14402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14402 is #4EBBFD. Grayscale: #5D5D5D. Windows color (decimal): -5159934 or 148657. OLE color: 148657.
HSL color Cylindrical-coordinate representation of color #B14402: hue angle of 22.63º degrees, saturation: 0.98, 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 #B14402 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.31 |
| HSL | 22.63º | 0.98% | 0.35% | - |
| HSV(B) | 22.63º | 0.99% | 0.69% | - |
| XYZ | 20.21 | 13.49 | 1.6 | - |
| YUV | 93.07 | 76.61 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 2 | 0 | 0.62 | 0.99 | 0.31 | 22.63 | 0.98 | 0.35 |
| Hex | B1 | 44 | 2 | 0 | 3E | 63 | 1F | 17 | 62 | 23 |
| Octal | 261 | 104 | 2 | 0 | 76 | 143 | 37 | 27 | 142 | 43 |
| Binary | 10110001 | 1000100 | 10 | 0 | 111110 | 1100011 | 11111 | 10111 | 1100010 | 100011 |
Color Harmonies of #B14402
Complementary color
Monochromatic Colors of #B14402
Black with #B14402
Text Example
Text Example
White with #B14402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14402; }
p { color: rgb(177,68,2); }
H1.HeaderClassName
{
color: #B14402;
}
.AnyTagClassName
{
color: #B14402;
}
</style>
background-color css
<style>
a { background-color: #B14402; }
a { background-color: rgb(177,68,2); }
div.DivClassName
{
background-color: #B14402;
}
.BgClassName
{
background-color: #B14402;
}
</style>
border-color css
<style>
span { border-color: #B14402; }
span { border-color: rgb(177,68,2); }
td.TdClassName
{
border-color: #B14402;
}
.TagClassName
{
border-color: #B14402;
}
</style>