Shades of Rust #B13304
Tints of Rust #B13304
RGB
CMYK
RGB Variations
Color information
#B13304 (or 0xB13304) is known color: Rust. HEX triplet: B1, 33 and 04. RGB value is (177,51,4). Sum of RGB (Red+Green+Blue) = 177+51+4=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B13304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13304 is #4ECCFB. Grayscale: #535353. Windows color (decimal): -5164284 or 275377. OLE color: 275377.
HSL color Cylindrical-coordinate representation of color #B13304: hue angle of 16.3º degrees, saturation: 0.96, 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 #B13304 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.31 |
| HSL | 16.3º | 0.96% | 0.35% | - |
| HSV(B) | 16.3º | 0.98% | 0.69% | - |
| XYZ | 19.34 | 11.72 | 1.36 | - |
| YUV | 83.32 | 83.24 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 4 | 0 | 0.71 | 0.98 | 0.31 | 16.3 | 0.96 | 0.35 |
| Hex | B1 | 33 | 4 | 0 | 47 | 62 | 1F | 10 | 60 | 23 |
| Octal | 261 | 63 | 4 | 0 | 107 | 142 | 37 | 20 | 140 | 43 |
| Binary | 10110001 | 110011 | 100 | 0 | 1000111 | 1100010 | 11111 | 10000 | 1100000 | 100011 |
Color Harmonies of #B13304
Complementary color
Monochromatic Colors of #B13304
Black with #B13304
Text Example
Text Example
White with #B13304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13304; }
p { color: rgb(177,51,4); }
H1.HeaderClassName
{
color: #B13304;
}
.AnyTagClassName
{
color: #B13304;
}
</style>
background-color css
<style>
a { background-color: #B13304; }
a { background-color: rgb(177,51,4); }
div.DivClassName
{
background-color: #B13304;
}
.BgClassName
{
background-color: #B13304;
}
</style>
border-color css
<style>
span { border-color: #B13304; }
span { border-color: rgb(177,51,4); }
td.TdClassName
{
border-color: #B13304;
}
.TagClassName
{
border-color: #B13304;
}
</style>