Shades of Rust #B54203
Tints of Rust #B54203
RGB
CMYK
RGB Variations
Color information
#B54203 (or 0xB54203) is known color: Rust. HEX triplet: B5, 42 and 03. RGB value is (181,66,3). Sum of RGB (Red+Green+Blue) = 181+66+3=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B54203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54203 is #4ABDFC. Grayscale: #5D5D5D. Windows color (decimal): -4898301 or 213685. OLE color: 213685.
HSL color Cylindrical-coordinate representation of color #B54203: hue angle of 21.24º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B54203 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.29 |
| HSL | 21.24º | 0.97% | 0.36% | - |
| HSV(B) | 21.24º | 0.98% | 0.71% | - |
| XYZ | 21.02 | 13.73 | 1.63 | - |
| YUV | 93.2 | 77.1 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 3 | 0 | 0.64 | 0.98 | 0.29 | 21.24 | 0.97 | 0.36 |
| Hex | B5 | 42 | 3 | 0 | 40 | 62 | 1D | 15 | 61 | 24 |
| Octal | 265 | 102 | 3 | 0 | 100 | 142 | 35 | 25 | 141 | 44 |
| Binary | 10110101 | 1000010 | 11 | 0 | 1000000 | 1100010 | 11101 | 10101 | 1100001 | 100100 |
Color Harmonies of #B54203
Complementary color
Monochromatic Colors of #B54203
Black with #B54203
Text Example
Text Example
White with #B54203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54203; }
p { color: rgb(181,66,3); }
H1.HeaderClassName
{
color: #B54203;
}
.AnyTagClassName
{
color: #B54203;
}
</style>
background-color css
<style>
a { background-color: #B54203; }
a { background-color: rgb(181,66,3); }
div.DivClassName
{
background-color: #B54203;
}
.BgClassName
{
background-color: #B54203;
}
</style>
border-color css
<style>
span { border-color: #B54203; }
span { border-color: rgb(181,66,3); }
td.TdClassName
{
border-color: #B54203;
}
.TagClassName
{
border-color: #B54203;
}
</style>