Shades of Rust #B53902
Tints of Rust #B53902
RGB
CMYK
RGB Variations
Color information
#B53902 (or 0xB53902) is known color: Rust. HEX triplet: B5, 39 and 02. RGB value is (181,57,2). Sum of RGB (Red+Green+Blue) = 181+57+2=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B53902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53902 is #4AC6FD. Grayscale: #585858. Windows color (decimal): -4900606 or 145845. OLE color: 145845.
HSL color Cylindrical-coordinate representation of color #B53902: hue angle of 18.44º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B53902 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.29 |
| HSL | 18.44º | 0.98% | 0.36% | - |
| HSV(B) | 18.44º | 0.99% | 0.71% | - |
| XYZ | 20.53 | 12.75 | 1.44 | - |
| YUV | 87.81 | 79.58 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 2 | 0 | 0.69 | 0.99 | 0.29 | 18.44 | 0.98 | 0.36 |
| Hex | B5 | 39 | 2 | 0 | 45 | 63 | 1D | 12 | 62 | 24 |
| Octal | 265 | 71 | 2 | 0 | 105 | 143 | 35 | 22 | 142 | 44 |
| Binary | 10110101 | 111001 | 10 | 0 | 1000101 | 1100011 | 11101 | 10010 | 1100010 | 100100 |
Color Harmonies of #B53902
Complementary color
Monochromatic Colors of #B53902
Black with #B53902
Text Example
Text Example
White with #B53902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53902; }
p { color: rgb(181,57,2); }
H1.HeaderClassName
{
color: #B53902;
}
.AnyTagClassName
{
color: #B53902;
}
</style>
background-color css
<style>
a { background-color: #B53902; }
a { background-color: rgb(181,57,2); }
div.DivClassName
{
background-color: #B53902;
}
.BgClassName
{
background-color: #B53902;
}
</style>
border-color css
<style>
span { border-color: #B53902; }
span { border-color: rgb(181,57,2); }
td.TdClassName
{
border-color: #B53902;
}
.TagClassName
{
border-color: #B53902;
}
</style>