Shades of Rust #B9441C
Tints of Rust #B9441C
RGB
CMYK
RGB Variations
Color information
#B9441C (or 0xB9441C) is known color: Rust. HEX triplet: B9, 44 and 1C. RGB value is (185,68,28). Sum of RGB (Red+Green+Blue) = 185+68+28=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9441C is #46BBE3. Grayscale: #626262. Windows color (decimal): -4635620 or 1852601. OLE color: 1852601.
HSL color Cylindrical-coordinate representation of color #B9441C: hue angle of 15.29º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9441C is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 28 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.27 |
| HSL | 15.29º | 0.74% | 0.42% | - |
| HSV(B) | 15.29º | 0.85% | 0.73% | - |
| XYZ | 22.28 | 14.53 | 2.73 | - |
| YUV | 98.42 | 88.26 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 28 | 0 | 0.63 | 0.85 | 0.27 | 15.29 | 0.74 | 0.42 |
| Hex | B9 | 44 | 1C | 0 | 3F | 55 | 1B | F | 4A | 2A |
| Octal | 271 | 104 | 34 | 0 | 77 | 125 | 33 | 17 | 112 | 52 |
| Binary | 10111001 | 1000100 | 11100 | 0 | 111111 | 1010101 | 11011 | 1111 | 1001010 | 101010 |
Color Harmonies of #B9441C
Complementary color
Monochromatic Colors of #B9441C
Black with #B9441C
Text Example
Text Example
White with #B9441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9441C; }
p { color: rgb(185,68,28); }
H1.HeaderClassName
{
color: #B9441C;
}
.AnyTagClassName
{
color: #B9441C;
}
</style>
background-color css
<style>
a { background-color: #B9441C; }
a { background-color: rgb(185,68,28); }
div.DivClassName
{
background-color: #B9441C;
}
.BgClassName
{
background-color: #B9441C;
}
</style>
border-color css
<style>
span { border-color: #B9441C; }
span { border-color: rgb(185,68,28); }
td.TdClassName
{
border-color: #B9441C;
}
.TagClassName
{
border-color: #B9441C;
}
</style>