Shades of Rust #B44311
Tints of Rust #B44311
RGB
CMYK
RGB Variations
Color information
#B44311 (or 0xB44311) is known color: Rust. HEX triplet: B4, 43 and 11. RGB value is (180,67,17). Sum of RGB (Red+Green+Blue) = 180+67+17=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B44311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44311 is #4BBCEE. Grayscale: #5F5F5F. Windows color (decimal): -4963567 or 1131444. OLE color: 1131444.
HSL color Cylindrical-coordinate representation of color #B44311: hue angle of 18.4º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B44311 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 17 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.29 |
| HSL | 18.4º | 0.83% | 0.39% | - |
| HSV(B) | 18.4º | 0.91% | 0.71% | - |
| XYZ | 20.93 | 13.76 | 2.08 | - |
| YUV | 95.09 | 83.94 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 17 | 0 | 0.63 | 0.91 | 0.29 | 18.4 | 0.83 | 0.39 |
| Hex | B4 | 43 | 11 | 0 | 3F | 5B | 1D | 12 | 53 | 27 |
| Octal | 264 | 103 | 21 | 0 | 77 | 133 | 35 | 22 | 123 | 47 |
| Binary | 10110100 | 1000011 | 10001 | 0 | 111111 | 1011011 | 11101 | 10010 | 1010011 | 100111 |
Color Harmonies of #B44311
Complementary color
Monochromatic Colors of #B44311
Black with #B44311
Text Example
Text Example
White with #B44311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44311; }
p { color: rgb(180,67,17); }
H1.HeaderClassName
{
color: #B44311;
}
.AnyTagClassName
{
color: #B44311;
}
</style>
background-color css
<style>
a { background-color: #B44311; }
a { background-color: rgb(180,67,17); }
div.DivClassName
{
background-color: #B44311;
}
.BgClassName
{
background-color: #B44311;
}
</style>
border-color css
<style>
span { border-color: #B44311; }
span { border-color: rgb(180,67,17); }
td.TdClassName
{
border-color: #B44311;
}
.TagClassName
{
border-color: #B44311;
}
</style>