Shades of Rust #B53301
Tints of Rust #B53301
RGB
CMYK
RGB Variations
Color information
#B53301 (or 0xB53301) is known color: Rust. HEX triplet: B5, 33 and 01. RGB value is (181,51,1). Sum of RGB (Red+Green+Blue) = 181+51+1=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B53301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53301 is #4ACCFE. Grayscale: #545454. Windows color (decimal): -4902143 or 78773. OLE color: 78773.
HSL color Cylindrical-coordinate representation of color #B53301: hue angle of 16.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 #B53301 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.29 |
| HSL | 16.67º | 0.99% | 0.36% | - |
| HSV(B) | 16.67º | 0.99% | 0.71% | - |
| XYZ | 20.25 | 12.19 | 1.32 | - |
| YUV | 84.17 | 81.07 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 1 | 0 | 0.72 | 0.99 | 0.29 | 16.67 | 0.99 | 0.36 |
| Hex | B5 | 33 | 1 | 0 | 48 | 63 | 1D | 11 | 63 | 24 |
| Octal | 265 | 63 | 1 | 0 | 110 | 143 | 35 | 21 | 143 | 44 |
| Binary | 10110101 | 110011 | 1 | 0 | 1001000 | 1100011 | 11101 | 10001 | 1100011 | 100100 |
Color Harmonies of #B53301
Complementary color
Monochromatic Colors of #B53301
Black with #B53301
Text Example
Text Example
White with #B53301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53301; }
p { color: rgb(181,51,1); }
H1.HeaderClassName
{
color: #B53301;
}
.AnyTagClassName
{
color: #B53301;
}
</style>
background-color css
<style>
a { background-color: #B53301; }
a { background-color: rgb(181,51,1); }
div.DivClassName
{
background-color: #B53301;
}
.BgClassName
{
background-color: #B53301;
}
</style>
border-color css
<style>
span { border-color: #B53301; }
span { border-color: rgb(181,51,1); }
td.TdClassName
{
border-color: #B53301;
}
.TagClassName
{
border-color: #B53301;
}
</style>