Shades of Rust #B14A08
Tints of Rust #B14A08
RGB
CMYK
RGB Variations
Color information
#B14A08 (or 0xB14A08) is known color: Rust. HEX triplet: B1, 4A and 08. RGB value is (177,74,8). Sum of RGB (Red+Green+Blue) = 177+74+8=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14A08 is #4EB5F7. Grayscale: #616161. Windows color (decimal): -5158392 or 543409. OLE color: 543409.
HSL color Cylindrical-coordinate representation of color #B14A08: hue angle of 23.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B14A08 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 74 | 8 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.31 |
| HSL | 23.43º | 0.91% | 0.36% | - |
| HSV(B) | 23.43º | 0.95% | 0.69% | - |
| XYZ | 20.62 | 14.26 | 1.9 | - |
| YUV | 97.27 | 77.62 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 8 | 0 | 0.58 | 0.95 | 0.31 | 23.43 | 0.91 | 0.36 |
| Hex | B1 | 4A | 8 | 0 | 3A | 5F | 1F | 17 | 5B | 24 |
| Octal | 261 | 112 | 10 | 0 | 72 | 137 | 37 | 27 | 133 | 44 |
| Binary | 10110001 | 1001010 | 1000 | 0 | 111010 | 1011111 | 11111 | 10111 | 1011011 | 100100 |
Color Harmonies of #B14A08
Complementary color
Monochromatic Colors of #B14A08
Black with #B14A08
Text Example
Text Example
White with #B14A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14A08; }
p { color: rgb(177,74,8); }
H1.HeaderClassName
{
color: #B14A08;
}
.AnyTagClassName
{
color: #B14A08;
}
</style>
background-color css
<style>
a { background-color: #B14A08; }
a { background-color: rgb(177,74,8); }
div.DivClassName
{
background-color: #B14A08;
}
.BgClassName
{
background-color: #B14A08;
}
</style>
border-color css
<style>
span { border-color: #B14A08; }
span { border-color: rgb(177,74,8); }
td.TdClassName
{
border-color: #B14A08;
}
.TagClassName
{
border-color: #B14A08;
}
</style>