Shades of Rust #B44405
Tints of Rust #B44405
RGB
CMYK
RGB Variations
Color information
#B44405 (or 0xB44405) is known color: Rust. HEX triplet: B4, 44 and 05. RGB value is (180,68,5). Sum of RGB (Red+Green+Blue) = 180+68+5=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B44405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44405 is #4BBBFA. Grayscale: #5E5E5E. Windows color (decimal): -4963323 or 345268. OLE color: 345268.
HSL color Cylindrical-coordinate representation of color #B44405: hue angle of 21.6º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B44405 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.29 |
| HSL | 21.6º | 0.95% | 0.36% | - |
| HSV(B) | 21.6º | 0.97% | 0.71% | - |
| XYZ | 20.92 | 13.85 | 1.71 | - |
| YUV | 94.31 | 77.61 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 5 | 0 | 0.62 | 0.97 | 0.29 | 21.6 | 0.95 | 0.36 |
| Hex | B4 | 44 | 5 | 0 | 3E | 61 | 1D | 16 | 5F | 24 |
| Octal | 264 | 104 | 5 | 0 | 76 | 141 | 35 | 26 | 137 | 44 |
| Binary | 10110100 | 1000100 | 101 | 0 | 111110 | 1100001 | 11101 | 10110 | 1011111 | 100100 |
Color Harmonies of #B44405
Complementary color
Monochromatic Colors of #B44405
Black with #B44405
Text Example
Text Example
White with #B44405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44405; }
p { color: rgb(180,68,5); }
H1.HeaderClassName
{
color: #B44405;
}
.AnyTagClassName
{
color: #B44405;
}
</style>
background-color css
<style>
a { background-color: #B44405; }
a { background-color: rgb(180,68,5); }
div.DivClassName
{
background-color: #B44405;
}
.BgClassName
{
background-color: #B44405;
}
</style>
border-color css
<style>
span { border-color: #B44405; }
span { border-color: rgb(180,68,5); }
td.TdClassName
{
border-color: #B44405;
}
.TagClassName
{
border-color: #B44405;
}
</style>