Shades of Rust #B13A1A
Tints of Rust #B13A1A
RGB
CMYK
RGB Variations
Color information
#B13A1A (or 0xB13A1A) is known color: Rust. HEX triplet: B1, 3A and 1A. RGB value is (177,58,26). Sum of RGB (Red+Green+Blue) = 177+58+26=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A1A is #4EC5E5. Grayscale: #5A5A5A. Windows color (decimal): -5162470 or 1718961. OLE color: 1718961.
HSL color Cylindrical-coordinate representation of color #B13A1A: hue angle of 12.72º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B13A1A is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 26 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.31 |
| HSL | 12.72º | 0.74% | 0.4% | - |
| HSV(B) | 12.72º | 0.85% | 0.69% | - |
| XYZ | 19.83 | 12.45 | 2.33 | - |
| YUV | 89.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 26 | 0 | 0.67 | 0.85 | 0.31 | 12.72 | 0.74 | 0.4 |
| Hex | B1 | 3A | 1A | 0 | 43 | 55 | 1F | D | 4A | 28 |
| Octal | 261 | 72 | 32 | 0 | 103 | 125 | 37 | 15 | 112 | 50 |
| Binary | 10110001 | 111010 | 11010 | 0 | 1000011 | 1010101 | 11111 | 1101 | 1001010 | 101000 |
Color Harmonies of #B13A1A
Complementary color
Monochromatic Colors of #B13A1A
Black with #B13A1A
Text Example
Text Example
White with #B13A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A1A; }
p { color: rgb(177,58,26); }
H1.HeaderClassName
{
color: #B13A1A;
}
.AnyTagClassName
{
color: #B13A1A;
}
</style>
background-color css
<style>
a { background-color: #B13A1A; }
a { background-color: rgb(177,58,26); }
div.DivClassName
{
background-color: #B13A1A;
}
.BgClassName
{
background-color: #B13A1A;
}
</style>
border-color css
<style>
span { border-color: #B13A1A; }
span { border-color: rgb(177,58,26); }
td.TdClassName
{
border-color: #B13A1A;
}
.TagClassName
{
border-color: #B13A1A;
}
</style>