Shades of Rust #B44221
Tints of Rust #B44221
RGB
CMYK
RGB Variations
Color information
#B44221 (or 0xB44221) is known color: Rust. HEX triplet: B4, 42 and 21. RGB value is (180,66,33). Sum of RGB (Red+Green+Blue) = 180+66+33=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B44221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44221 is #4BBDDE. Grayscale: #606060. Windows color (decimal): -4963807 or 2179764. OLE color: 2179764.
HSL color Cylindrical-coordinate representation of color #B44221: hue angle of 13.47º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B44221 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 33 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.29 |
| HSL | 13.47º | 0.69% | 0.42% | - |
| HSV(B) | 13.47º | 0.82% | 0.71% | - |
| XYZ | 21.05 | 13.71 | 2.98 | - |
| YUV | 96.32 | 92.27 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 33 | 0 | 0.63 | 0.82 | 0.29 | 13.47 | 0.69 | 0.42 |
| Hex | B4 | 42 | 21 | 0 | 3F | 52 | 1D | D | 45 | 2A |
| Octal | 264 | 102 | 41 | 0 | 77 | 122 | 35 | 15 | 105 | 52 |
| Binary | 10110100 | 1000010 | 100001 | 0 | 111111 | 1010010 | 11101 | 1101 | 1000101 | 101010 |
Color Harmonies of #B44221
Complementary color
Monochromatic Colors of #B44221
Black with #B44221
Text Example
Text Example
White with #B44221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44221; }
p { color: rgb(180,66,33); }
H1.HeaderClassName
{
color: #B44221;
}
.AnyTagClassName
{
color: #B44221;
}
</style>
background-color css
<style>
a { background-color: #B44221; }
a { background-color: rgb(180,66,33); }
div.DivClassName
{
background-color: #B44221;
}
.BgClassName
{
background-color: #B44221;
}
</style>
border-color css
<style>
span { border-color: #B44221; }
span { border-color: rgb(180,66,33); }
td.TdClassName
{
border-color: #B44221;
}
.TagClassName
{
border-color: #B44221;
}
</style>