Shades of Rust #B53C01
Tints of Rust #B53C01
RGB
CMYK
RGB Variations
Color information
#B53C01 (or 0xB53C01) is known color: Rust. HEX triplet: B5, 3C and 01. RGB value is (181,60,1). Sum of RGB (Red+Green+Blue) = 181+60+1=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53C01 is #4AC3FE. Grayscale: #595959. Windows color (decimal): -4899839 or 81077. OLE color: 81077.
HSL color Cylindrical-coordinate representation of color #B53C01: hue angle of 19.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 #B53C01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.29 |
| HSL | 19.67º | 0.99% | 0.36% | - |
| HSV(B) | 19.67º | 0.99% | 0.71% | - |
| XYZ | 20.68 | 13.06 | 1.46 | - |
| YUV | 89.45 | 78.09 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 1 | 0 | 0.67 | 0.99 | 0.29 | 19.67 | 0.99 | 0.36 |
| Hex | B5 | 3C | 1 | 0 | 43 | 63 | 1D | 14 | 63 | 24 |
| Octal | 265 | 74 | 1 | 0 | 103 | 143 | 35 | 24 | 143 | 44 |
| Binary | 10110101 | 111100 | 1 | 0 | 1000011 | 1100011 | 11101 | 10100 | 1100011 | 100100 |
Color Harmonies of #B53C01
Complementary color
Monochromatic Colors of #B53C01
Black with #B53C01
Text Example
Text Example
White with #B53C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C01; }
p { color: rgb(181,60,1); }
H1.HeaderClassName
{
color: #B53C01;
}
.AnyTagClassName
{
color: #B53C01;
}
</style>
background-color css
<style>
a { background-color: #B53C01; }
a { background-color: rgb(181,60,1); }
div.DivClassName
{
background-color: #B53C01;
}
.BgClassName
{
background-color: #B53C01;
}
</style>
border-color css
<style>
span { border-color: #B53C01; }
span { border-color: rgb(181,60,1); }
td.TdClassName
{
border-color: #B53C01;
}
.TagClassName
{
border-color: #B53C01;
}
</style>