Shades of Rust #B13203
Tints of Rust #B13203
RGB
CMYK
RGB Variations
Color information
#B13203 (or 0xB13203) is known color: Rust. HEX triplet: B1, 32 and 03. RGB value is (177,50,3). Sum of RGB (Red+Green+Blue) = 177+50+3=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B13203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13203 is #4ECDFC. Grayscale: #525252. Windows color (decimal): -5164541 or 209585. OLE color: 209585.
HSL color Cylindrical-coordinate representation of color #B13203: hue angle of 16.21º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B13203 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.31 |
| HSL | 16.21º | 0.97% | 0.35% | - |
| HSV(B) | 16.21º | 0.98% | 0.69% | - |
| XYZ | 19.29 | 11.63 | 1.32 | - |
| YUV | 82.62 | 83.08 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 3 | 0 | 0.72 | 0.98 | 0.31 | 16.21 | 0.97 | 0.35 |
| Hex | B1 | 32 | 3 | 0 | 48 | 62 | 1F | 10 | 61 | 23 |
| Octal | 261 | 62 | 3 | 0 | 110 | 142 | 37 | 20 | 141 | 43 |
| Binary | 10110001 | 110010 | 11 | 0 | 1001000 | 1100010 | 11111 | 10000 | 1100001 | 100011 |
Color Harmonies of #B13203
Complementary color
Monochromatic Colors of #B13203
Black with #B13203
Text Example
Text Example
White with #B13203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13203; }
p { color: rgb(177,50,3); }
H1.HeaderClassName
{
color: #B13203;
}
.AnyTagClassName
{
color: #B13203;
}
</style>
background-color css
<style>
a { background-color: #B13203; }
a { background-color: rgb(177,50,3); }
div.DivClassName
{
background-color: #B13203;
}
.BgClassName
{
background-color: #B13203;
}
</style>
border-color css
<style>
span { border-color: #B13203; }
span { border-color: rgb(177,50,3); }
td.TdClassName
{
border-color: #B13203;
}
.TagClassName
{
border-color: #B13203;
}
</style>