Shades of Rust #B5440D
Tints of Rust #B5440D
RGB
CMYK
RGB Variations
Color information
#B5440D (or 0xB5440D) is known color: Rust. HEX triplet: B5, 44 and 0D. RGB value is (181,68,13). Sum of RGB (Red+Green+Blue) = 181+68+13=262 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.08% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 181 - color contains mainly: red. Hex color #B5440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5440D is #4ABBF2. Grayscale: #5F5F5F. Windows color (decimal): -4897779 or 869557. OLE color: 869557.
HSL color Cylindrical-coordinate representation of color #B5440D: hue angle of 19.64º degrees, saturation: 0.87, 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 #B5440D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 13 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.29 |
| HSL | 19.64º | 0.87% | 0.38% | - |
| HSV(B) | 19.64º | 0.93% | 0.71% | - |
| XYZ | 21.2 | 13.99 | 1.96 | - |
| YUV | 95.52 | 81.44 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 13 | 0 | 0.62 | 0.93 | 0.29 | 19.64 | 0.87 | 0.38 |
| Hex | B5 | 44 | D | 0 | 3E | 5D | 1D | 14 | 57 | 26 |
| Octal | 265 | 104 | 15 | 0 | 76 | 135 | 35 | 24 | 127 | 46 |
| Binary | 10110101 | 1000100 | 1101 | 0 | 111110 | 1011101 | 11101 | 10100 | 1010111 | 100110 |
Color Harmonies of #B5440D
Complementary color
Monochromatic Colors of #B5440D
Black with #B5440D
Text Example
Text Example
White with #B5440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5440D; }
p { color: rgb(181,68,13); }
H1.HeaderClassName
{
color: #B5440D;
}
.AnyTagClassName
{
color: #B5440D;
}
</style>
background-color css
<style>
a { background-color: #B5440D; }
a { background-color: rgb(181,68,13); }
div.DivClassName
{
background-color: #B5440D;
}
.BgClassName
{
background-color: #B5440D;
}
</style>
border-color css
<style>
span { border-color: #B5440D; }
span { border-color: rgb(181,68,13); }
td.TdClassName
{
border-color: #B5440D;
}
.TagClassName
{
border-color: #B5440D;
}
</style>