Shades of Rust #B53901
Tints of Rust #B53901
RGB
CMYK
RGB Variations
Color information
#B53901 (or 0xB53901) is known color: Rust. HEX triplet: B5, 39 and 01. RGB value is (181,57,1). Sum of RGB (Red+Green+Blue) = 181+57+1=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B53901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53901 is #4AC6FE. Grayscale: #585858. Windows color (decimal): -4900607 or 80309. OLE color: 80309.
HSL color Cylindrical-coordinate representation of color #B53901: hue angle of 18.67º degrees, saturation: 0.99, 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 #B53901 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.29 |
| HSL | 18.67º | 0.99% | 0.36% | - |
| HSV(B) | 18.67º | 0.99% | 0.71% | - |
| XYZ | 20.52 | 12.75 | 1.41 | - |
| YUV | 87.69 | 79.08 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 1 | 0 | 0.69 | 0.99 | 0.29 | 18.67 | 0.99 | 0.36 |
| Hex | B5 | 39 | 1 | 0 | 45 | 63 | 1D | 13 | 63 | 24 |
| Octal | 265 | 71 | 1 | 0 | 105 | 143 | 35 | 23 | 143 | 44 |
| Binary | 10110101 | 111001 | 1 | 0 | 1000101 | 1100011 | 11101 | 10011 | 1100011 | 100100 |
Color Harmonies of #B53901
Complementary color
Monochromatic Colors of #B53901
Black with #B53901
Text Example
Text Example
White with #B53901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53901; }
p { color: rgb(181,57,1); }
H1.HeaderClassName
{
color: #B53901;
}
.AnyTagClassName
{
color: #B53901;
}
</style>
background-color css
<style>
a { background-color: #B53901; }
a { background-color: rgb(181,57,1); }
div.DivClassName
{
background-color: #B53901;
}
.BgClassName
{
background-color: #B53901;
}
</style>
border-color css
<style>
span { border-color: #B53901; }
span { border-color: rgb(181,57,1); }
td.TdClassName
{
border-color: #B53901;
}
.TagClassName
{
border-color: #B53901;
}
</style>