Shades of Rust #B5351A
Tints of Rust #B5351A
RGB
CMYK
RGB Variations
Color information
#B5351A (or 0xB5351A) is known color: Rust. HEX triplet: B5, 35 and 1A. RGB value is (181,53,26). Sum of RGB (Red+Green+Blue) = 181+53+26=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5351A is #4ACAE5. Grayscale: #585858. Windows color (decimal): -4901606 or 1717685. OLE color: 1717685.
HSL color Cylindrical-coordinate representation of color #B5351A: hue angle of 10.45º 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 #B5351A is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 26 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.29 |
| HSL | 10.45º | 0.75% | 0.41% | - |
| HSV(B) | 10.45º | 0.86% | 0.71% | - |
| XYZ | 20.52 | 12.44 | 2.3 | - |
| YUV | 88.19 | 92.91 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 26 | 0 | 0.71 | 0.86 | 0.29 | 10.45 | 0.75 | 0.41 |
| Hex | B5 | 35 | 1A | 0 | 47 | 56 | 1D | A | 4B | 29 |
| Octal | 265 | 65 | 32 | 0 | 107 | 126 | 35 | 12 | 113 | 51 |
| Binary | 10110101 | 110101 | 11010 | 0 | 1000111 | 1010110 | 11101 | 1010 | 1001011 | 101001 |
Color Harmonies of #B5351A
Complementary color
Monochromatic Colors of #B5351A
Black with #B5351A
Text Example
Text Example
White with #B5351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5351A; }
p { color: rgb(181,53,26); }
H1.HeaderClassName
{
color: #B5351A;
}
.AnyTagClassName
{
color: #B5351A;
}
</style>
background-color css
<style>
a { background-color: #B5351A; }
a { background-color: rgb(181,53,26); }
div.DivClassName
{
background-color: #B5351A;
}
.BgClassName
{
background-color: #B5351A;
}
</style>
border-color css
<style>
span { border-color: #B5351A; }
span { border-color: rgb(181,53,26); }
td.TdClassName
{
border-color: #B5351A;
}
.TagClassName
{
border-color: #B5351A;
}
</style>