Shades of Rust #B44509
Tints of Rust #B44509
RGB
CMYK
RGB Variations
Color information
#B44509 (or 0xB44509) is known color: Rust. HEX triplet: B4, 45 and 09. RGB value is (180,69,9). Sum of RGB (Red+Green+Blue) = 180+69+9=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B44509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44509 is #4BBAF6. Grayscale: #5F5F5F. Windows color (decimal): -4963063 or 607668. OLE color: 607668.
HSL color Cylindrical-coordinate representation of color #B44509: hue angle of 21.05º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B44509 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.29 |
| HSL | 21.05º | 0.9% | 0.37% | - |
| HSV(B) | 21.05º | 0.95% | 0.71% | - |
| XYZ | 21 | 13.98 | 1.85 | - |
| YUV | 95.35 | 79.27 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 9 | 0 | 0.62 | 0.95 | 0.29 | 21.05 | 0.9 | 0.37 |
| Hex | B4 | 45 | 9 | 0 | 3E | 5F | 1D | 15 | 5A | 25 |
| Octal | 264 | 105 | 11 | 0 | 76 | 137 | 35 | 25 | 132 | 45 |
| Binary | 10110100 | 1000101 | 1001 | 0 | 111110 | 1011111 | 11101 | 10101 | 1011010 | 100101 |
Color Harmonies of #B44509
Complementary color
Monochromatic Colors of #B44509
Black with #B44509
Text Example
Text Example
White with #B44509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44509; }
p { color: rgb(180,69,9); }
H1.HeaderClassName
{
color: #B44509;
}
.AnyTagClassName
{
color: #B44509;
}
</style>
background-color css
<style>
a { background-color: #B44509; }
a { background-color: rgb(180,69,9); }
div.DivClassName
{
background-color: #B44509;
}
.BgClassName
{
background-color: #B44509;
}
</style>
border-color css
<style>
span { border-color: #B44509; }
span { border-color: rgb(180,69,9); }
td.TdClassName
{
border-color: #B44509;
}
.TagClassName
{
border-color: #B44509;
}
</style>