Shades of Rust #B14408
Tints of Rust #B14408
RGB
CMYK
RGB Variations
Color information
#B14408 (or 0xB14408) is known color: Rust. HEX triplet: B1, 44 and 08. RGB value is (177,68,8). Sum of RGB (Red+Green+Blue) = 177+68+8=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B14408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14408 is #4EBBF7. Grayscale: #5E5E5E. Windows color (decimal): -5159928 or 541873. OLE color: 541873.
HSL color Cylindrical-coordinate representation of color #B14408: hue angle of 21.3º 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 #B14408 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 8 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.31 |
| HSL | 21.3º | 0.91% | 0.36% | - |
| HSV(B) | 21.3º | 0.95% | 0.69% | - |
| XYZ | 20.24 | 13.5 | 1.77 | - |
| YUV | 93.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 8 | 0 | 0.62 | 0.95 | 0.31 | 21.3 | 0.91 | 0.36 |
| Hex | B1 | 44 | 8 | 0 | 3E | 5F | 1F | 15 | 5B | 24 |
| Octal | 261 | 104 | 10 | 0 | 76 | 137 | 37 | 25 | 133 | 44 |
| Binary | 10110001 | 1000100 | 1000 | 0 | 111110 | 1011111 | 11111 | 10101 | 1011011 | 100100 |
Color Harmonies of #B14408
Complementary color
Monochromatic Colors of #B14408
Black with #B14408
Text Example
Text Example
White with #B14408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14408; }
p { color: rgb(177,68,8); }
H1.HeaderClassName
{
color: #B14408;
}
.AnyTagClassName
{
color: #B14408;
}
</style>
background-color css
<style>
a { background-color: #B14408; }
a { background-color: rgb(177,68,8); }
div.DivClassName
{
background-color: #B14408;
}
.BgClassName
{
background-color: #B14408;
}
</style>
border-color css
<style>
span { border-color: #B14408; }
span { border-color: rgb(177,68,8); }
td.TdClassName
{
border-color: #B14408;
}
.TagClassName
{
border-color: #B14408;
}
</style>