Shades of Rust #B54201
Tints of Rust #B54201
RGB
CMYK
RGB Variations
Color information
#B54201 (or 0xB54201) is known color: Rust. HEX triplet: B5, 42 and 01. RGB value is (181,66,1). Sum of RGB (Red+Green+Blue) = 181+66+1=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B54201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54201 is #4ABDFE. Grayscale: #5D5D5D. Windows color (decimal): -4898303 or 82613. OLE color: 82613.
HSL color Cylindrical-coordinate representation of color #B54201: hue angle of 21.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 #B54201 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.29 |
| HSL | 21.67º | 0.99% | 0.36% | - |
| HSV(B) | 21.67º | 0.99% | 0.71% | - |
| XYZ | 21.01 | 13.72 | 1.57 | - |
| YUV | 92.98 | 76.1 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 1 | 0 | 0.64 | 0.99 | 0.29 | 21.67 | 0.99 | 0.36 |
| Hex | B5 | 42 | 1 | 0 | 40 | 63 | 1D | 16 | 63 | 24 |
| Octal | 265 | 102 | 1 | 0 | 100 | 143 | 35 | 26 | 143 | 44 |
| Binary | 10110101 | 1000010 | 1 | 0 | 1000000 | 1100011 | 11101 | 10110 | 1100011 | 100100 |
Color Harmonies of #B54201
Complementary color
Monochromatic Colors of #B54201
Black with #B54201
Text Example
Text Example
White with #B54201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54201; }
p { color: rgb(181,66,1); }
H1.HeaderClassName
{
color: #B54201;
}
.AnyTagClassName
{
color: #B54201;
}
</style>
background-color css
<style>
a { background-color: #B54201; }
a { background-color: rgb(181,66,1); }
div.DivClassName
{
background-color: #B54201;
}
.BgClassName
{
background-color: #B54201;
}
</style>
border-color css
<style>
span { border-color: #B54201; }
span { border-color: rgb(181,66,1); }
td.TdClassName
{
border-color: #B54201;
}
.TagClassName
{
border-color: #B54201;
}
</style>