Shades of Rust #B5451D
Tints of Rust #B5451D
RGB
CMYK
RGB Variations
Color information
#B5451D (or 0xB5451D) is known color: Rust. HEX triplet: B5, 45 and 1D. RGB value is (181,69,29). Sum of RGB (Red+Green+Blue) = 181+69+29=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5451D is #4ABAE2. Grayscale: #626262. Windows color (decimal): -4897507 or 1918389. OLE color: 1918389.
HSL color Cylindrical-coordinate representation of color #B5451D: hue angle of 15.79º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5451D is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 29 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.29 |
| HSL | 15.79º | 0.72% | 0.41% | - |
| HSV(B) | 15.79º | 0.84% | 0.71% | - |
| XYZ | 21.41 | 14.17 | 2.77 | - |
| YUV | 97.93 | 89.11 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 29 | 0 | 0.62 | 0.84 | 0.29 | 15.79 | 0.72 | 0.41 |
| Hex | B5 | 45 | 1D | 0 | 3E | 54 | 1D | 10 | 48 | 29 |
| Octal | 265 | 105 | 35 | 0 | 76 | 124 | 35 | 20 | 110 | 51 |
| Binary | 10110101 | 1000101 | 11101 | 0 | 111110 | 1010100 | 11101 | 10000 | 1001000 | 101001 |
Color Harmonies of #B5451D
Complementary color
Monochromatic Colors of #B5451D
Black with #B5451D
Text Example
Text Example
White with #B5451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5451D; }
p { color: rgb(181,69,29); }
H1.HeaderClassName
{
color: #B5451D;
}
.AnyTagClassName
{
color: #B5451D;
}
</style>
background-color css
<style>
a { background-color: #B5451D; }
a { background-color: rgb(181,69,29); }
div.DivClassName
{
background-color: #B5451D;
}
.BgClassName
{
background-color: #B5451D;
}
</style>
border-color css
<style>
span { border-color: #B5451D; }
span { border-color: rgb(181,69,29); }
td.TdClassName
{
border-color: #B5451D;
}
.TagClassName
{
border-color: #B5451D;
}
</style>