Shades of Rust #B55003
Tints of Rust #B55003
RGB
CMYK
RGB Variations
Color information
#B55003 (or 0xB55003) is known color: Rust. HEX triplet: B5, 50 and 03. RGB value is (181,80,3). Sum of RGB (Red+Green+Blue) = 181+80+3=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B55003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55003 is #4AAFFC. Grayscale: #656565. Windows color (decimal): -4894717 or 217269. OLE color: 217269.
HSL color Cylindrical-coordinate representation of color #B55003: hue angle of 25.96º 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 #B55003 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.29 |
| HSL | 25.96º | 0.97% | 0.36% | - |
| HSV(B) | 25.96º | 0.98% | 0.71% | - |
| XYZ | 21.94 | 15.57 | 1.93 | - |
| YUV | 101.42 | 72.46 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 3 | 0 | 0.56 | 0.98 | 0.29 | 25.96 | 0.97 | 0.36 |
| Hex | B5 | 50 | 3 | 0 | 38 | 62 | 1D | 1A | 61 | 24 |
| Octal | 265 | 120 | 3 | 0 | 70 | 142 | 35 | 32 | 141 | 44 |
| Binary | 10110101 | 1010000 | 11 | 0 | 111000 | 1100010 | 11101 | 11010 | 1100001 | 100100 |
Color Harmonies of #B55003
Complementary color
Monochromatic Colors of #B55003
Black with #B55003
Text Example
Text Example
White with #B55003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55003; }
p { color: rgb(181,80,3); }
H1.HeaderClassName
{
color: #B55003;
}
.AnyTagClassName
{
color: #B55003;
}
</style>
background-color css
<style>
a { background-color: #B55003; }
a { background-color: rgb(181,80,3); }
div.DivClassName
{
background-color: #B55003;
}
.BgClassName
{
background-color: #B55003;
}
</style>
border-color css
<style>
span { border-color: #B55003; }
span { border-color: rgb(181,80,3); }
td.TdClassName
{
border-color: #B55003;
}
.TagClassName
{
border-color: #B55003;
}
</style>