Shades of Rust #B44701
Tints of Rust #B44701
RGB
CMYK
RGB Variations
Color information
#B44701 (or 0xB44701) is known color: Rust. HEX triplet: B4, 47 and 01. RGB value is (180,71,1). Sum of RGB (Red+Green+Blue) = 180+71+1=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B44701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44701 is #4BB8FE. Grayscale: #606060. Windows color (decimal): -4962559 or 83892. OLE color: 83892.
HSL color Cylindrical-coordinate representation of color #B44701: hue angle of 23.46º 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 #B44701 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 71 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.29 |
| HSL | 23.46º | 0.99% | 0.35% | - |
| HSV(B) | 23.46º | 0.99% | 0.71% | - |
| XYZ | 21.08 | 14.21 | 1.66 | - |
| YUV | 95.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 71 | 1 | 0 | 0.61 | 0.99 | 0.29 | 23.46 | 0.99 | 0.35 |
| Hex | B4 | 47 | 1 | 0 | 3D | 63 | 1D | 17 | 63 | 23 |
| Octal | 264 | 107 | 1 | 0 | 75 | 143 | 35 | 27 | 143 | 43 |
| Binary | 10110100 | 1000111 | 1 | 0 | 111101 | 1100011 | 11101 | 10111 | 1100011 | 100011 |
Color Harmonies of #B44701
Complementary color
Monochromatic Colors of #B44701
Black with #B44701
Text Example
Text Example
White with #B44701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44701; }
p { color: rgb(180,71,1); }
H1.HeaderClassName
{
color: #B44701;
}
.AnyTagClassName
{
color: #B44701;
}
</style>
background-color css
<style>
a { background-color: #B44701; }
a { background-color: rgb(180,71,1); }
div.DivClassName
{
background-color: #B44701;
}
.BgClassName
{
background-color: #B44701;
}
</style>
border-color css
<style>
span { border-color: #B44701; }
span { border-color: rgb(180,71,1); }
td.TdClassName
{
border-color: #B44701;
}
.TagClassName
{
border-color: #B44701;
}
</style>