Shades of Rust #B54301
Tints of Rust #B54301
RGB
CMYK
RGB Variations
Color information
#B54301 (or 0xB54301) is known color: Rust. HEX triplet: B5, 43 and 01. RGB value is (181,67,1). Sum of RGB (Red+Green+Blue) = 181+67+1=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B54301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54301 is #4ABCFE. Grayscale: #5D5D5D. Windows color (decimal): -4898047 or 82869. OLE color: 82869.
HSL color Cylindrical-coordinate representation of color #B54301: hue angle of 22º 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 #B54301 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.29 |
| HSL | 22º | 0.99% | 0.36% | - |
| HSV(B) | 22º | 0.99% | 0.71% | - |
| XYZ | 21.07 | 13.84 | 1.59 | - |
| YUV | 93.56 | 75.77 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 1 | 0 | 0.63 | 0.99 | 0.29 | 22 | 0.99 | 0.36 |
| Hex | B5 | 43 | 1 | 0 | 3F | 63 | 1D | 16 | 63 | 24 |
| Octal | 265 | 103 | 1 | 0 | 77 | 143 | 35 | 26 | 143 | 44 |
| Binary | 10110101 | 1000011 | 1 | 0 | 111111 | 1100011 | 11101 | 10110 | 1100011 | 100100 |
Color Harmonies of #B54301
Complementary color
Monochromatic Colors of #B54301
Black with #B54301
Text Example
Text Example
White with #B54301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54301; }
p { color: rgb(181,67,1); }
H1.HeaderClassName
{
color: #B54301;
}
.AnyTagClassName
{
color: #B54301;
}
</style>
background-color css
<style>
a { background-color: #B54301; }
a { background-color: rgb(181,67,1); }
div.DivClassName
{
background-color: #B54301;
}
.BgClassName
{
background-color: #B54301;
}
</style>
border-color css
<style>
span { border-color: #B54301; }
span { border-color: rgb(181,67,1); }
td.TdClassName
{
border-color: #B54301;
}
.TagClassName
{
border-color: #B54301;
}
</style>