Shades of Rust #B14E01
Tints of Rust #B14E01
RGB
CMYK
RGB Variations
Color information
#B14E01 (or 0xB14E01) is known color: Rust. HEX triplet: B1, 4E and 01. RGB value is (177,78,1). Sum of RGB (Red+Green+Blue) = 177+78+1=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14E01 is #4EB1FE. Grayscale: #636363. Windows color (decimal): -5157375 or 85681. OLE color: 85681.
HSL color Cylindrical-coordinate representation of color #B14E01: hue angle of 26.25º 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 #B14E01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.31 |
| HSL | 26.25º | 0.99% | 0.35% | - |
| HSV(B) | 26.25º | 0.99% | 0.69% | - |
| XYZ | 20.86 | 14.8 | 1.79 | - |
| YUV | 98.82 | 72.8 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 1 | 0 | 0.56 | 0.99 | 0.31 | 26.25 | 0.99 | 0.35 |
| Hex | B1 | 4E | 1 | 0 | 38 | 63 | 1F | 1A | 63 | 23 |
| Octal | 261 | 116 | 1 | 0 | 70 | 143 | 37 | 32 | 143 | 43 |
| Binary | 10110001 | 1001110 | 1 | 0 | 111000 | 1100011 | 11111 | 11010 | 1100011 | 100011 |
Color Harmonies of #B14E01
Complementary color
Monochromatic Colors of #B14E01
Black with #B14E01
Text Example
Text Example
White with #B14E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E01; }
p { color: rgb(177,78,1); }
H1.HeaderClassName
{
color: #B14E01;
}
.AnyTagClassName
{
color: #B14E01;
}
</style>
background-color css
<style>
a { background-color: #B14E01; }
a { background-color: rgb(177,78,1); }
div.DivClassName
{
background-color: #B14E01;
}
.BgClassName
{
background-color: #B14E01;
}
</style>
border-color css
<style>
span { border-color: #B14E01; }
span { border-color: rgb(177,78,1); }
td.TdClassName
{
border-color: #B14E01;
}
.TagClassName
{
border-color: #B14E01;
}
</style>