Shades of Rust #B5451A
Tints of Rust #B5451A
RGB
CMYK
RGB Variations
Color information
#B5451A (or 0xB5451A) is known color: Rust. HEX triplet: B5, 45 and 1A. RGB value is (181,69,26). Sum of RGB (Red+Green+Blue) = 181+69+26=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5451A is #4ABAE5. Grayscale: #616161. Windows color (decimal): -4897510 or 1721781. OLE color: 1721781.
HSL color Cylindrical-coordinate representation of color #B5451A: hue angle of 16.65º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5451A is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 26 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.29 |
| HSL | 16.65º | 0.75% | 0.41% | - |
| HSV(B) | 16.65º | 0.86% | 0.71% | - |
| XYZ | 21.37 | 14.15 | 2.58 | - |
| YUV | 97.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 26 | 0 | 0.62 | 0.86 | 0.29 | 16.65 | 0.75 | 0.41 |
| Hex | B5 | 45 | 1A | 0 | 3E | 56 | 1D | 11 | 4B | 29 |
| Octal | 265 | 105 | 32 | 0 | 76 | 126 | 35 | 21 | 113 | 51 |
| Binary | 10110101 | 1000101 | 11010 | 0 | 111110 | 1010110 | 11101 | 10001 | 1001011 | 101001 |
Color Harmonies of #B5451A
Complementary color
Monochromatic Colors of #B5451A
Black with #B5451A
Text Example
Text Example
White with #B5451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5451A; }
p { color: rgb(181,69,26); }
H1.HeaderClassName
{
color: #B5451A;
}
.AnyTagClassName
{
color: #B5451A;
}
</style>
background-color css
<style>
a { background-color: #B5451A; }
a { background-color: rgb(181,69,26); }
div.DivClassName
{
background-color: #B5451A;
}
.BgClassName
{
background-color: #B5451A;
}
</style>
border-color css
<style>
span { border-color: #B5451A; }
span { border-color: rgb(181,69,26); }
td.TdClassName
{
border-color: #B5451A;
}
.TagClassName
{
border-color: #B5451A;
}
</style>