Shades of Rust #B5451B
Tints of Rust #B5451B
RGB
CMYK
RGB Variations
Color information
#B5451B (or 0xB5451B) is known color: Rust. HEX triplet: B5, 45 and 1B. RGB value is (181,69,27). Sum of RGB (Red+Green+Blue) = 181+69+27=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5451B is #4ABAE4. Grayscale: #616161. Windows color (decimal): -4897509 or 1787317. OLE color: 1787317.
HSL color Cylindrical-coordinate representation of color #B5451B: hue angle of 16.36º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5451B is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 27 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.29 |
| HSL | 16.36º | 0.74% | 0.41% | - |
| HSV(B) | 16.36º | 0.85% | 0.71% | - |
| XYZ | 21.38 | 14.16 | 2.64 | - |
| YUV | 97.7 | 88.11 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 27 | 0 | 0.62 | 0.85 | 0.29 | 16.36 | 0.74 | 0.41 |
| Hex | B5 | 45 | 1B | 0 | 3E | 55 | 1D | 10 | 4A | 29 |
| Octal | 265 | 105 | 33 | 0 | 76 | 125 | 35 | 20 | 112 | 51 |
| Binary | 10110101 | 1000101 | 11011 | 0 | 111110 | 1010101 | 11101 | 10000 | 1001010 | 101001 |
Color Harmonies of #B5451B
Complementary color
Monochromatic Colors of #B5451B
Black with #B5451B
Text Example
Text Example
White with #B5451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5451B; }
p { color: rgb(181,69,27); }
H1.HeaderClassName
{
color: #B5451B;
}
.AnyTagClassName
{
color: #B5451B;
}
</style>
background-color css
<style>
a { background-color: #B5451B; }
a { background-color: rgb(181,69,27); }
div.DivClassName
{
background-color: #B5451B;
}
.BgClassName
{
background-color: #B5451B;
}
</style>
border-color css
<style>
span { border-color: #B5451B; }
span { border-color: rgb(181,69,27); }
td.TdClassName
{
border-color: #B5451B;
}
.TagClassName
{
border-color: #B5451B;
}
</style>