Shades of Rust #B44F01
Tints of Rust #B44F01
RGB
CMYK
RGB Variations
Color information
#B44F01 (or 0xB44F01) is known color: Rust. HEX triplet: B4, 4F and 01. RGB value is (180,79,1). Sum of RGB (Red+Green+Blue) = 180+79+1=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44F01 is #4BB0FE. Grayscale: #646464. Windows color (decimal): -4960511 or 85940. OLE color: 85940.
HSL color Cylindrical-coordinate representation of color #B44F01: hue angle of 26.15º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B44F01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 79 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.29 |
| HSL | 26.15º | 0.99% | 0.35% | - |
| HSV(B) | 26.15º | 0.99% | 0.71% | - |
| XYZ | 21.62 | 15.3 | 1.84 | - |
| YUV | 100.31 | 71.96 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 79 | 1 | 0 | 0.56 | 0.99 | 0.29 | 26.15 | 0.99 | 0.35 |
| Hex | B4 | 4F | 1 | 0 | 38 | 63 | 1D | 1A | 63 | 23 |
| Octal | 264 | 117 | 1 | 0 | 70 | 143 | 35 | 32 | 143 | 43 |
| Binary | 10110100 | 1001111 | 1 | 0 | 111000 | 1100011 | 11101 | 11010 | 1100011 | 100011 |
Color Harmonies of #B44F01
Complementary color
Monochromatic Colors of #B44F01
Black with #B44F01
Text Example
Text Example
White with #B44F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44F01; }
p { color: rgb(180,79,1); }
H1.HeaderClassName
{
color: #B44F01;
}
.AnyTagClassName
{
color: #B44F01;
}
</style>
background-color css
<style>
a { background-color: #B44F01; }
a { background-color: rgb(180,79,1); }
div.DivClassName
{
background-color: #B44F01;
}
.BgClassName
{
background-color: #B44F01;
}
</style>
border-color css
<style>
span { border-color: #B44F01; }
span { border-color: rgb(180,79,1); }
td.TdClassName
{
border-color: #B44F01;
}
.TagClassName
{
border-color: #B44F01;
}
</style>