Shades of Rust #B54321
Tints of Rust #B54321
RGB
CMYK
RGB Variations
Color information
#B54321 (or 0xB54321) is known color: Rust. HEX triplet: B5, 43 and 21. RGB value is (181,67,33). Sum of RGB (Red+Green+Blue) = 181+67+33=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B54321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54321 is #4ABCDE. Grayscale: #616161. Windows color (decimal): -4898015 or 2180021. OLE color: 2180021.
HSL color Cylindrical-coordinate representation of color #B54321: hue angle of 13.78º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B54321 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 33 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.29 |
| HSL | 13.78º | 0.69% | 0.42% | - |
| HSV(B) | 13.78º | 0.82% | 0.71% | - |
| XYZ | 21.34 | 13.95 | 3.01 | - |
| YUV | 97.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 33 | 0 | 0.63 | 0.82 | 0.29 | 13.78 | 0.69 | 0.42 |
| Hex | B5 | 43 | 21 | 0 | 3F | 52 | 1D | E | 45 | 2A |
| Octal | 265 | 103 | 41 | 0 | 77 | 122 | 35 | 16 | 105 | 52 |
| Binary | 10110101 | 1000011 | 100001 | 0 | 111111 | 1010010 | 11101 | 1110 | 1000101 | 101010 |
Color Harmonies of #B54321
Complementary color
Monochromatic Colors of #B54321
Black with #B54321
Text Example
Text Example
White with #B54321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54321; }
p { color: rgb(181,67,33); }
H1.HeaderClassName
{
color: #B54321;
}
.AnyTagClassName
{
color: #B54321;
}
</style>
background-color css
<style>
a { background-color: #B54321; }
a { background-color: rgb(181,67,33); }
div.DivClassName
{
background-color: #B54321;
}
.BgClassName
{
background-color: #B54321;
}
</style>
border-color css
<style>
span { border-color: #B54321; }
span { border-color: rgb(181,67,33); }
td.TdClassName
{
border-color: #B54321;
}
.TagClassName
{
border-color: #B54321;
}
</style>