Shades of Rust #B13D04
Tints of Rust #B13D04
RGB
CMYK
RGB Variations
Color information
#B13D04 (or 0xB13D04) is known color: Rust. HEX triplet: B1, 3D and 04. RGB value is (177,61,4). Sum of RGB (Red+Green+Blue) = 177+61+4=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13D04 is #4EC2FB. Grayscale: #595959. Windows color (decimal): -5161724 or 277937. OLE color: 277937.
HSL color Cylindrical-coordinate representation of color #B13D04: hue angle of 19.77º 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 #B13D04 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.31 |
| HSL | 19.77º | 0.96% | 0.35% | - |
| HSV(B) | 19.77º | 0.98% | 0.69% | - |
| XYZ | 19.82 | 12.69 | 1.52 | - |
| YUV | 89.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 4 | 0 | 0.66 | 0.98 | 0.31 | 19.77 | 0.96 | 0.35 |
| Hex | B1 | 3D | 4 | 0 | 42 | 62 | 1F | 14 | 60 | 23 |
| Octal | 261 | 75 | 4 | 0 | 102 | 142 | 37 | 24 | 140 | 43 |
| Binary | 10110001 | 111101 | 100 | 0 | 1000010 | 1100010 | 11111 | 10100 | 1100000 | 100011 |
Color Harmonies of #B13D04
Complementary color
Monochromatic Colors of #B13D04
Black with #B13D04
Text Example
Text Example
White with #B13D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D04; }
p { color: rgb(177,61,4); }
H1.HeaderClassName
{
color: #B13D04;
}
.AnyTagClassName
{
color: #B13D04;
}
</style>
background-color css
<style>
a { background-color: #B13D04; }
a { background-color: rgb(177,61,4); }
div.DivClassName
{
background-color: #B13D04;
}
.BgClassName
{
background-color: #B13D04;
}
</style>
border-color css
<style>
span { border-color: #B13D04; }
span { border-color: rgb(177,61,4); }
td.TdClassName
{
border-color: #B13D04;
}
.TagClassName
{
border-color: #B13D04;
}
</style>