Shades of Rust #B44108
Tints of Rust #B44108
RGB
CMYK
RGB Variations
Color information
#B44108 (or 0xB44108) is known color: Rust. HEX triplet: B4, 41 and 08. RGB value is (180,65,8). Sum of RGB (Red+Green+Blue) = 180+65+8=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B44108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44108 is #4BBEF7. Grayscale: #5D5D5D. Windows color (decimal): -4964088 or 541108. OLE color: 541108.
HSL color Cylindrical-coordinate representation of color #B44108: hue angle of 19.88º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B44108 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.29 |
| HSL | 19.88º | 0.91% | 0.37% | - |
| HSV(B) | 19.88º | 0.96% | 0.71% | - |
| XYZ | 20.76 | 13.5 | 1.74 | - |
| YUV | 92.89 | 80.1 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 8 | 0 | 0.64 | 0.96 | 0.29 | 19.88 | 0.91 | 0.37 |
| Hex | B4 | 41 | 8 | 0 | 40 | 60 | 1D | 14 | 5B | 25 |
| Octal | 264 | 101 | 10 | 0 | 100 | 140 | 35 | 24 | 133 | 45 |
| Binary | 10110100 | 1000001 | 1000 | 0 | 1000000 | 1100000 | 11101 | 10100 | 1011011 | 100101 |
Color Harmonies of #B44108
Complementary color
Monochromatic Colors of #B44108
Black with #B44108
Text Example
Text Example
White with #B44108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44108; }
p { color: rgb(180,65,8); }
H1.HeaderClassName
{
color: #B44108;
}
.AnyTagClassName
{
color: #B44108;
}
</style>
background-color css
<style>
a { background-color: #B44108; }
a { background-color: rgb(180,65,8); }
div.DivClassName
{
background-color: #B44108;
}
.BgClassName
{
background-color: #B44108;
}
</style>
border-color css
<style>
span { border-color: #B44108; }
span { border-color: rgb(180,65,8); }
td.TdClassName
{
border-color: #B44108;
}
.TagClassName
{
border-color: #B44108;
}
</style>