Shades of Rust #B14407
Tints of Rust #B14407
RGB
CMYK
RGB Variations
Color information
#B14407 (or 0xB14407) is known color: Rust. HEX triplet: B1, 44 and 07. RGB value is (177,68,7). Sum of RGB (Red+Green+Blue) = 177+68+7=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B14407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14407 is #4EBBF8. Grayscale: #5D5D5D. Windows color (decimal): -5159929 or 476337. OLE color: 476337.
HSL color Cylindrical-coordinate representation of color #B14407: hue angle of 21.53º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B14407 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.31 |
| HSL | 21.53º | 0.92% | 0.36% | - |
| HSV(B) | 21.53º | 0.96% | 0.69% | - |
| XYZ | 20.24 | 13.5 | 1.74 | - |
| YUV | 93.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 7 | 0 | 0.62 | 0.96 | 0.31 | 21.53 | 0.92 | 0.36 |
| Hex | B1 | 44 | 7 | 0 | 3E | 60 | 1F | 16 | 5C | 24 |
| Octal | 261 | 104 | 7 | 0 | 76 | 140 | 37 | 26 | 134 | 44 |
| Binary | 10110001 | 1000100 | 111 | 0 | 111110 | 1100000 | 11111 | 10110 | 1011100 | 100100 |
Color Harmonies of #B14407
Complementary color
Monochromatic Colors of #B14407
Black with #B14407
Text Example
Text Example
White with #B14407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14407; }
p { color: rgb(177,68,7); }
H1.HeaderClassName
{
color: #B14407;
}
.AnyTagClassName
{
color: #B14407;
}
</style>
background-color css
<style>
a { background-color: #B14407; }
a { background-color: rgb(177,68,7); }
div.DivClassName
{
background-color: #B14407;
}
.BgClassName
{
background-color: #B14407;
}
</style>
border-color css
<style>
span { border-color: #B14407; }
span { border-color: rgb(177,68,7); }
td.TdClassName
{
border-color: #B14407;
}
.TagClassName
{
border-color: #B14407;
}
</style>