Shades of Rust #B5440C
Tints of Rust #B5440C
RGB
CMYK
RGB Variations
Color information
#B5440C (or 0xB5440C) is known color: Rust. HEX triplet: B5, 44 and 0C. RGB value is (181,68,12). Sum of RGB (Red+Green+Blue) = 181+68+12=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5440C is #4ABBF3. Grayscale: #5F5F5F. Windows color (decimal): -4897780 or 804021. OLE color: 804021.
HSL color Cylindrical-coordinate representation of color #B5440C: hue angle of 19.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5440C is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 12 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.29 |
| HSL | 19.88º | 0.88% | 0.38% | - |
| HSV(B) | 19.88º | 0.93% | 0.71% | - |
| XYZ | 21.19 | 13.98 | 1.93 | - |
| YUV | 95.4 | 80.94 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 12 | 0 | 0.62 | 0.93 | 0.29 | 19.88 | 0.88 | 0.38 |
| Hex | B5 | 44 | C | 0 | 3E | 5D | 1D | 14 | 58 | 26 |
| Octal | 265 | 104 | 14 | 0 | 76 | 135 | 35 | 24 | 130 | 46 |
| Binary | 10110101 | 1000100 | 1100 | 0 | 111110 | 1011101 | 11101 | 10100 | 1011000 | 100110 |
Color Harmonies of #B5440C
Complementary color
Monochromatic Colors of #B5440C
Black with #B5440C
Text Example
Text Example
White with #B5440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5440C; }
p { color: rgb(181,68,12); }
H1.HeaderClassName
{
color: #B5440C;
}
.AnyTagClassName
{
color: #B5440C;
}
</style>
background-color css
<style>
a { background-color: #B5440C; }
a { background-color: rgb(181,68,12); }
div.DivClassName
{
background-color: #B5440C;
}
.BgClassName
{
background-color: #B5440C;
}
</style>
border-color css
<style>
span { border-color: #B5440C; }
span { border-color: rgb(181,68,12); }
td.TdClassName
{
border-color: #B5440C;
}
.TagClassName
{
border-color: #B5440C;
}
</style>